Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dcolor.cpp219 size_t hex_length = 2; in read_encoding() local
224 hex_length = 4; in read_encoding()
228 if (!atoh(&(components[i]), p, hex_length)) in read_encoding()
230 if (hex_length == 2) in read_encoding()
232 p += hex_length; in read_encoding()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c132 size_t hex_length, in compare_hex_encoded_buffer() argument
139 if (!TEST_size_t_eq(raw_length * 2, hex_length)) in compare_hex_encoded_buffer()
142 for (i = j = 0; i < raw_length && j + 1 < hex_length; i++, j += 2) { in compare_hex_encoded_buffer()