Searched refs:ov_index (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.alloc.c120 #define ov_index ovu.ovu_index macro
224 p->ov_index = bucket;
230 p->ov_size = (p->ov_index <= 13) ? nbytes - 1 : 0;
325 if (op->ov_index <= 13)
329 CHECK(op->ov_index >= NBUCKETS,
331 size = op->ov_index;
393 i = op->ov_index;
419 op->ov_size = (op->ov_index <= 13) ? nbytes - 1 : 0;
462 return 1 << (op->ov_index + 2);
/freebsd-9.3-release/libexec/rtld-elf/
H A Dmalloc.c94 #define ov_index ovu.ovu_index macro
234 op->ov_index = bucket;
333 size = op->ov_index;
371 i = op->ov_index;

Completed in 75 milliseconds