Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/byacc/
H A Dreader.c2134 maxoffset = 0; in compile_arg()
2140 maxoffset++; in compile_arg()
2142 if (maxoffset > 0) in compile_arg()
2223 if (maxoffset > 0) in compile_arg()
2249 maxoffset++; in can_elide_arg()
2251 if (maxoffset > 0) in can_elide_arg()
2307 if (maxoffset > 0) in can_elide_arg()
2692 maxoffset = 0; in copy_action()
2698 maxoffset++; in copy_action()
2950 if (maxoffset > 0) in copy_action()
[all …]
/freebsd-13.1/sys/dev/aic7xxx/
H A Daic7xxx.c1804 u_int maxoffset; in ahc_validate_offset() local
1808 maxoffset = 0; in ahc_validate_offset()
1810 maxoffset = MAX_OFFSET_ULTRA2; in ahc_validate_offset()
1813 maxoffset = MAX_OFFSET_16BIT; in ahc_validate_offset()
1815 maxoffset = MAX_OFFSET_8BIT; in ahc_validate_offset()
1817 *offset = MIN(*offset, maxoffset); in ahc_validate_offset()
H A Daic79xx.c2960 u_int maxoffset; in ahd_validate_offset() local
2964 maxoffset = 0; in ahd_validate_offset()
2967 maxoffset = MAX_OFFSET_PACED_BUG; in ahd_validate_offset()
2969 maxoffset = MAX_OFFSET_PACED; in ahd_validate_offset()
2971 maxoffset = MAX_OFFSET_NON_PACED; in ahd_validate_offset()
2972 *offset = MIN(*offset, maxoffset); in ahd_validate_offset()