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