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

/netbsd-current/crypto/external/bsd/openssl/dist/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]);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h224 : base_(base), value_(value), index_(index), step_(step) {}
228 return base_;
252 base_(other.base_), value_(other.value_), index_(other.index_),
258 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::RangeGenerator::Iterator
311 : base_(base), iterator_(iterator) {}
315 return base_;
350 base_(other.base_),
353 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
854 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator::IteratorImpl
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc359 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size) : MmapNoAccess(size);
363 return reinterpret_cast<uptr>(base_);
378 if (addr == reinterpret_cast<uptr>(base_))
380 base_ = (size == size_) ? nullptr : reinterpret_cast<void*>(addr + size);
382 CHECK_EQ(addr + size, reinterpret_cast<uptr>(base_) + size_);
H A Dsanitizer_fuchsia.cc219 base_ = reinterpret_cast<void *>(base);
224 return reinterpret_cast<uptr>(base_);
257 return DoMmapFixedOrDie(os_handle_, fixed_addr, map_size, base_,
262 return DoMmapFixedOrDie(os_handle_, fixed_addr, map_size, base_,
284 if (addr == reinterpret_cast<uptr>(base_)) {
294 CHECK_EQ(addr + size, reinterpret_cast<uptr>(base_) + size_);
H A Dsanitizer_win.cc257 CHECK((addr == reinterpret_cast<uptr>(base_)) && (size == size_));
259 base_ = nullptr;
282 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size) : MmapNoAccess(size);
286 return reinterpret_cast<uptr>(base_);
H A Dsanitizer_common.h137 void *base() const { return base_; }
141 void* base_; member in class:__sanitizer::ReservedAddressRange
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc355 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size) : MmapNoAccess(size);
359 return reinterpret_cast<uptr>(base_);
374 if (addr == reinterpret_cast<uptr>(base_))
376 base_ = (size == size_) ? nullptr : reinterpret_cast<void*>(addr + size);
378 CHECK_EQ(addr + size, reinterpret_cast<uptr>(base_) + size_);
H A Dsanitizer_fuchsia.cc218 base_ = reinterpret_cast<void *>(base);
223 return reinterpret_cast<uptr>(base_);
256 return DoMmapFixedOrDie(os_handle_, fixed_addr, map_size, base_,
261 return DoMmapFixedOrDie(os_handle_, fixed_addr, map_size, base_,
283 if (addr == reinterpret_cast<uptr>(base_)) {
293 CHECK_EQ(addr + size, reinterpret_cast<uptr>(base_) + size_);
H A Dsanitizer_win.cc259 CHECK((addr == reinterpret_cast<uptr>(base_)) && (size == size_));
261 base_ = nullptr;
284 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size) : MmapNoAccess(size);
288 return reinterpret_cast<uptr>(base_);
H A Dsanitizer_common.h135 void *base() const { return base_; }
139 void* base_; member in class:__sanitizer::ReservedAddressRange
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/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.cpp188 base_ = reinterpret_cast<void *>(base);
193 return reinterpret_cast<uptr>(base_);
227 return DoMmapFixedOrDie(os_handle_, fixed_addr, map_size, base_, name_,
233 return DoMmapFixedOrDie(os_handle_, fixed_addr, map_size, base_, name_, true);
255 if (addr == reinterpret_cast<uptr>(base_)) {
265 CHECK_EQ(addr + size, reinterpret_cast<uptr>(base_) + size_);
H A Dsanitizer_win.cpp282 CHECK((addr == reinterpret_cast<uptr>(base_)) && (size == size_));
284 base_ = nullptr;
307 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size) : MmapNoAccess(size);
311 return reinterpret_cast<uptr>(base_);
H A Dsanitizer_common.h184 void *base() const { return base_; }
188 void* base_; member in class:__sanitizer::ReservedAddressRange
/netbsd-current/external/gpl3/binutils.old/dist/elfcpp/
H A Delfcpp_file.h278 *cstring = this->base_ + offset;
284 const char* base_; member in class:elfcpp::Elf_strtab
712 this->base_ = reinterpret_cast<const char*>(p);
/netbsd-current/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp_file.h278 *cstring = this->base_ + offset;
284 const char* base_; member in class:elfcpp::Elf_strtab
712 this->base_ = reinterpret_cast<const char*>(p);
/netbsd-current/external/gpl3/gdb.old/dist/elfcpp/
H A Delfcpp_file.h278 *cstring = this->base_ + offset;
284 const char* base_; member in class:elfcpp::Elf_strtab
712 this->base_ = reinterpret_cast<const char*>(p);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/objects/
H A Dobj_dat.c589 const void *OBJ_bsearch_ex_(const void *key, const void *base_, int num, argument
594 const char *base = base_;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/objects/
H A Dobj_dat.c643 const char *base_ = base; local
648 p1 = &(base_[i * size]);
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doutput.cc4945 base_(NULL),
5006 unsigned char* p = this->base_;
5114 base = ::mremap(this->base_, this->file_size_, file_size,
5121 base = realloc(this->base_, file_size);
5128 this->base_ = static_cast<unsigned char*>(base);
5156 this->base_ = static_cast<unsigned char*>(base);
5207 this->base_ = static_cast<unsigned char*>(base);
5245 if (::munmap(this->base_, this->file_size_) < 0)
5248 this->base_ = NULL;
5263 ssize_t bytes_written = ::write(this->o_, this->base_
[all...]
H A Doutput.h103 { memcpy(this->base_ + offset, data, len); }
112 return this->base_ + start;
168 unsigned char* base_; member in class:gold::Output_file
169 // True iff base_ points to a memory buffer rather than an output file.
171 // True if base_ was allocated using new rather than mmap.
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doutput.cc4945 base_(NULL),
5006 unsigned char* p = this->base_;
5114 base = ::mremap(this->base_, this->file_size_, file_size,
5121 base = realloc(this->base_, file_size);
5128 this->base_ = static_cast<unsigned char*>(base);
5156 this->base_ = static_cast<unsigned char*>(base);
5207 this->base_ = static_cast<unsigned char*>(base);
5245 if (::munmap(this->base_, this->file_size_) < 0)
5248 this->base_ = NULL;
5263 ssize_t bytes_written = ::write(this->o_, this->base_
[all...]
H A Doutput.h103 { memcpy(this->base_ + offset, data, len); }
112 return this->base_ + start;
168 unsigned char* base_; member in class:gold::Output_file
169 // True iff base_ points to a memory buffer rather than an output file.
171 // True if base_ was allocated using new rather than mmap.
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doutput.cc4990 base_(NULL),
5051 unsigned char* p = this->base_;
5159 base = ::mremap(this->base_, this->file_size_, file_size,
5166 base = realloc(this->base_, file_size);
5173 this->base_ = static_cast<unsigned char*>(base);
5201 this->base_ = static_cast<unsigned char*>(base);
5252 this->base_ = static_cast<unsigned char*>(base);
5290 if (::munmap(this->base_, this->file_size_) < 0)
5293 this->base_ = NULL;
5308 ssize_t bytes_written = ::write(this->o_, this->base_
[all...]
H A Doutput.h103 { memcpy(this->base_ + offset, data, len); }
112 return this->base_ + start;
168 unsigned char* base_; member in class:gold::Output_file
169 // True iff base_ points to a memory buffer rather than an output file.
171 // True if base_ was allocated using new rather than mmap.

Completed in 457 milliseconds