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

/external/libnfc-nci/halimpl/bcm2079x/hal/include/
H A Dnfc_types.h58 #define ARRAY32_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 32; ijk++) *(p)++ = (UINT8) a[31 - ijk];} macro
/external/libnfc-nci/src/hal/include/
H A Dnfc_types.h58 #define ARRAY32_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 32; ijk++) *(p)++ = (UINT8) a[31 - ijk];} macro
/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h240 #define ARRAY32_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 32; ijk++) *(p)++ = (UINT8) a[31 - ijk];} macro
/external/libnfc-nci/halimpl/bcm2079x/include/
H A Dbt_types.h226 #define ARRAY32_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 32; ijk++) *(p)++ = (UINT8) a[31 - ijk];} macro
/external/libnfc-nci/src/include/
H A Dbt_types.h226 #define ARRAY32_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 32; ijk++) *(p)++ = (UINT8) a[31 - ijk];} macro

Completed in 46 milliseconds