Home
last modified time | relevance | path

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

/minix/external/bsd/libarchive/dist/libarchive/
H A Darchive_check_magic.c93 unsigned int lowbit; in write_all_states() local
96 while ((lowbit = states & (1 + ~states)) != 0) { in write_all_states()
97 states &= ~lowbit; /* Clear the low bit. */ in write_all_states()
98 errmsg(state_name(lowbit)); in write_all_states()