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

/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_check_magic.c93 unsigned int lowbit; local
96 while ((lowbit = states & (1 + ~states)) != 0) {
97 states &= ~lowbit; /* Clear the low bit. */
98 errmsg(state_name(lowbit));
/macosx-10.10.1/dtrace-147/sys/
H A Dbitmap.h170 extern int lowbit(ulong_t);

Completed in 103 milliseconds