Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/
H A Dreader.c2383 Value_t *offsets = NULL, maxoffset; in compile_arg() local
2386 maxoffset = 0; in compile_arg()
2392 maxoffset++; in compile_arg()
2394 if (maxoffset > 0) in compile_arg()
2398 offsets = TCMALLOC(Value_t, maxoffset + 1); in compile_arg()
2426 else if (val > maxoffset) in compile_arg()
2429 i = val - maxoffset; in compile_arg()
2431 else if (maxoffset > 0) in compile_arg()
2477 if (maxoffset > 0) in compile_arg()
2488 Value_t *offsets = NULL, maxoffset = 0; in can_elide_arg() local
[all …]
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c2950 u_int maxoffset; in ahd_validate_offset() local
2954 maxoffset = 0; in ahd_validate_offset()
2957 maxoffset = MAX_OFFSET_PACED_BUG; in ahd_validate_offset()
2959 maxoffset = MAX_OFFSET_PACED; in ahd_validate_offset()
2961 maxoffset = MAX_OFFSET_NON_PACED; in ahd_validate_offset()
2962 *offset = MIN(*offset, maxoffset); in ahd_validate_offset()