Home
last modified time | relevance | path

Searched refs:BE_STREAM_TO_UINT24 (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/hal/include/
Dnfc_types.h104 #define BE_STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*((p) + 2))) + ((UINT32)(*((p) + 1)) << 8) + … macro
/external/libnfc-nci/src/include/
Dbt_types.h270 #define BE_STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*((p) + 2))) + ((UINT32)(*((p) + 1)) << 8) + … macro