Home
last modified time | relevance | path

Searched refs:available_bytes (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp576 uptr available_bytes = (buffer->size() - size_up) * uptr_sz; in GetRegistersAndSP() local
578 regset_io.iov_len = available_bytes; in GetRegistersAndSP()
591 if (regset_io.iov_len + 64 < available_bytes) in GetRegistersAndSP()
/openbsd-src/gnu/llvm/llvm/lib/Support/BLAKE3/
H A Dblake3.c104 size_t available_bytes = 64 - offset_within_block; in output_root_bytes() local
106 if (out_len > available_bytes) { in output_root_bytes()
107 memcpy_len = available_bytes; in output_root_bytes()