Searched refs:bit_to_try (Results 1 – 1 of 1) sorted by relevance
45 fmtflags bit_to_try = (fmtflags)1; in bitalloc() local46 for (; bit_to_try; bit_to_try <<= 1) in bitalloc()48 if ((__used_fmt_flags & bit_to_try) == 0) in bitalloc()50 __used_fmt_flags |= bit_to_try; in bitalloc()51 return bit_to_try; in bitalloc()