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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h32 typedef FlatByteMap<kInternalAllocatorNumRegions> ByteMap; typedef in namespace:__sanitizer
37 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__sanitizer
41 kInternalAllocatorRegionSizeLog, ByteMap> PrimaryInternalAllocator;
/external/compiler-rt/lib/asan/
H A Dasan_allocator.h116 typedef FlatByteMap<kNumRegions> ByteMap; typedef in namespace:__asan
118 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__asan
123 ByteMap,
/external/chromium_org/third_party/re2/re2/
H A Ddfa.cc336 int ByteMap(int c) { function in class:re2::DFA
994 State* ns = state->next_[ByteMap(c)];
1071 state->next_[ByteMap(c)] = ns;
1390 // Okay to use bytemap[] not ByteMap() here, because
1483 State* ns = s->next_[ByteMap(lastbyte)];
/external/regex-re2/re2/
H A Ddfa.cc334 int ByteMap(int c) { function in class:re2::DFA
992 State* ns = state->next_[ByteMap(c)];
1069 state->next_[ByteMap(c)] = ns;
1388 // Okay to use bytemap[] not ByteMap() here, because
1481 State* ns = s->next_[ByteMap(lastbyte)];

Completed in 157 milliseconds