Home
last modified time | relevance | path

Searched refs:map_ (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp131 map_.reserve(StackDepotGetStats()->n_uniq_ids + 100); in StackDepotReverseMap()
138 map_.push_back(pair); in StackDepotReverseMap()
141 Sort(map_.data(), map_.size(), &IdDescPair::IdComparator); in StackDepotReverseMap()
145 if (!map_.size()) in Get()
148 uptr idx = InternalLowerBound(map_, pair, IdDescPair::IdComparator); in Get()
149 if (idx > map_.size() || map_[idx].id != id) in Get()
151 return map_[idx].desc->load(); in Get()
H A Dsanitizer_allocator_bytemap.h22 internal_memset(map_, 0, sizeof(map_)); in Init()
27 CHECK_EQ(0U, map_[idx]); in set()
28 map_[idx] = val; in set()
33 return map_[idx];
36 u8 map_[kSize];
H A Dsanitizer_addrhashmap.h82 AddrHashMap<T, kSize> *map_; variable
103 map_ = map; in Handle()
107 map_->acquire(this); in Handle()
113 map_ = map; in Handle()
117 map_->acquire(this); in Handle()
123 map_ = map; in Handle()
127 map_->acquire(this); in Handle()
132 map_->release(this); in ~Handle()
H A Dsanitizer_stackdepot.h63 InternalMmapVector<IdDescPair> map_; variable
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h62 internal_memset(map_, 0, sizeof(map_)); in DenseSlabAlloc()
67 if (map_[i] != 0) in ~DenseSlabAlloc()
68 UnmapOrDie(map_[i], kL2Size * sizeof(T)); in ~DenseSlabAlloc()
88 return &map_[idx / kL2Size][idx % kL2Size]; in Map()
106 T *map_[kL1Size];
131 map_[fillpos_++] = batch; in Refill()
/freebsd-13.1/crypto/heimdal/lib/asn1/
H A DChangeLog1238 * check-common.c: export the map_ functions for OVERRUN/UNDERRUN
1241 * check-common.h: export the map_ functions for OVERRUN/UNDERRUN
/freebsd-13.1/sys/dev/mrsas/
H A Dmrsas_fp.c131 #define SPAN_ROW_DATA_SIZE(map_, ld, index_) \ argument