Searched defs:UINT32_TO_BYTE_ARRAY (Results 1 – 1 of 1) sorted by relevance
67 #define UINT32_TO_BYTE_ARRAY(i, b) Uint32ToByteArray((i), (BYTE *)(b)) macro85 #define UINT32_TO_BYTE_ARRAY(i, b) {*((uint32_t *)(b)) = (i);} macro100 #define UINT32_TO_BYTE_ARRAY(i, b) {*((uint32_t *)(b)) = REVERSE_ENDIAN_32(i);} macro