Searched defs:FirstBit (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | BitVector.h | 220 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/ |
D | BitFieldsTest.cpp | 67 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/ |
D | bitfield.inl | 278 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/ |
D | BitVector.h | 228 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
|