OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read16le
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/Disassembler/
MSP430Disassembler.cpp
233
uint64_t Insn = support::endian::
read16le
(Bytes.data());
251
Insn |= (uint64_t)support::endian::
read16le
(Bytes.data() + 2) << 16;
265
Insn |= (uint64_t)support::endian::
read16le
(Bytes.data() + Words * 2)
288
uint64_t Insn = support::endian::
read16le
(Bytes.data());
305
Insn |= (uint64_t)support::endian::
read16le
(Bytes.data() + 2) << 16;
343
uint64_t Insn = support::endian::
read16le
(Bytes.data());
369
uint64_t Insn = support::endian::
read16le
(Bytes.data());
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeIndexDiscovery.cpp
41
uint16_t N = support::endian::
read16le
(Data.data());
85
uint16_t Attrs = support::endian::
read16le
(Content.data());
148
uint16_t Attrs = support::endian::
read16le
(Data.drop_front(2).data());
215
static_cast<TypeLeafKind>(support::endian::
read16le
(Content.data()));
297
Count = support::endian::
read16le
(Content.data());
/src/external/public-domain/xz/dist/src/common/
tuklib_integer.h
412
read16le
(const uint8_t *buf)
function
472
# define read16ne
read16le
490
read16le
(const uint8_t *buf)
function
/src/external/public-domain/xz/dist/src/liblzma/check/
crc_x86_clmul.h
193
x ^= (uint64_t)
read16le
(buf) << i;
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFAArch64.h
34
static void add16(uint8_t *p, int16_t v) { write16le(p,
read16le
(p) + v); }
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Endian.h
380
inline uint16_t
read16le
(const void *P) { return read16<little>(P); }
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/Disassembler/
RISCVDisassembler.cpp
438
Insn = support::endian::
read16le
(Bytes.data());
/src/external/apache2/llvm/dist/llvm/lib/Object/
Archive.cpp
837
uint16_t OffsetIndex =
read16le
(Indices + SymbolIndex * 2);
Completed in 21 milliseconds
Indexes created Fri Sep 11 00:24:00 UTC 2026