HomeSort by: relevance | last modified time | path
    Searched refs:block_ (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_clock.h 55 int block_; // Current number of second level block. member in class:__tsan::SyncClock::Iter
205 , block_(-1) {
tsan_clock.cc 578 block_++;
579 if (block_ < parent_->blocks_) {
581 u32 idx = parent_->get_block(block_);
584 end_ = pos_ + min(parent_->size_ - block_ * ClockBlock::kClockCount,
588 if (block_ == parent_->blocks_ &&
592 end_ = pos_ + min(parent_->size_ - block_ * ClockBlock::kClockCount,
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2-core.h 53 typedef struct block_ { struct
  /src/usr.bin/xlint/lint1/
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

Completed in 15 milliseconds