Searched refs:int32 (Results 1 - 25 of 64) sorted by relevance

123

/freebsd-11-stable/libexec/bootpd/
H A Dtzone.h2 extern int32 secondswest;
H A Dbptypes.h13 #define int32 int32_t macro
H A Dtzone.c24 int32 secondswest;
H A Dbootp.h34 #include "bptypes.h" /* for int32, u_int32 */
145 int32 v_unused[6]; /* currently unused */
/freebsd-11-stable/contrib/ntp/libntp/
H A Dclocktime.c31 static int32 ntp_to_year(u_int32);
32 static u_int32 year_to_ntp(int32);
65 int32 y, tmp, idx, min;
71 tmp = ((int32)second +
72 SECSPERMIN * ((int32)minute +
73 MINSPERHR * ((int32)hour + (int32)tzoff +
74 HRSPERDAY * ((int32)yday - 1))));
129 static int32
144 int32 yea
[all...]
H A Dtimespecops.c26 ((int32) \
35 ((int32)((tsf) / NSECFRAC + 0.5))
160 y.l_i = (int32)v.tv_sec;
/freebsd-11-stable/tools/test/testfloat/
H A DtestLoops.h43 void test_a_int32_z_float32( float32 ( int32 ), float32 ( int32 ) );
44 void test_a_int32_z_float64( float64 ( int32 ), float64 ( int32 ) );
46 void test_a_int32_z_floatx80( floatx80 ( int32 ), floatx80 ( int32 ) );
49 void test_a_int32_z_float128( float128 ( int32 ), float128 ( int32 ) );
62 void test_a_float32_z_int32( int32 ( float32 ), int32 ( float3
[all...]
H A Dslowfloat.h33 float32 slow_int32_to_float32( int32 );
34 float64 slow_int32_to_float64( int32 );
36 floatx80 slow_int32_to_floatx80( int32 );
39 float128 slow_int32_to_float128( int32 );
52 int32 slow_float32_to_int32( float32 );
53 int32 slow_float32_to_int32_round_to_zero( float32 );
80 int32 slow_float64_to_int32( float64 );
81 int32 slow_float64_to_int32_round_to_zero( float64 );
110 int32 slow_floatx80_to_int32( floatx80 );
111 int32 slow_floatx80_to_int32_round_to_zer
[all...]
H A DtestCases.h53 extern int32 testCases_a_int32;
H A Dsystfloat.c31 float32 syst_int32_to_float32( int32 a )
40 float64 syst_int32_to_float64( int32 a )
51 floatx80 syst_int32_to_floatx80( int32 a )
64 float128 syst_int32_to_float128( int32 a )
123 int32 syst_float32_to_int32_round_to_zero( float32 a )
233 int32 syst_float64_to_int32_round_to_zero( float64 a )
354 int32 syst_floatx80_to_int32_round_to_zero( floatx80 a )
455 int32 syst_float128_to_int32_round_to_zero( float128 a )
/freebsd-11-stable/tools/test/testfloat/sparc64/
H A Dsparc64.h53 typedef signed int int32; typedef
H A Dsystfloat.h94 float32 syst_int32_to_float32( int32 );
95 float64 syst_int32_to_float64( int32 );
97 floatx80 syst_int32_to_floatx80( int32 );
100 float128 syst_int32_to_float128( int32 );
112 int32 syst_float32_to_int32( float32 );
113 int32 syst_float32_to_int32_round_to_zero( float32 );
138 int32 syst_float64_to_int32( float64 );
139 int32 syst_float64_to_int32_round_to_zero( float64 );
165 int32 syst_floatx80_to_int32( floatx80 );
166 int32 syst_floatx80_to_int32_round_to_zer
[all...]
/freebsd-11-stable/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h35 typedef signed int int32; typedef
/freebsd-11-stable/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h35 typedef signed int int32; typedef
/freebsd-11-stable/lib/libc/mips/softfloat/
H A Dmips-gcc.h39 typedef signed int int32; typedef
/freebsd-11-stable/lib/libc/softfloat/templates/
H A Dsoftfloat.h115 float32 int32_to_float32( !!!int32 );
116 float64 int32_to_float64( !!!int32 );
118 floatx80 int32_to_floatx80( !!!int32 );
121 float128 int32_to_float128( !!!int32 );
137 !!!int32 float32_to_int32( float32 );
138 !!!int32 float32_to_int32_round_to_zero( float32 );
174 !!!int32 float64_to_int32( float64 );
175 !!!int32 float64_to_int32_round_to_zero( float64 );
213 !!!int32 floatx80_to_int32( floatx80 );
214 !!!int32 floatx80_to_int32_round_to_zer
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_request.h411 int32 unused1; /* (obsolete) */
412 int32 unused2;
413 int32 unused3;
414 int32 unused4;
415 int32 unused5;
416 int32 unused6;
417 int32 unused7;
847 int32 fudgeval1;
889 int32 offset;
890 int32 fre
[all...]
H A Dntp_types.h2 * ntp_types.h - defines how int32 and u_int32 are treated.
7 * Old style: defines how int32 and u_int32 are treated.
83 typedef int32_t int32; typedef
92 # if !defined(HAVE_INT32) && !defined(int32)
93 typedef int int32; typedef
109 # if !defined(HAVE_INT32) && !defined(int32)
110 typedef long int32; typedef
191 int32 hi; u_int32 lo;
204 u_int32 lo; int32 hi;
/freebsd-11-stable/contrib/ntp/libparse/
H A Dmfp_mul.c58 int32 *o_i,
60 int32 a_i,
62 int32 b_i,
66 int32 i, j;
/freebsd-11-stable/lib/libc/arm/softfloat/
H A Darm-gcc.h39 typedef signed int int32; typedef
/freebsd-11-stable/contrib/libpcap/
H A Drpcap-protocol.h138 typedef int int32; /* 32-bit signed integer */ typedef
261 int32 linktype; /* Link type */
262 int32 tzoff; /* Timezone offset */
277 int32 bufsize; /* Size of the user buffer allocated by WinPcap; it can be different from the one we chose */
311 int32 k; /* instruction-dependent value */
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_palisade.h193 static int32 getlong (u_char *);
194 static int32 getsingle (u_char *);
/freebsd-11-stable/lib/libc/softfloat/
H A Dtimesoftfloat.c64 static void reportTime( int32 count, long clocks )
93 static const int32 inputs_int32[ numInputs_int32 ] = {
104 static void time_a_int32_z_float32( float32 function( int32 ) )
107 int32 count, i;
131 static void time_a_int32_z_float64( float64 function( int32 ) )
134 int32 count, i;
160 static void time_a_int32_z_floatx80( floatx80 function( int32 ) )
163 int32 count, i;
191 static void time_a_int32_z_float128( float128 function( int32 ) )
194 int32 coun
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dcrtstuff.c487 typedef int int32;
489 typedef long int32;
491 typedef short int32;
495 STATIC EH_FRAME_SECTION_CONST int32 __FRAME_END__[]
497 aligned(sizeof(int32))))
/freebsd-11-stable/contrib/openbsm/compat/
H A Dendian.h64 bswap32(uint32_t int32) argument
70 from = (const unsigned char *) &int32;

Completed in 219 milliseconds

123