Searched refs:UINT8_TO_BYTE_ARRAY (Results 1 – 1 of 1) sorted by relevance
34 #define UINT8_TO_BYTE_ARRAY(i, b) {(b)[0] = (BYTE)(i);} macro60 #define UINT8_TO_BYTE_ARRAY(i, b) (*((UINT8 *)(b)) = (i)) macro