Searched refs:byte_swap (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_tt560.c183 *p_time_t = byte_swap(*tt_mem_t);
239 * byte_swap
250 byte_swap(unsigned int input_num) function
252 byteswap_t byte_swap; local
255 byte_swap.long_word = input_num;
257 temp = byte_swap.byte[3];
258 byte_swap.byte[3] = byte_swap.byte[0];
259 byte_swap.byte[0] = temp;
261 temp = byte_swap
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp39 const uint16_t Swapped = support::endian::byte_swap(U, ByteOrder);
44 const uint32_t Swapped = support::endian::byte_swap(U, ByteOrder);
49 const uint64_t Swapped = support::endian::byte_swap(U, ByteOrder);
54 const uint32_t Swapped = support::endian::byte_swap(U, ByteOrder);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h49 inline value_type byte_swap(value_type value, endianness endian) { function in namespace:llvm::support::endian
57 inline value_type byte_swap(value_type value) { function in namespace:llvm::support::endian
58 return byte_swap(value, endian);
70 return byte_swap<value_type>(ret, endian);
98 value = byte_swap<value_type>(value, endian);
128 val[0] = byte_swap<value_type, endian>(val[0]);
129 val[1] = byte_swap<value_type, endian>(val[1]);
163 val[0] = byte_swap<value_type, endian>(val[0]);
164 val[1] = byte_swap<value_type, endian>(val[1]);
192 val[0] = byte_swap<value_typ
[all...]
H A DEndianStream.h28 value = byte_swap<value_type>(value, endian);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.cpp30 uint16_t ChValue = support::endian::byte_swap(Ch, support::little);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h714 return support::endian::byte_swap<uint64_t, Endian>(Record->FuncHash);
720 return support::endian::byte_swap<uint32_t, Endian>(Record->DataSize);
726 return support::endian::byte_swap<uint64_t, Endian>(Record->NameRef);
779 return support::endian::byte_swap<IntPtrT, Endian>(NamePtr);
786 uint32_t NameS = support::endian::byte_swap<uint32_t, Endian>(NameSize);
883 return support::endian::byte_swap<uint64_t, Endian>(FilenamesRef);
914 return support::endian::byte_swap<uint32_t, Endian>(NRecords);
918 return support::endian::byte_swap<uint32_t, Endian>(FilenamesSize);
922 return support::endian::byte_swap<uint32_t, Endian>(CoverageSize);
926 return support::endian::byte_swap<uint32_
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRawByteChannel.h99 support::endian::byte_swap<T, support::big>(V);
106 support::endian::byte_swap<T, support::big>(V);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp758 endian::byte_swap<uint64_t, little>(SummaryInLE->NumSummaryFields);
760 endian::byte_swap<uint64_t, little>(SummaryInLE->NumCutoffEntries);
769 Dst[I] = endian::byte_swap<uint64_t, little>(Src[I]);
815 uint64_t Magic = endian::byte_swap<uint64_t, little>(Header->Magic);
820 uint64_t FormatVersion = endian::byte_swap<uint64_t, little>(Header->Version);
833 endian::byte_swap<uint64_t, little>(Header->HashType));
837 uint64_t HashOffset = endian::byte_swap<uint64_t, little>(Header->HashOffset);
H A DInstrProfWriter.cpp76 uint64_t Bytes = endian::byte_swap<uint64_t, little>(P[K].D[I]);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h70 Value = support::endian::byte_swap<uint32_t, support::little>(Value);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp734 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working);
760 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1223 uint16_t NumSections = support::endian::byte_swap<uint16_t>(
1232 support::endian::byte_swap<uint64_t>(SectionHeaderOffset, W.Endian);
1238 support::endian::byte_swap<uint32_t>(SectionHeaderOffset, W.Endian);
H A DMCStreamer.cpp136 uint64_t Swapped = support::endian::byte_swap(

Completed in 161 milliseconds