Searched refs:REVERSE_ARRAY_TO_STREAM (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_keys.c130 REVERSE_ARRAY_TO_STREAM (p, p_start, SMP_ENCRYT_DATA_SIZE); /* byte 16 to byte 31 */
132 REVERSE_ARRAY_TO_STREAM (p, key, SMP_ENCRYT_KEY_SIZE); /* byte 32 to byte 47 */
141 REVERSE_ARRAY_TO_STREAM (p, p_rev_output, SMP_ENCRYT_DATA_SIZE);
/external/libnfc-nci/src/hal/include/
H A Dnfc_types.h66 #define REVERSE_ARRAY_TO_STREAM(p, a, len) {register int ijk; for (ijk = 0; ijk < len; ijk++) *(p)++ = (UINT8) a[len - 1 - ijk];} macro
/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h257 #define REVERSE_ARRAY_TO_STREAM(p, a, len) {register int ijk; for (ijk = 0; ijk < len; ijk++) *(p)++ = (UINT8) a[len - 1 - ijk];} macro
/external/libnfc-nci/src/include/
H A Dbt_types.h234 #define REVERSE_ARRAY_TO_STREAM(p, a, len) {register int ijk; for (ijk = 0; ijk < len; ijk++) *(p)++ = (UINT8) a[len - 1 - ijk];} macro

Completed in 1025 milliseconds