Home
last modified time | relevance | path

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

/llvm-project/libc/src/stdio/printf_core/
H A Dint_converter.h68 static constexpr size_t BITS_IN_BYTE = 8; convert_int() local
/llvm-project/libc/src/string/
H A Dstring_utils.h27 constexpr size_t BITS_IN_BYTE = 8; repeat_byte() local