HomeSort by relevance Sort by last modified time
    Searched full:maskwords (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ADT/
SmallBitVector.h 525 void setBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) {
527 applyMask<true, false>(Mask, MaskWords);
529 getPointer()->setBitsInMask(Mask, MaskWords);
534 void clearBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) {
536 applyMask<false, false>(Mask, MaskWords);
538 getPointer()->clearBitsInMask(Mask, MaskWords);
543 void setBitsNotInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) {
545 applyMask<true, true>(Mask, MaskWords);
547 getPointer()->setBitsNotInMask(Mask, MaskWords);
552 void clearBitsNotInMask(const uint32_t *Mask, unsigned MaskWords = ~0u)
    [all...]
BitVector.h 497 void setBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) {
498 applyMask<true, false>(Mask, MaskWords);
503 void clearBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) {
504 applyMask<false, false>(Mask, MaskWords);
509 void setBitsNotInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) {
510 applyMask<true, true>(Mask, MaskWords);
515 void clearBitsNotInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) {
516 applyMask<false, true>(Mask, MaskWords);
559 void applyMask(const uint32_t *Mask, unsigned MaskWords) {
561 MaskWords = std::min(MaskWords, (size() + 31) / 32)
    [all...]
  /external/elfutils/libdwfl/
dwfl_module_getdwarf.c 405 Elf32_Word maskwords; member in struct:__anon18104
419 * header->maskwords));
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 1188 uint32_t& maskwords = word_array[2]; local
    [all...]

Completed in 181 milliseconds