Searched defs:ValueBitMap (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/prebuilt_include/llvm/lib/Fuzzer/ |
D | FuzzerValueBitMap.h | 20 struct ValueBitMap { struct 21 static const size_t kMapSizeInBits = 1 << 16; 22 static const size_t kMapPrimeMod = 65371; // Largest Prime < kMapSizeInBits; 23 static const size_t kBitsInWord = (sizeof(uintptr_t) * 8); 24 static const size_t kMapSizeInWords = kMapSizeInBits / kBitsInWord; 28 void Reset() { memset(Map, 0, sizeof(Map)); } in Reset() 33 inline bool AddValue(uintptr_t Value) { in AddValue() 44 inline bool AddValueModPrime(uintptr_t Value) { in AddValueModPrime() 48 inline bool Get(uintptr_t Idx) { in Get() 55 size_t SizeInBits() const { return kMapSizeInBits; } in SizeInBits() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/prebuilt_include/llvm/lib/Fuzzer/ |
D | FuzzerValueBitMap.h | 20 struct ValueBitMap { struct 21 static const size_t kMapSizeInBits = 1 << 16; 22 static const size_t kMapPrimeMod = 65371; // Largest Prime < kMapSizeInBits; 23 static const size_t kBitsInWord = (sizeof(uintptr_t) * 8); 24 static const size_t kMapSizeInWords = kMapSizeInBits / kBitsInWord; 28 void Reset() { memset(Map, 0, sizeof(Map)); } in Reset() 33 inline bool AddValue(uintptr_t Value) { in AddValue() 44 inline bool AddValueModPrime(uintptr_t Value) { in AddValueModPrime() 48 inline bool Get(uintptr_t Idx) { in Get() 55 size_t SizeInBits() const { return kMapSizeInBits; } in SizeInBits() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/prebuilt_include/llvm/lib/Fuzzer/ |
D | FuzzerValueBitMap.h | 20 struct ValueBitMap { struct 21 static const size_t kMapSizeInBits = 1 << 16; 22 static const size_t kMapPrimeMod = 65371; // Largest Prime < kMapSizeInBits; 23 static const size_t kBitsInWord = (sizeof(uintptr_t) * 8); 24 static const size_t kMapSizeInWords = kMapSizeInBits / kBitsInWord; 28 void Reset() { memset(Map, 0, sizeof(Map)); } in Reset() 33 inline bool AddValue(uintptr_t Value) { in AddValue() 44 inline bool AddValueModPrime(uintptr_t Value) { in AddValueModPrime() 48 inline bool Get(uintptr_t Idx) { in Get() 55 size_t SizeInBits() const { return kMapSizeInBits; } in SizeInBits() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerValueBitMap.h | 20 struct ValueBitMap { struct 21 static const size_t kMapSizeInBits = 1 << 16; 22 static const size_t kMapPrimeMod = 65371; // Largest Prime < kMapSizeInBits; 23 static const size_t kBitsInWord = (sizeof(uintptr_t) * 8); 24 static const size_t kMapSizeInWords = kMapSizeInBits / kBitsInWord; 28 void Reset() { memset(Map, 0, sizeof(Map)); } in Reset() 33 inline bool AddValue(uintptr_t Value) { in AddValue() 44 inline bool AddValueModPrime(uintptr_t Value) { in AddValueModPrime() 48 inline bool Get(uintptr_t Idx) { in Get() 55 size_t SizeInBits() const { return kMapSizeInBits; } in SizeInBits() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/prebuilt_include/llvm/lib/Fuzzer/ |
D | FuzzerValueBitMap.h | 20 struct ValueBitMap { struct 21 static const size_t kMapSizeInBits = 1 << 16; 22 static const size_t kMapPrimeMod = 65371; // Largest Prime < kMapSizeInBits; 23 static const size_t kBitsInWord = (sizeof(uintptr_t) * 8); 24 static const size_t kMapSizeInWords = kMapSizeInBits / kBitsInWord; 28 void Reset() { memset(Map, 0, sizeof(Map)); } in Reset() 33 inline bool AddValue(uintptr_t Value) { in AddValue() 44 inline bool AddValueModPrime(uintptr_t Value) { in AddValueModPrime() 48 inline bool Get(uintptr_t Idx) { in Get() 55 size_t SizeInBits() const { return kMapSizeInBits; } in SizeInBits() [all …]
|