Searched refs:block_ (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
H A D | hwasan_allocator.h | 81 HwasanChunkView() : block_(0), metadata_(nullptr) {} in HwasanChunkView() 83 : block_(block), metadata_(metadata) {} in HwasanChunkView() 92 uptr block_;
|
H A D | hwasan_allocator.cpp | 58 return AlignRight(block_, metadata_->get_requested_size()); in Beg() 59 return block_; in Beg() 72 return allocator.GetActuallyAllocatedSize(reinterpret_cast<void *>(block_)); in ActualSize() 76 return allocator.FromPrimary(reinterpret_cast<void *>(block_)); in FromSmallHeap()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_clock.cpp | 605 block_++; in Next() 606 if (block_ < parent_->blocks_) { in Next() 608 u32 idx = parent_->get_block(block_); in Next() 611 end_ = pos_ + min(parent_->size_ - block_ * ClockBlock::kClockCount, in Next() 615 if (block_ == parent_->blocks_ && in Next() 619 end_ = pos_ + min(parent_->size_ - block_ * ClockBlock::kClockCount, in Next()
|
H A D | tsan_clock.h | 54 int block_; // Current number of second level block. variable 272 , block_(-1) { in Iter()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_clock.cc | 578 block_++; in Next() 579 if (block_ < parent_->blocks_) { in Next() 581 u32 idx = parent_->get_block(block_); in Next() 584 end_ = pos_ + min(parent_->size_ - block_ * ClockBlock::kClockCount, in Next() 588 if (block_ == parent_->blocks_ && in Next() 592 end_ = pos_ + min(parent_->size_ - block_ * ClockBlock::kClockCount, in Next()
|
H A D | tsan_clock.h | 55 int block_; // Current number of second level block. variable 205 , block_(-1) { in Iter()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_clock.cc | 576 block_++; in Next() 577 if (block_ < parent_->blocks_) { in Next() 579 u32 idx = parent_->get_block(block_); in Next() 582 end_ = pos_ + min(parent_->size_ - block_ * ClockBlock::kClockCount, in Next() 586 if (block_ == parent_->blocks_ && in Next() 590 end_ = pos_ + min(parent_->size_ - block_ * ClockBlock::kClockCount, in Next()
|
H A D | tsan_clock.h | 53 int block_; // Current number of second level block. variable 203 , block_(-1) { in Iter()
|
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/ |
H A D | core.h | 52 typedef struct block_ { uint64_t v[ARGON2_QWORDS_IN_BLOCK]; } block; struct
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/ |
H A D | argon2-core.h | 53 typedef struct block_ { struct
|
/netbsd-src/usr.bin/xlint/lint1/ |
H A D | README.md | 96 (See [below](#memory-management) for the meaning of the prefix `block_`.) 166 The memory that is allocated by the `block_*_alloc` functions is freed at the
|