Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/hci/include/
Dutils.h36 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (uint8_t)(u32); *(p)++ = (uint8_t)((u32) >> 8); *(p)++ =… macro
/external/libnfc-nci/src/hal/include/
Dnfc_types.h54 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UI… macro
/external/bluetooth/bluedroid/stack/include/
Dbt_types.h245 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UI… macro
/external/libnfc-nci/src/include/
Dbt_types.h222 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UI… macro