Home
last modified time | relevance | path

Searched refs:ByteMap (Results 1 – 5 of 5) 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
41 kInternalAllocatorRegionSizeLog, ByteMap> PrimaryInternalAllocator;
Dsanitizer_allocator.h683 class ByteMap,
689 SizeClassMap, kRegionSizeLog, ByteMap, MapUnmapCallback> ThisT;
889 ByteMap possible_regions;
/external/compiler-rt/lib/asan/
Dasan_allocator.h116 typedef FlatByteMap<kNumRegions> ByteMap; typedef
118 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef
123 ByteMap,
/external/chromium_org/third_party/re2/re2/
Ddfa.cc336 int ByteMap(int c) { in ByteMap() function in re2::DFA
994 State* ns = state->next_[ByteMap(c)]; in RunStateOnByte()
1071 state->next_[ByteMap(c)] = ns; in RunStateOnByte()
1483 State* ns = s->next_[ByteMap(lastbyte)]; in InlinedSearchLoop()
/external/regex-re2/re2/
Ddfa.cc334 int ByteMap(int c) { in ByteMap() function in re2::DFA
992 State* ns = state->next_[ByteMap(c)]; in RunStateOnByte()
1069 state->next_[ByteMap(c)] = ns; in RunStateOnByte()
1481 State* ns = s->next_[ByteMap(lastbyte)]; in InlinedSearchLoop()