Searched defs:UINT64_TO_BYTE_ARRAY (Results 1 – 1 of 1) sorted by relevance
68 #define UINT64_TO_BYTE_ARRAY(i, b) Uint64ToByteArray((i), (BYTE *)(b)) macro86 #define UINT64_TO_BYTE_ARRAY(i, b) {*((uint64_t *)(b)) = (i);} macro101 #define UINT64_TO_BYTE_ARRAY(i, b) {*((uint64_t *)(b)) = REVERSE_ENDIAN_64(i);} macro