Home
last modified time | relevance | path

Searched refs:long_word (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Drefclock_tt560.c43 unsigned int long_word; member
255 byte_swap.long_word = input_num; in byte_swap()
265 return (byte_swap.long_word); in byte_swap()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1904 uint32_t long_word; in DumpRawSectionContents() local
1905 memcpy(&long_word, sect + i + j, sizeof(int32_t)); in DumpRawSectionContents()
1907 sys::swapByteOrder(long_word); in DumpRawSectionContents()
1908 outs() << format("%08" PRIx32, long_word) << " "; in DumpRawSectionContents()