Searched refs:ByteMap (Results 1 – 5 of 5) sorted by relevance
32 typedef FlatByteMap<kInternalAllocatorNumRegions> ByteMap; typedef37 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap; typedef41 kInternalAllocatorRegionSizeLog, ByteMap> PrimaryInternalAllocator;
683 class ByteMap,689 SizeClassMap, kRegionSizeLog, ByteMap, MapUnmapCallback> ThisT;889 ByteMap possible_regions;
116 typedef FlatByteMap<kNumRegions> ByteMap; typedef118 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef123 ByteMap,
336 int ByteMap(int c) { in ByteMap() function in re2::DFA994 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()
334 int ByteMap(int c) { in ByteMap() function in re2::DFA992 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()