Home
last modified time | relevance | path

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

/external/libnfc-nci/src/hal/include/
Dnfc_types.h106 #define BE_STREAM_TO_ARRAY(p, a, len) {register int ijk; for (ijk = 0; ijk < len; ijk++) ((UINT8 *)… macro
/external/libnfc-nci/src/include/
Dbt_types.h272 #define BE_STREAM_TO_ARRAY(p, a, len) {register int ijk; for (ijk = 0; ijk < len; ijk++) ((UINT8 *)… macro