Searched refs:maxoffset (Results 1 – 2 of 2) sorted by relevance
2383 Value_t *offsets = NULL, maxoffset; in compile_arg() local2386 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 …]
2950 u_int maxoffset; in ahd_validate_offset() local2954 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()