Home
last modified time | relevance | path

Searched defs:ByteMap (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h32 typedef FlatByteMap<kInternalAllocatorNumRegions> ByteMap; typedef
36 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap; typedef
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_allocator.h136 typedef FlatByteMap<kNumRegions> ByteMap; typedef
138 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef
/aosp_15_r20/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc46 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef
80 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef
/aosp_15_r20/external/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc39 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef
/aosp_15_r20/external/scudo/standalone/
H A Dprimary32.h386 typedef FlatByteMap<NumRegions> ByteMap; typedef
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h64 MapUnmapCallback> ByteMap; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Ddfa.cc317 int ByteMap(int c) { in ByteMap() function in re2::DFA
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Ddfa.cc311 int ByteMap(int c) { in ByteMap() function in re2::DFA
/aosp_15_r20/external/regex-re2/re2/
H A Ddfa.cc335 int ByteMap(int c) { in ByteMap() function in re2::DFA