Searched refs:STREAM_TO_ARRAY16 (Results 1 - 6 of 6) sorted by relevance

/external/libnfc-nci/src/hal/include/
H A Dnfc_types.h74 #define STREAM_TO_ARRAY16(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + 15; for (ijk = 0; ijk < 16; ijk++) *_pa-- = *p++;} macro
/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h265 #define STREAM_TO_ARRAY16(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + 15; for (ijk = 0; ijk < 16; ijk++) *_pa-- = *p++;} macro
/external/libnfc-nci/src/include/
H A Dbt_types.h242 #define STREAM_TO_ARRAY16(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + 15; for (ijk = 0; ijk < 16; ijk++) *_pa-- = *p++;} macro
/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_hcif.c1909 STREAM_TO_ARRAY16 (key, p);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sec.c3875 STREAM_TO_ARRAY16(evt_data.c, p);
3876 STREAM_TO_ARRAY16(evt_data.r, p);
H A Dbtm_inq.c3226 STREAM_TO_ARRAY16(p_uuid_list + yy * LEN_UUID_128, p_uuid_data);

Completed in 923 milliseconds