Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp435 std::string binary_value(64, '0'); in DumpDataExtractor() local
439 binary_value[64 - 1 - i] = '1'; in DumpDataExtractor()
441 s->Printf("0b%s", binary_value.c_str() + 64 - item_bit_size); in DumpDataExtractor()
443 s->Printf("0b%s", binary_value.c_str() + 64 - item_byte_size * 8); in DumpDataExtractor()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dqlog.md23 QLOG_BIN("binary_value", buf, buf_len)