Searched refs:hibit (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/zdump.tproj/
H A Dzdump.c160 time_t hibit; local
202 for (hibit = 1; (hibit << 1) != 0; hibit <<= 1)
240 t = hibit;
282 t &= ~hibit;
/macosx-10.9.5/system_cmds-597.90.1/zdump.tproj/
H A Dzdump.c160 time_t hibit; local
202 for (hibit = 1; (hibit << 1) != 0; hibit <<= 1)
240 t = hibit;
282 t &= ~hibit;
/macosx-10.9.5/dtrace-118.1/libelf/
H A Dupdate.c173 Lword hibit; local
227 hibit = 0;
276 * the actual offset into the file in the 'hibit' variable.
282 if (hibit == 0)
283 hibit = hi;
285 if (hibit) {
286 hi = hibit;
287 hibit = 0;
304 if (hibit) {
305 hi = hibit;
[all...]

Completed in 190 milliseconds