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

  /external/libnfc-nxp/src/
phFriNfc_FelicaMap.h 112 #define PH_NFCFRI_NDEFMAP_FELI_CAL_LEN_BYTES(Byte1,Byte2,Byte3,DataLen)\
115 (DataLen) = (Byte1); \
  /external/llvm/include/llvm/Support/
SwapByteOrder.h 49 uint32_t Byte1 = value & 0x0000FF00;
52 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /bionic/libc/arch-x86/atom/string/
ssse3-strcmp-atom.S     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h 187 BYTE Byte1;
    [all...]

Completed in 672 milliseconds