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

123456

/netbsd-current/usr.sbin/bootp/common/
H A Dtzone.h5 extern int32 secondswest;
H A Dbptypes.h16 typedef int32_t int32; typedef
H A Dtzone.c31 int32 secondswest;
/netbsd-current/external/bsd/ntp/dist/tests/libntp/
H A Dlfptest.h10 static const int32 HALF = -2147483647L - 1L;
11 static const int32 HALF_PROMILLE_UP = 2147484; // slightly more than 0.0005
12 static const int32 HALF_PROMILLE_DOWN = 2147483; // slightly less than 0.0005
13 static const int32 QUARTER = 1073741824L;
14 static const int32 QUARTER_PROMILLE_APPRX = 1073742L;
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dclocktime.c33 static int32 ntp_to_year(u_int32);
34 static u_int32 year_to_ntp(int32);
67 int32 y, tmp, idx, min;
73 tmp = ((int32)second +
74 SECSPERMIN * ((int32)minute +
75 MINSPERHR * ((int32)hour + (int32)tzoff +
76 HRSPERDAY * ((int32)yday - 1))));
131 static int32
146 int32 yea
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/erc32/
H A Dsis.h51 typedef int int32; /* 32-bit signed int */ typedef
68 int32 *fsi;
70 int32 fpstate;
135 int32 arg;
148 int32 arg;
168 extern int memory_iread (uint32 addr, uint32 *data, int32 *ws);
169 extern int memory_read (int32 asi, uint32 addr, uint32 *data,
170 int32 sz, int32 *ws);
171 extern int memory_write (int32 as
[all...]
/netbsd-current/regress/lib/libc/ieeefp/testfloat/include/
H A DtestLoops.h75 void test_a_int32_z_float32( float32 ( int32 ), float32 ( int32 ) );
76 void test_a_int32_z_float64( float64 ( int32 ), float64 ( int32 ) );
78 void test_a_int32_z_floatx80( floatx80 ( int32 ), floatx80 ( int32 ) );
81 void test_a_int32_z_float128( float128 ( int32 ), float128 ( int32 ) );
94 void test_a_float32_z_int32( int32 ( float32 ), int32 ( float3
[all...]
H A Dsystfloat.h143 float32 syst_int32_to_float32( int32 );
144 float64 syst_int32_to_float64( int32 );
146 floatx80 syst_int32_to_floatx80( int32 );
149 float128 syst_int32_to_float128( int32 );
161 int32 syst_float32_to_int32( float32 );
162 int32 syst_float32_to_int32_round_to_zero( float32 );
187 int32 syst_float64_to_int32( float64 );
188 int32 syst_float64_to_int32_round_to_zero( float64 );
214 int32 syst_floatx80_to_int32( floatx80 );
215 int32 syst_floatx80_to_int32_round_to_zer
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
H A Dopenacc.f9036 use iso_fortran_env, only: int32
39 private :: int32
42 integer, parameter :: acc_device_kind = int32
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsntrup761.sh7 supercop-20201130/crypto_sort/int32/portable4/int32_minmax.inc
8 supercop-20201130/crypto_sort/int32/portable4/sort.c
11 supercop-20201130/crypto_kem/sntrup761/ref/int32.c
38 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
56 -e "/^#define int32 crypto_int32/d" \
63 sed -e "s/int32 ab = b ^ a/int64_t ab = (int64_t)b ^ (int64_t)a/" \
64 -e "s/int32 c = b - a/int64_t c = (int64_t)b - (int64_t)a/"
66 */int32/portable4/sort.c)
73 */crypto_kem/sntrup761/ref/int32.c)
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
H A Dsvga_escape.h88 int32 x, y;
H A Dvm_basic_types.h9 typedef s32 int32; typedef
H A Dsvga_types.h33 typedef s32 int32; typedef
/netbsd-current/lib/libc/arch/aarch64/softfloat/
H A Daarch64-gcc.h40 typedef signed int int32; typedef
/netbsd-current/lib/libc/arch/m68k/softfloat/
H A Dm68k-gcc.h40 typedef signed int int32; typedef
/netbsd-current/lib/libc/arch/mips/softfloat/
H A Dmips-gcc.h38 typedef signed int int32; typedef
/netbsd-current/lib/libc/arch/or1k/softfloat/
H A Dor1k-gcc.h40 typedef signed int int32; typedef
/netbsd-current/lib/libc/arch/powerpc/softfloat/
H A Dpowerpc-gcc.h40 typedef signed int int32; typedef
/netbsd-current/lib/libc/arch/sh3/softfloat/
H A Dsh3-gcc.h40 typedef signed int int32; typedef
/netbsd-current/lib/libc/arch/sparc64/softfloat/
H A Dsparc64-gcc.h40 typedef signed int int32; typedef
/netbsd-current/lib/libc/softfloat/templates/
H A Dsoftfloat.h114 float32 int32_to_float32( !!!int32 );
115 float64 int32_to_float64( !!!int32 );
117 floatx80 int32_to_floatx80( !!!int32 );
120 float128 int32_to_float128( !!!int32 );
136 !!!int32 float32_to_int32( float32 );
137 !!!int32 float32_to_int32_round_to_zero( float32 );
173 !!!int32 float64_to_int32( float64 );
174 !!!int32 float64_to_int32_round_to_zero( float64 );
212 !!!int32 floatx80_to_int32( floatx80 );
213 !!!int32 floatx80_to_int32_round_to_zer
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/accel/
H A Dopenacc.f9036 use iso_fortran_env, only: int32
40 private :: int32
44 integer, parameter :: acc_device_kind = int32
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/accel/
H A Dopenacc.f9036 use iso_fortran_env, only: int32
40 private :: int32
44 integer, parameter :: acc_device_kind = int32
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_request.h432 int32 unused1; /* (obsolete) */
433 int32 unused2;
434 int32 unused3;
435 int32 unused4;
436 int32 unused5;
437 int32 unused6;
438 int32 unused7;
849 int32 fudgeval1;
891 int32 offset;
892 int32 fre
[all...]
H A Dntp_types.h4 * ntp_types.h - defines how int32 and u_int32 are treated.
9 * Old style: defines how int32 and u_int32 are treated.
85 typedef int32_t int32; typedef
94 # if !defined(HAVE_INT32) && !defined(int32)
95 typedef int int32; typedef
111 # if !defined(HAVE_INT32) && !defined(int32)
112 typedef long int32; typedef
193 int32 hi; u_int32 lo;
206 u_int32 lo; int32 hi;

Completed in 259 milliseconds

123456