HomeSort by relevance Sort by last modified time
    Searched refs:STREAM_TO_ARRAY16 (Results 1 - 6 of 6) sorted by null

  /external/libnfc-nci/src/hal/include/
nfc_types.h 74 #define STREAM_TO_ARRAY16(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + 15; for (ijk = 0; ijk < 16; ijk++) *_pa-- = *p++;}
  /external/bluetooth/bluedroid/stack/include/
bt_types.h 258 #define STREAM_TO_ARRAY16(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + 15; for (ijk = 0; ijk < 16; ijk++) *_pa-- = *p++;}
  /external/libnfc-nci/src/include/
bt_types.h 242 #define STREAM_TO_ARRAY16(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + 15; for (ijk = 0; ijk < 16; ijk++) *_pa-- = *p++;}
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c     [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c     [all...]
btm_sec.c     [all...]

Completed in 24 milliseconds