Home
last modified time | relevance | path

Searched refs:block_ (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_allocator.h81 HwasanChunkView() : block_(0), metadata_(nullptr) {} in HwasanChunkView()
83 : block_(block), metadata_(metadata) {} in HwasanChunkView()
92 uptr block_;
H A Dhwasan_allocator.cpp58 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 Dtsan_clock.cpp605 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 Dtsan_clock.h54 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 Dtsan_clock.cc578 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 Dtsan_clock.h55 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 Dtsan_clock.cc576 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 Dtsan_clock.h53 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 Dcore.h52 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 Dargon2-core.h53 typedef struct block_ { struct
/netbsd-src/usr.bin/xlint/lint1/
H A DREADME.md96 (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