Searched defs:to_byte (Results 1 – 2 of 2) sorted by relevance
19 void to_byte(unsigned char *out, unsigned long long in, uint32_t bytes) in to_byte() function
321 #define to_byte(x) ((x) & 0xff) macro