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

/freebsd-10.2-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-10.2-release/libexec/rtld-elf/
H A Dmalloc.c90 #define ov_index ovu.ovu_index macro
219 op->ov_index = bucket;
318 size = op->ov_index;
356 i = op->ov_index;

Completed in 94 milliseconds