Searched refs:BitSet32 (Results 1 – 8 of 8) sorted by relevance
35 struct BitSet32 { struct38 inline BitSet32() : value(0UL) { } in BitSet32() argument39 explicit inline BitSet32(uint32_t value) : value(value) { } in BitSet32() function139 inline bool operator== (const BitSet32& other) const { return value == other.value; } argument141 inline BitSet32 operator& (const BitSet32& other) const {142 return BitSet32(value & other.value);144 inline BitSet32& operator&= (const BitSet32& other) {148 inline BitSet32 operator| (const BitSet32& other) const {149 return BitSet32(value | other.value);151 inline BitSet32& operator|= (const BitSet32& other) {[all …]
46 static const std::vector<std::function<void(android::BitSet32, uint32_t)>> thirtyTwoBitOps =47 getOperationsForType<android::BitSet32>();51 void runOperationFor32Bit(android::BitSet32 bs, uint32_t bit, uint8_t operation) { in runOperationFor32Bit()59 android::BitSet32 b1 = android::BitSet32(thirty_two_base); in LLVMFuzzerTestOneInput()
29 BitSet32 b1;30 BitSet32 b2;42 BitSet32 tmp = b1 | b2; in TEST_F()58 BitSet32 tmp = b1 & b2; in TEST_F()77 BitSet32 tmp = b1 & b2; in TEST_F()
87 BitSet32 spotIdBits) { in setSpots()90 for (BitSet32 idBits(spotIdBits); !idBits.isEmpty();) { in setSpots()105 for (BitSet32 idBits(spotIdBits); !idBits.isEmpty();) { in setSpots()
35 BitSet32 spotIdBits);
197 BitSet32 spotIdBits, int32_t displayId) { in setSpots()202 for (BitSet32 idBits(spotIdBits); !idBits.isEmpty();) { in setSpots()
65 BitSet32 spotIdBits, int32_t displayId) override;
58 static BitSet32 mtSlots;