Searched refs:__dec_byte_swap (Results 1 – 3 of 3) sorted by relevance
69 extern unsigned long __dec_byte_swap (unsigned long);174 t = __dec_byte_swap (t); in __host_to_ieee_32()189 t = __dec_byte_swap (t); in __ieee_to_host_32()207 t1 = __dec_byte_swap (t1); in __swap64()208 t2 = __dec_byte_swap (t2); in __swap64()241 t1 = __dec_byte_swap (t1); in __swap128()242 t2 = __dec_byte_swap (t2); in __swap128()243 t3 = __dec_byte_swap (t3); in __swap128()244 t4 = __dec_byte_swap (t4); in __swap128()
102 * decLibrary.c (__dec_byte_swap): Use uint32_t for argument and142 * decUtility.c (__dec_byte_swap): Move from here ..160 * decUtility.h (__dec_byte_swap): Remove prototype.
94 __dec_byte_swap (uint32_t in) in __dec_byte_swap() function