OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Byte0
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Support/
SwapByteOrder.h
48
uint32_t
Byte0
= value & 0x000000FF;
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
...]
/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 5996 milliseconds