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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
Vtutf8.c 200 UINT8 Byte0;
222 Byte0 = Utf8Char.Utf8_2[0];
225 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f));
234 Byte0 = Utf8Char.Utf8_3[0];
238 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f));
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
SwapByteOrder.h 48 uint32_t Byte0 = value & 0x000000FF;
52 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /external/llvm/include/llvm/Support/
SwapByteOrder.h 47 uint32_t Byte0 = value & 0x000000FF;
51 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
SwapByteOrder.h 50 uint32_t Byte0 = value & 0x000000FF;
54 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
SwapByteOrder.h 50 uint32_t Byte0 = value & 0x000000FF;
54 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
SwapByteOrder.h 50 uint32_t Byte0 = value & 0x000000FF;
54 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
SwapByteOrder.h 50 uint32_t Byte0 = value & 0x000000FF;
54 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
SwapByteOrder.h 50 uint32_t Byte0 = value & 0x000000FF;
54 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
SwapByteOrder.h 50 uint32_t Byte0 = value & 0x000000FF;
54 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
SwapByteOrder.h 50 uint32_t Byte0 = value & 0x000000FF;
54 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
SwapByteOrder.h 50 uint32_t Byte0 = value & 0x000000FF;
54 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
SwapByteOrder.h 50 uint32_t Byte0 = value & 0x000000FF;
54 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/AcpiSmm/
AcpiSmmPlatform.h 68 #define PCI_REG_MASK(Byte0, Byte1, Byte2, Byte3, Byte4, Byte5, Byte6, Byte7) \
69 Byte0, Byte1, Byte2, Byte3, Byte4, Byte5, Byte6, Byte7
  /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...]
  /bionic/libc/arch-x86_64/string/
ssse3-strcmp-slm.S 86 je L(Byte0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h 164 BYTE Byte0: 6;
173 BYTE Byte0: 6;
184 BYTE Byte0: 6;
196 BYTE Byte0: 6;
    [all...]

Completed in 385 milliseconds