Home
last modified time | relevance | path

Searched refs:write16be (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp61 write16be(m_data_sp->GetBytes() + offset, value); in PutU16()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp379 support::endian::write16be(test_buf.c, test_val); in getConstantFieldValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h474 inline void write16be(void *P, uint16_t V) { in write16be() function