Home
last modified time | relevance | path

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

/external/libnfc-nci/src/hal/include/
Dnfc_types.h57 #define UINT8_TO_STREAM(p, u8) {*(p)++ = (UINT8)(u8);} macro
/external/libnfc-nci/src/include/
Dbt_types.h225 #define UINT8_TO_STREAM(p, u8) {*(p)++ = (UINT8)(u8);} macro