Home
last modified time | relevance | path

Searched defs:bufref (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/src/__support/File/
H A Dfile.cpp84 cpp::span<uint8_t> bufref(static_cast<uint8_t *>(buf), bufsize); write_unlocked_fbf() local
192 cpp::span<uint8_t> bufref(static_cast<uint8_t *>(buf), bufsize); read_unlocked() local
255 cpp::span<uint8_t> bufref(static_cast<uint8_t *>(buf), bufsize); ungetc_unlocked() local
/llvm-project/libc/src/stdio/printf_core/
H A Dint_converter.h50 return HexFmt::format_to(bufref, num); in num_to_strview() argument