Searched defs:FirstBit (Results 1 – 2 of 2) 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/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…
|