Home
last modified time | relevance | path

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

/llvm-project/libc/src/stdio/printf_core/
H A Dfloat_dec_converter.h456 write_zeroes(uint32_t num_zeroes) write_zeroes() argument
/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp723 const size_t num_zeroes = dst_len - src_len; in CopyByteOrderedData() local