OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ByteMap
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_internal.h
32
typedef FlatByteMap<kInternalAllocatorNumRegions>
ByteMap
;
37
typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12>
ByteMap
;
41
kInternalAllocatorRegionSizeLog,
ByteMap
> PrimaryInternalAllocator;
/external/compiler-rt/lib/asan/
asan_allocator.h
116
typedef FlatByteMap<kNumRegions>
ByteMap
;
118
typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12>
ByteMap
;
123
ByteMap
,
/external/chromium_org/third_party/re2/re2/
dfa.cc
336
int
ByteMap
(int c) {
339
return prog_->
bytemap
()[c];
1332
const uint8*
bytemap
= prog_->
bytemap
();
local
[
all
...]
Completed in 1530 milliseconds