Home
last modified time | relevance | path

Searched defs:ARRAY8_TO_STREAM (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/hal/include/
Dnfc_types.h61 #define ARRAY8_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 8; ijk++) *(p)++… macro
/external/libnfc-nci/src/include/
Dbt_types.h229 #define ARRAY8_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 8; ijk++) *(p)++… macro
/external/bluetooth/bluedroid/stack/include/
Dbt_types.h245 #define ARRAY8_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 8; ijk++) *(p)++… macro