Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/byacc/
H A Dreader.c2153 maxoffset = 0; in compile_arg()
2159 maxoffset++; in compile_arg()
2161 if (maxoffset > 0) in compile_arg()
2244 if (maxoffset > 0) in compile_arg()
2270 maxoffset++; in can_elide_arg()
2272 if (maxoffset > 0) in can_elide_arg()
2330 if (maxoffset > 0) in can_elide_arg()
2714 maxoffset = 0; in copy_action()
2720 maxoffset++; in copy_action()
2973 if (maxoffset > 0) in copy_action()
[all …]
/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7xxx.c1803 u_int maxoffset; in ahc_validate_offset() local
1807 maxoffset = 0; in ahc_validate_offset()
1809 maxoffset = MAX_OFFSET_ULTRA2; in ahc_validate_offset()
1812 maxoffset = MAX_OFFSET_16BIT; in ahc_validate_offset()
1814 maxoffset = MAX_OFFSET_8BIT; in ahc_validate_offset()
1816 *offset = MIN(*offset, maxoffset); in ahc_validate_offset()
H A Daic79xx.c2959 u_int maxoffset; in ahd_validate_offset() local
2963 maxoffset = 0; in ahd_validate_offset()
2966 maxoffset = MAX_OFFSET_PACED_BUG; in ahd_validate_offset()
2968 maxoffset = MAX_OFFSET_PACED; in ahd_validate_offset()
2970 maxoffset = MAX_OFFSET_NON_PACED; in ahd_validate_offset()
2971 *offset = MIN(*offset, maxoffset); in ahd_validate_offset()