Searched defs:BE_STREAM_TO_UINT32 (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/hal/include/
H A Dnfc_types.h105 #define BE_STREAM_TO_UINT32(u32, p) {u32 = ((UINT32)(*((p) + 3)) + ((UINT32)(*((p) + 2)) << 8) + ((UINT32)(*((p) + 1)) << 16) + ((UINT32)(*(p)) << 24)); (p) += 4;} macro
/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h294 #define BE_STREAM_TO_UINT32(u32, p) {u32 = ((UINT32)(*((p) + 3)) + ((UINT32)(*((p) + 2)) << 8) + ((UINT32)(*((p) + 1)) << 16) + ((UINT32)(*(p)) << 24)); (p) += 4;} macro
/external/libnfc-nci/src/include/
H A Dbt_types.h271 #define BE_STREAM_TO_UINT32(u32, p) {u32 = ((UINT32)(*((p) + 3)) + ((UINT32)(*((p) + 2)) << 8) + ((UINT32)(*((p) + 1)) << 16) + ((UINT32)(*(p)) << 24)); (p) += 4;} macro

Completed in 68 milliseconds