| /freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-param-util.h | 222 : 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 D | gtest-param-util-generated.h.pump | 136 : base_(base), 146 return base_; 187 : base_(other.base_), $for j, [[ 213 const ParamGeneratorInterface<ParamType>* const base_;
|
| H A D | gtest-param-util-generated.h | 3603 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 D | sanitizer_fuchsia.cc | 219 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 D | sanitizer_posix_libcdep.cc | 359 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 D | sanitizer_win.cc | 257 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 D | sanitizer_common.h | 147 void *base() const { return base_; } in base() 151 void* base_;
|
| /freebsd-12.1/sys/contrib/zstd/tests/gzip/ |
| H A D | init.sh | 427 for base_ in $base_names_; do 428 alias "$base_"="$base_$EXEEXT"
|
| /freebsd-12.1/crypto/openssl/crypto/objects/ |
| H A D | obj_dat.c | 588 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 D | ggc-zone.c | 2224 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 D | ChangeLog-1.4 | 170 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…
|
| H A D | ChangeLog-2.0 | 1137 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…
|
| /freebsd-12.1/contrib/libevent/ |
| H A D | ChangeLog-1.4 | 170 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…
|
| H A D | ChangeLog-2.0 | 1137 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…
|