/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_internal.h | 32 typedef FlatByteMap<kInternalAllocatorNumRegions> ByteMap; typedef 36 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap; typedef 40 kInternalAllocatorRegionSizeLog, ByteMap> PrimaryInternalAllocator;
|
H A D | sanitizer_allocator.h | 709 class ByteMap, 715 SizeClassMap, kRegionSizeLog, ByteMap, MapUnmapCallback> ThisT; 922 ByteMap possible_regions;
|
/aosp_15_r20/external/compiler-rt/lib/msan/ |
H A D | msan_allocator.cc | 46 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef 50 SizeClassMap, kRegionSizeLog, ByteMap, 80 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef 84 SizeClassMap, kRegionSizeLog, ByteMap,
|
/aosp_15_r20/external/compiler-rt/lib/asan/ |
H A D | asan_allocator.h | 136 typedef FlatByteMap<kNumRegions> ByteMap; typedef 138 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef 143 ByteMap,
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | dfa.cc | 317 int ByteMap(int c) { in ByteMap() function in re2::DFA 1026 State* ns = state->next_[ByteMap(c)].load(std::memory_order_relaxed); in RunStateOnByte() 1091 state->next_[ByteMap(c)].store(ns, std::memory_order_release); in RunStateOnByte() 1502 State* ns = s->next_[ByteMap(lastbyte)].load(std::memory_order_acquire); in InlinedSearchLoop() 1949 output[ByteMap(c)] = -1; in BuildAllStates() 1956 output[ByteMap(c)] = m[ns]; in BuildAllStates()
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/ |
H A D | dfa.cc | 311 int ByteMap(int c) { in ByteMap() function in re2::DFA 1044 State* ns = state->next_[ByteMap(c)].load(std::memory_order_relaxed); in RunStateOnByte() 1109 state->next_[ByteMap(c)].store(ns, std::memory_order_release); in RunStateOnByte() 1520 State* ns = s->next_[ByteMap(lastbyte)].load(std::memory_order_acquire); in InlinedSearchLoop() 1963 output[ByteMap(c)] = -1; in BuildAllStates() 1970 output[ByteMap(c)] = m[ns]; in BuildAllStates()
|
/aosp_15_r20/external/regex-re2/re2/ |
H A D | dfa.cc | 335 int ByteMap(int c) { in ByteMap() function in re2::DFA 1022 State* ns = state->next_[ByteMap(c)].load(std::memory_order_relaxed); in RunStateOnByte() 1087 state->next_[ByteMap(c)].store(ns, std::memory_order_release); in RunStateOnByte() 1503 State* ns = s->next_[ByteMap(lastbyte)].load(std::memory_order_acquire); in InlinedSearchLoop() 1968 output[ByteMap(c)] = -1; in BuildAllStates() 1975 output[ByteMap(c)] = m[ns]; in BuildAllStates()
|
/aosp_15_r20/external/compiler-rt/lib/lsan/ |
H A D | lsan_allocator.cc | 39 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef 42 sizeof(ChunkMetadata), SizeClassMap, kRegionSizeLog, ByteMap>
|
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl.h | 64 MapUnmapCallback> ByteMap; typedef 66 CompactSizeClassMap, kAllocatorRegionSizeLog, ByteMap,
|
/aosp_15_r20/external/scudo/standalone/ |
H A D | primary32.h | 386 typedef FlatByteMap<NumRegions> ByteMap; typedef 1157 ByteMap PossibleRegions GUARDED_BY(ByteMapMutex) = {};
|