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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
Vtutf8.c 201 UINT8 Byte1;
223 Byte1 = Utf8Char.Utf8_2[1];
225 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f));
226 UnicodeByte1 = (UINT8) ((Byte1 >> 2) & 0x07);
235 Byte1 = Utf8Char.Utf8_3[1];
238 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f));
239 UnicodeByte1 = (UINT8) ((Byte2 << 4) | ((Byte1 >> 2) & 0x0f));
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
SwapByteOrder.h 49 uint32_t Byte1 = value & 0x0000FF00;
52 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /external/llvm/include/llvm/Support/
SwapByteOrder.h 48 uint32_t Byte1 = value & 0x0000FF00;
51 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
SwapByteOrder.h 51 uint32_t Byte1 = value & 0x0000FF00;
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 51 uint32_t Byte1 = value & 0x0000FF00;
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 51 uint32_t Byte1 = value & 0x0000FF00;
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 51 uint32_t Byte1 = value & 0x0000FF00;
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 51 uint32_t Byte1 = value & 0x0000FF00;
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 51 uint32_t Byte1 = value & 0x0000FF00;
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 51 uint32_t Byte1 = value & 0x0000FF00;
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 51 uint32_t Byte1 = value & 0x0000FF00;
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 51 uint32_t Byte1 = value & 0x0000FF00;
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
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
PrintInfo.h 92 @param[in] Byte1 The information.
97 IN UINT8 Byte1,
PrintInfo.c     [all...]
  /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 2325 milliseconds