Home
last modified time | relevance | path

Searched defs:STREAM_TO_ARRAY (Results 1 – 2 of 2) sorted by relevance

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