Home
last modified time | relevance | path

Searched defs:UINT32_TO_STREAM (Results 1 – 6 of 6) 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.h53 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UI… macro
/external/libnfc-nci/halimpl/bcm2079x/hal/include/
Dnfc_types.h53 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UI… macro
/external/libnfc-nci/halimpl/bcm2079x/include/
Dbt_types.h221 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UI… macro
/external/libnfc-nci/src/include/
Dbt_types.h221 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UI… macro
/external/bluetooth/bluedroid/stack/include/
Dbt_types.h235 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UI… macro