Home
last modified time | relevance | path

Searched refs:ACCUM (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
HDdate.c32 ACCUM, /* Accumulate a decimal value */ enumerator
72 { 'Y', DIGITS, ACCUM, APR_OFFSETOF(match_state, base.tm_year) },
73 { 'M', DIGITS, ACCUM, APR_OFFSETOF(match_state, base.tm_mon) },
74 { 'D', DIGITS, ACCUM, APR_OFFSETOF(match_state, base.tm_mday) },
75 { 'h', DIGITS, ACCUM, APR_OFFSETOF(match_state, base.tm_hour) },
76 { 'm', DIGITS, ACCUM, APR_OFFSETOF(match_state, base.tm_min) },
77 { 's', DIGITS, ACCUM, APR_OFFSETOF(match_state, base.tm_sec) },
79 { 'O', DIGITS, ACCUM, APR_OFFSETOF(match_state, offhours) },
80 { 'o', DIGITS, ACCUM, APR_OFFSETOF(match_state, offminutes) },
139 case ACCUM: in template_match()
/freebsd-11-stable/sys/dev/aic7xxx/
HDaic7xxx.c610 ahc_inb(ahc, ARG_1), ahc_inb(ahc, ACCUM)); in ahc_handle_seqint()
638 u_int rejbyte = ahc_inb(ahc, ACCUM); in ahc_handle_seqint()
937 ahc_inb(ahc, ARG_1), ahc_inb(ahc, ACCUM)); in ahc_handle_seqint()
945 ahc_inb(ahc, ACCUM)); in ahc_handle_seqint()
6773 ahc_inb(ahc, ACCUM), ahc_inb(ahc, SINDEX), ahc_inb(ahc, DINDEX), in ahc_dump_card_state()
HDaic7xxx_reg.h1438 #define ACCUM 0x64 macro
HDaic7xxx.reg614 register ACCUM {
HDaic79xx_reg.h3509 #define ACCUM 0xe0 macro
HDaic79xx.reg3274 register ACCUM {
HDaic7xxx.seq1559 mvi ACCUM call inb_first; /* read the 1st message byte */
HDaic79xx.seq1027 mvi ACCUM call inb_first;
HDaic79xx.c1280 ahd_inw(ahd, REG0), ahd_inb(ahd, ACCUM)); in ahd_handle_seqint()