Home
last modified time | relevance | path

Searched refs:maxoffset (Results 1 – 5 of 5) 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/lib/virtual_oss/bt/
H A Dsbc_encode.c285 while (numbits-- && off != sbc->maxoffset) { in sbc_store_bits_crc()
570 sbc->maxoffset = sizeof(sbc->data) * 8; in sbc_encode_frame()
613 while (numbits-- && off != sbc->maxoffset) { in sbc_load_bits_crc()
650 sbc->maxoffset = bits; in sbc_decode_frame()
653 if (sbc->maxoffset < (8 * 4)) in sbc_decode_frame()
H A Dsbc_encode.h72 uint32_t maxoffset; member
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.c1794 u_int maxoffset; in ahc_validate_offset() local
1798 maxoffset = 0; in ahc_validate_offset()
1800 maxoffset = MAX_OFFSET_ULTRA2; in ahc_validate_offset()
1803 maxoffset = MAX_OFFSET_16BIT; in ahc_validate_offset()
1805 maxoffset = MAX_OFFSET_8BIT; in ahc_validate_offset()
1807 *offset = MIN(*offset, maxoffset); in ahc_validate_offset()
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()