Home
last modified time | relevance | path

Searched defs:UINT8_TO_BYTE_ARRAY (Results 1 – 1 of 1) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
Dswap.h65 #define UINT8_TO_BYTE_ARRAY(i, b) ((b)[0] = (uint8_t)(i)) macro
83 #define UINT8_TO_BYTE_ARRAY(i, b) {*((uint8_t *)(b)) = (i);} macro
98 #define UINT8_TO_BYTE_ARRAY(i, b) {*((uint8_t *)(b)) = (i);} macro