Home
last modified time | relevance | path

Searched refs:STREAM_TO_ARRAY8 (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/hal/include/
Dnfc_types.h75 #define STREAM_TO_ARRAY8(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + 7; for (ijk … macro
/external/libnfc-nci/src/nfc/tags/
Drw_i93.c217 STREAM_TO_ARRAY8 (p_uid, p); in rw_i93_process_sys_info()
392 STREAM_TO_ARRAY8 (p_uid, p); in rw_i93_send_to_upper()
1534 STREAM_TO_ARRAY8 (p_uid, p); in rw_i93_sm_detect_ndef()
2403 STREAM_TO_ARRAY8 (p_uid, p); /* store UID */ in rw_i93_sm_format()
3229 STREAM_TO_ARRAY8 (p, p_uid); in rw_i93_select()
/external/libnfc-nci/src/include/
Dbt_types.h243 #define STREAM_TO_ARRAY8(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + 7; for (ijk … macro