Home
last modified time | relevance | path

Searched defs:FirstBit (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DBitVector.h220 unsigned FirstBit = Begin % BITWORD_SIZE; in find_first_in() local
254 unsigned FirstBit = Begin % BITWORD_SIZE; in find_last_in() local
280 unsigned FirstBit = Begin % BITWORD_SIZE; in find_first_unset_in() local
316 unsigned FirstBit = Begin % BITWORD_SIZE; in find_last_unset_in() local
/external/llvm-project/llvm/unittests/ADT/
DBitFieldsTest.cpp67 TEST(BitfieldsTest, FirstBit) { in TEST() argument
69 using FirstBit = Bitfield::Element<bool, 0, 1>; in TEST() typedef
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dbitfield.inl278 GLM_FUNC_QUALIFIER genIUType bitfieldFillOne(genIUType Value, int FirstBit, int BitCount)
284 …GLM_FUNC_QUALIFIER vecType<T, P> bitfieldFillOne(vecType<T, P> const& Value, int FirstBit, int Bit…
290 GLM_FUNC_QUALIFIER genIUType bitfieldFillZero(genIUType Value, int FirstBit, int BitCount)
296 …GLM_FUNC_QUALIFIER vecType<T, P> bitfieldFillZero(vecType<T, P> const& Value, int FirstBit, int Bi…
/external/llvm-project/llvm/include/llvm/ADT/
DBitVector.h228 unsigned FirstBit = Begin % BITWORD_SIZE; variable
262 unsigned FirstBit = Begin % BITWORD_SIZE; in find_last_in() local
299 unsigned FirstBit = Begin % BITWORD_SIZE; in find_last_unset_in() local