Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DBitVector.h87 init_words(Bits, Capacity, t); in Size()
197 init_words(&Bits[OldCapacity], (Capacity-OldCapacity), t);
220 init_words(Bits, Capacity, true); in set()
261 init_words(Bits, Capacity, false); in reset()
515 init_words(&Bits[UsedWords], (Capacity-UsedWords), t);
541 void init_words(BitWord *B, unsigned NumWords, bool t) { in init_words() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceBitVector.h318 init_words(Bits, Capacity, t); in Size()
426 init_words(&Bits[OldCapacity], (Capacity - OldCapacity), t);
449 init_words(Bits, Capacity, true); in set()
491 init_words(Bits, Capacity, false); in reset()
750 init_words(&Bits[UsedWords], (Capacity - UsedWords), t);
780 void init_words(BitWord *B, unsigned NumWords, bool t) { in init_words() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DBitVector.h141 init_words(Bits, t); in Size()
375 init_words(Bits.drop_front(OldCapacity), t);
398 init_words(Bits, true); in set()
439 init_words(Bits, false); in reset()
866 init_words(Bits.drop_front(UsedWords), t);
893 void init_words(MutableArrayRef<BitWord> B, bool t) { in init_words() function