Home
last modified time | relevance | path

Searched refs:maxoffset (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/byacc/
H A Dreader.c1980 maxoffset = 0; in compile_arg()
1986 maxoffset++; in compile_arg()
1988 if (maxoffset > 0) in compile_arg()
2069 if (maxoffset > 0) in compile_arg()
2095 maxoffset++; in can_elide_arg()
2097 if (maxoffset > 0) in can_elide_arg()
2150 if (maxoffset > 0) in can_elide_arg()
2531 maxoffset = 0; in copy_action()
2537 maxoffset++; in copy_action()
2789 if (maxoffset > 0) in copy_action()
[all …]
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic7xxx.c1810 u_int maxoffset; in ahc_validate_offset() local
1814 maxoffset = 0; in ahc_validate_offset()
1816 maxoffset = MAX_OFFSET_ULTRA2; in ahc_validate_offset()
1819 maxoffset = MAX_OFFSET_16BIT; in ahc_validate_offset()
1821 maxoffset = MAX_OFFSET_8BIT; in ahc_validate_offset()
1823 *offset = MIN(*offset, maxoffset); in ahc_validate_offset()
H A Daic79xx.c2977 u_int maxoffset; in ahd_validate_offset() local
2981 maxoffset = 0; in ahd_validate_offset()
2984 maxoffset = MAX_OFFSET_PACED_BUG; in ahd_validate_offset()
2986 maxoffset = MAX_OFFSET_PACED; in ahd_validate_offset()
2988 maxoffset = MAX_OFFSET_NON_PACED; in ahd_validate_offset()
2989 *offset = MIN(*offset, maxoffset); in ahd_validate_offset()