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

/freebsd-11-stable/contrib/tcsh/
H A Dtc.alloc.c120 #define ov_index ovu.ovu_index macro
228 p->ov_index = bucket;
234 p->ov_size = (p->ov_index <= 13) ? (U_short)nbytes - 1 : 0;
329 if (op->ov_index <= 13)
333 CHECK(op->ov_index >= NBUCKETS,
335 size = op->ov_index;
400 i = op->ov_index;
426 op->ov_size = (op->ov_index <= 13) ? (U_short)nbytes - 1 : 0;
469 return 1 << (op->ov_index + 3);
/freebsd-11-stable/libexec/rtld-elf/
H A Dmalloc.c89 #define ov_index ovu.ovu_index macro
218 op->ov_index = bucket;
317 size = op->ov_index;
355 i = op->ov_index;

Completed in 69 milliseconds