Searched refs:base_ (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/crypto/openssl/crypto/
H A Dbsearch.c17 const char *base_ = base; local
27 p = &(base_[i * size]);
39 while (i > 0 && (*cmp) (key, &(base_[(i - 1) * size])) == 0)
41 p = &(base_[i * size]);
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h232 : base_(base), value_(value), index_(index), step_(step) {}
236 return base_;
260 base_(other.base_),
268 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::RangeGenerator::Iterator
318 : base_(base), iterator_(iterator) {}
322 return base_;
357 base_(other.base_),
360 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
925 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator::IteratorImpl
999 const ParamGeneratorInterface<To>* const base_; member in class:testing::internal::ParamGeneratorConverter::Iterator
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp338 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size, name)
343 return reinterpret_cast<uptr>(base_);
360 if (addr == reinterpret_cast<uptr>(base_))
362 base_ = (size == size_) ? nullptr : reinterpret_cast<void*>(addr + size);
364 CHECK_EQ(addr + size, reinterpret_cast<uptr>(base_) + size_);
H A Dsanitizer_fuchsia.cpp242 base_ = reinterpret_cast<void *>(base);
247 return reinterpret_cast<uptr>(base_);
281 return DoMmapFixedOrDie(os_handle_, fixed_addr, map_size, base_,
287 return DoMmapFixedOrDie(os_handle_, fixed_addr, map_size, base_,
316 if (addr == reinterpret_cast<uptr>(base_)) {
326 CHECK_EQ(addr + size, reinterpret_cast<uptr>(base_) + size_);
H A Dsanitizer_win.cpp302 CHECK((addr == reinterpret_cast<uptr>(base_)) && (size == size_));
304 base_ = nullptr;
327 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size) : MmapNoAccess(size);
331 return reinterpret_cast<uptr>(base_);
H A Dsanitizer_common.h190 void *base() const { return base_; }
194 void* base_; member in class:__sanitizer::ReservedAddressRange
/freebsd-current/crypto/openssl/crypto/objects/
H A Dobj_dat.c643 const char *base_ = base; local
648 p1 = &(base_[i * size]);

Completed in 106 milliseconds