Home
last modified time | relevance | path

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