HomeSort by relevance Sort by last modified time
    Searched defs:ARRAY8_TO_STREAM (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/src/hal/include/
nfc_types.h 61 #define ARRAY8_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 8; ijk++) *(p)++ = (UINT8) a[7 - ijk];}
  /external/bluetooth/bluedroid/stack/include/
bt_types.h 252 #define ARRAY8_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 8; ijk++) *(p)++ = (UINT8) a[7 - ijk];}
  /external/libnfc-nci/src/include/
bt_types.h 229 #define ARRAY8_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 8; ijk++) *(p)++ = (UINT8) a[7 - ijk];}

Completed in 36 milliseconds