Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h58 internal_memset(map_, 0, sizeof(map_)); in DenseSlabAlloc()
63 if (map_[i] != 0) in ~DenseSlabAlloc()
64 UnmapOrDie(map_[i], kL2Size * sizeof(T)); in ~DenseSlabAlloc()
84 return &map_[idx / kL2Size][idx % kL2Size]; in Map()
105 for (IndexT l2 = l1 == 0 ? 1 : 0; l2 < kL2Size; l2++) func(&map_[l1][l2]); in ForEach()
110 T *map_[kL1Size];
181 map_[fillpos] = batch; in AllocSuperBlock()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flat_map.h30 void Init() { internal_memset(map_, 0, sizeof(map_)); } in Init()
41 return map_[idx];
46 return map_[idx];
50 T map_[kSize];
H A Dsanitizer_addrhashmap.h87 AddrHashMap<T, kSize> *map_; variable
141 map_ = map; in Handle()
145 map_->acquire(this); in Handle()
151 map_ = map; in Handle()
155 map_->acquire(this); in Handle()
161 map_ = map; in Handle()
165 map_->acquire(this); in Handle()
170 map_->release(this); in ~Handle()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmdspan336 constexpr const extents_type& extents() const noexcept { return map_.extents(); }
338 constexpr const mapping_type& mapping() const noexcept { return map_; }
350 { return map_.is_unique(); }
352 { return map_.is_exhaustive(); }
354 { return map_.is_strided(); }
356 { return map_.stride(r); }
360 mapping_type map_; // exposition only
/freebsd/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/sys/dev/mrsas/
H A Dmrsas_fp.c129 #define SPAN_ROW_DATA_SIZE(map_, ld, index_) \ argument