Searched refs:hex_id (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Ddisk_cache.h80 disk_cache_format_hex_id(char *buf, const uint8_t *hex_id, unsigned size) argument
86 buf[i] = hex_digits[hex_id[i >> 1] >> 4];
87 buf[i + 1] = hex_digits[hex_id[i >> 1] & 0x0f];
/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddisk_cache.h81 disk_cache_format_hex_id(char *buf, const uint8_t *hex_id, unsigned size) argument
87 buf[i] = hex_digits[hex_id[i >> 1] >> 4];
88 buf[i + 1] = hex_digits[hex_id[i >> 1] & 0x0f];

Completed in 3 milliseconds