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

/system/bt/stack/include/
H A Dbt_types.h254 #define STREAM_TO_UINT32(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((UINT32)(*((p) + 2)))) << 16) + ((((UINT32)(*((p) + 3)))) << 24)); (p) += 4;} macro

Completed in 58 milliseconds