Home
last modified time | relevance | path

Searched refs:base_ (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h222 : base_(base), value_(value), index_(index), step_(step) {} in Iterator()
226 return base_; in BaseGenerator()
250 base_(other.base_), value_(other.value_), index_(other.index_), in Iterator()
256 const ParamGeneratorInterface<T>* const base_; variable
309 : base_(base), iterator_(iterator) {} in Iterator()
313 return base_; in BaseGenerator()
349 base_(other.base_), in Iterator()
352 const ParamGeneratorInterface<T>* const base_; variable
H A Dgtest-param-util-generated.h.pump136 : base_(base),
146 return base_;
187 : base_(other.base_), $for j, [[
213 const ParamGeneratorInterface<ParamType>* const base_;
H A Dgtest-param-util-generated.h3603 return base_; in BaseGenerator()
3639 : base_(other.base_), in Iterator()
3722 return base_; in BaseGenerator()
3763 : base_(other.base_), in Iterator()
3905 : base_(other.base_), in Iterator()
4064 : base_(other.base_), in Iterator()
4242 : base_(other.base_), in Iterator()
4437 : base_(other.base_), in Iterator()
4651 : base_(other.base_), in Iterator()
4881 : base_(other.base_), in Iterator()
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cc219 base_ = reinterpret_cast<void *>(base); in Init()
224 return reinterpret_cast<uptr>(base_); in Init()
257 return DoMmapFixedOrDie(os_handle_, fixed_addr, map_size, base_, in Map()
262 return DoMmapFixedOrDie(os_handle_, fixed_addr, map_size, base_, in MapOrDie()
284 if (addr == reinterpret_cast<uptr>(base_)) { in Unmap()
294 CHECK_EQ(addr + size, reinterpret_cast<uptr>(base_) + size_); in Unmap()
H A Dsanitizer_posix_libcdep.cc359 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size) : MmapNoAccess(size); in Init()
363 return reinterpret_cast<uptr>(base_); in Init()
378 if (addr == reinterpret_cast<uptr>(base_)) in Unmap()
380 base_ = (size == size_) ? nullptr : reinterpret_cast<void*>(addr + size); in Unmap()
382 CHECK_EQ(addr + size, reinterpret_cast<uptr>(base_) + size_); in Unmap()
H A Dsanitizer_win.cc257 CHECK((addr == reinterpret_cast<uptr>(base_)) && (size == size_)); in Unmap()
259 base_ = nullptr; in Unmap()
282 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size) : MmapNoAccess(size); in Init()
286 return reinterpret_cast<uptr>(base_); in Init()
H A Dsanitizer_common.h147 void *base() const { return base_; } in base()
151 void* base_;
/freebsd-12.1/sys/contrib/zstd/tests/gzip/
H A Dinit.sh427 for base_ in $base_names_; do
428 alias "$base_"="$base_$EXEEXT"
/freebsd-12.1/crypto/openssl/crypto/objects/
H A Dobj_dat.c588 const void *OBJ_bsearch_ex_(const void *key, const void *base_, int num, in OBJ_bsearch_ex_() argument
593 const char *base = base_; in OBJ_bsearch_ex_()
/freebsd-12.1/contrib/gcc/
H A Dggc-zone.c2224 ggc_pch_this_base (struct ggc_pch_data *d, void *base_) in ggc_pch_this_base() argument
2227 size_t base = (size_t) base_; in ggc_pch_this_base()
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A DChangeLog-1.4170 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…
H A DChangeLog-2.01137 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…
/freebsd-12.1/contrib/libevent/
H A DChangeLog-1.4170 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…
H A DChangeLog-2.01137 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…