Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp569 uptr available_bytes = (buffer->size() - size_up) * uptr_sz; in GetRegistersAndSP() local
571 regset_io.iov_len = available_bytes; in GetRegistersAndSP()
584 if (regset_io.iov_len + 64 < available_bytes) in GetRegistersAndSP()
/llvm-project-15.0.7/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()