HomeSort by: relevance | last modified time | path
    Searched defs:three_bytes (Results 1 - 1 of 1) sorted by relevancy

  /src/external/public-domain/xz/dist/tests/
test_vli.c 26 static const uint8_t three_bytes[3] = {0x99, 0x92, 0x20}; variable
164 encode_single_call_mode(three_byte_value, three_bytes,
165 sizeof(three_bytes));
184 encode_multi_call_mode(three_byte_value, three_bytes,
185 sizeof(three_bytes));
277 decode_single_call_mode(three_bytes, sizeof(three_bytes),
297 decode_multi_call_mode(three_bytes, sizeof(three_bytes),

Completed in 16 milliseconds