Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cc139 map_.reserve(StackDepotGetStats()->n_uniq_ids + 100); in StackDepotReverseMap()
146 map_.push_back(pair); in StackDepotReverseMap()
149 Sort(map_.data(), map_.size(), &IdDescPair::IdComparator); in StackDepotReverseMap()
153 if (!map_.size()) in Get()
157 InternalLowerBound(map_, 0, map_.size(), pair, IdDescPair::IdComparator); in Get()
158 if (idx > map_.size() || map_[idx].id != id) in Get()
160 return map_[idx].desc->load(); in Get()
H A Dsanitizer_allocator_bytemap.h23 internal_memset(map_, 0, sizeof(map_)); in Init()
28 CHECK_EQ(0U, map_[idx]); in set()
29 map_[idx] = val; in set()
34 return map_[idx];
37 u8 map_[kSize];
H A Dsanitizer_addrhashmap.h83 AddrHashMap<T, kSize> *map_; variable
104 map_ = map; in Handle()
108 map_->acquire(this); in Handle()
114 map_ = map; in Handle()
118 map_->acquire(this); in Handle()
124 map_ = map; in Handle()
128 map_->acquire(this); in Handle()
133 map_->release(this); in ~Handle()
H A Dsanitizer_stackdepot.h63 InternalMmapVector<IdDescPair> map_; variable
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h49 internal_memset(map_, 0, sizeof(map_)); in DenseSlabAlloc()
57 if (map_[i] != 0) in ~DenseSlabAlloc()
58 UnmapOrDie(map_[i], kL2Size * sizeof(T)); in ~DenseSlabAlloc()
78 return &map_[idx / kL2Size][idx % kL2Size]; in Map()
96 T *map_[kL1Size];
121 map_[fillpos_++] = batch; in Refill()
/freebsd-12.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-12.1/sys/dev/mrsas/
H A Dmrsas_fp.c134 #define SPAN_ROW_DATA_SIZE(map_, ld, index_) \ argument