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

  /external/libnfc-nci/src/hal/include/
nfc_types.h 59 #define ARRAY32_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 32; ijk++) *(p)++ = (UINT8) a[31 - ijk];}
  /external/libnfc-nci/src/include/
bt_types.h 227 #define ARRAY32_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 32; ijk++) *(p)++ = (UINT8) a[31 - ijk];}
  /system/bt/stack/include/
bt_types.h 242 #define ARRAY32_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 32; ijk++) *(p)++ = (UINT8) a[31 - ijk];}
    [all...]

Completed in 39 milliseconds