Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_internal.h32 typedef FlatByteMap<kInternalAllocatorNumRegions> ByteMap; typedef
37 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap; typedef
/external/compiler-rt/lib/asan/
Dasan_allocator.h116 typedef FlatByteMap<kNumRegions> ByteMap; typedef
118 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef
/external/chromium_org/third_party/re2/re2/
Ddfa.cc336 int ByteMap(int c) { in ByteMap() function in re2::DFA
/external/regex-re2/re2/
Ddfa.cc334 int ByteMap(int c) { in ByteMap() function in re2::DFA