Searched refs:long_word (Results 1 – 2 of 2) sorted by relevance
43 unsigned int long_word; member 255 byte_swap.long_word = input_num; in byte_swap() 265 return (byte_swap.long_word); in byte_swap()
1904 uint32_t long_word; in DumpRawSectionContents() local1905 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()