OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Byte1
(Results
1 - 9
of
9
) 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-7.0/llvm/include/llvm/Support/
SwapByteOrder.h
51
uint32_t
Byte1
= value & 0x0000FF00;
54
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);
/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
...]
/bionic/libc/arch-x86/atom/string/
ssse3-strcmp-atom.S
[
all
...]
Completed in 780 milliseconds