Searched refs:H2T_2 (Results 1 – 6 of 6) sorted by relevance
167 *((unsigned short *) p) = H2T_2 (*((unsigned short *) p)); in translate_endian_h2t()398 t.millitm = H2T_2 (ts.tv_nsec / 1000000); in m32r_trap()401 t.timezone = H2T_2 (0); in m32r_trap()402 t.dstflag = H2T_2 (0); in m32r_trap()1038 info.procs = H2T_2 (info.procs); in m32r_trap()1150 dir.d_reclen = H2T_2 (dir.d_reclen); in m32r_trap()
30 with H2T_2 & T2H_2, and translate_endian with translate_endian_h2t
446 HIvalue = H2T_2 (HIvalue); in read_mem_unaligned_SI()449 HIvalue = H2T_2 (HIvalue); in read_mem_unaligned_SI()530 value = H2T_2 (value); in read_mem_unaligned_DI()567 value1 = H2T_2 (value1); in read_mem_unaligned_DI()870 value = H2T_2 (value); in frvbf_mem_set_HI()
1269 target.c_iflag = H2T_2 (host->c_iflag); in convert_to_solaris_termio()1270 target.c_oflag = H2T_2 (host->c_oflag); in convert_to_solaris_termio()1271 target.c_cflag = H2T_2 (host->c_cflag); in convert_to_solaris_termio()1272 target.c_lflag = H2T_2 (host->c_lflag); in convert_to_solaris_termio()2041 target.st_nlink = H2T_2(host->st_nlink); in convert_to_linux_stat()2240 target.c_iflag = H2T_2 (host->c_iflag); in convert_to_linux_termio()2241 target.c_oflag = H2T_2 (host->c_oflag); in convert_to_linux_termio()2242 target.c_cflag = H2T_2 (host->c_cflag); in convert_to_linux_termio()2243 target.c_lflag = H2T_2 (host->c_lflag); in convert_to_linux_termio()
918 *(unsigned_2*)buf = H2T_2(cooked_buf.unsigned_2); in psim_read_register()
122 #define H2T_2 endian_h2t_2 macro143 case 2: *(unsigned_2*)vp = H2T_2(*(unsigned_2*)vp); break; \