Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/xz/src/common/
H A Dtuklib_integer.h351 # define write16be(buf, num) write16ne(buf, conv16be(num)) macro
361 #ifndef write16be
363 write16be(uint8_t *buf, uint16_t num) in write16be() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp118 write16be(m_start + offset, value); in PutU16()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryUtils.h91 write16be(loc, value); in write16()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp379 support::endian::write16be(test_buf.c, test_val); in getConstantFieldValue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h418 inline void write16be(void *P, uint16_t V) { write16<big>(P, V); } in write16be() function