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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp92 uptr in_first = kBlockSizeFrames - GetInBlockIdx(start); local
95 *pack += blocks_[block_idx].Stored(in_first);
96 *pack += blocks_[last_idx].Stored(count - in_first);

Completed in 88 milliseconds