Home
last modified time | relevance | path

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

/haiku/src/libs/stdc++/legacy/
H A Dioextend.cc45 fmtflags bit_to_try = (fmtflags)1; in bitalloc() local
46 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()