Home
last modified time | relevance | path

Searched refs:u_int32_t (Results 1 – 25 of 76) sorted by relevance

1234

/aosp12/bionic/libc/include/netinet/
H A Dicmp6.h291 u_int32_t nd_opt_rti_lifetime;
300 u_int32_t nd_opt_pi_valid_time;
302 u_int32_t nd_opt_pi_reserved2;
313 u_int32_t nd_opt_rh_reserved2;
321 u_int32_t nd_opt_mtu_mtu;
428 u_int32_t rr_reserved;
463 u_int32_t rpu_vltime;
464 u_int32_t rpu_pltime;
465 u_int32_t rpu_flags;
478 u_int32_t rrr_ifid;
[all …]
H A Din_systm.h54 typedef u_int32_t n_long; /* long as received from the net */
56 typedef u_int32_t n_time; /* ms since 00:00 GMT, byte rev */
H A Dip6.h81 u_int32_t ip6_un1_flow; /* 20 bits of flow-ID */
216 u_int32_t ip6r0_reserved; /* reserved field */
224 u_int32_t ip6f_ident; /* identification */
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_modf.c36 u_int32_t i; in modf()
46 u_int32_t high; in modf()
57 u_int32_t high; in modf()
67 i = ((u_int32_t)(0xffffffff))>>(j0-20); in modf()
69 u_int32_t high; in modf()
H A De_fmod.c34 u_int32_t lx,ly,lz; in __ieee754_fmod()
49 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/ in __ieee754_fmod()
103 return Zero[(u_int32_t)sx>>31]; in __ieee754_fmod()
112 return Zero[(u_int32_t)sx>>31]; in __ieee754_fmod()
123 lx = (lx>>n)|((u_int32_t)hx<<(32-n)); in __ieee754_fmod()
H A De_exp.c109 u_int32_t hx; in __ieee754_exp()
118 u_int32_t lx; in __ieee754_exp()
148 INSERT_WORDS(twopk,((u_int32_t)(0x3ff+k))<<20, 0); in __ieee754_exp()
150 INSERT_WORDS(twopk,((u_int32_t)(0x3ff+(k+1000)))<<20, 0); in __ieee754_exp()
H A Dmath_private.h60 u_int32_t mswhi;
61 u_int32_t mswlo;
62 u_int32_t lswhi;
63 u_int32_t lswlo;
79 u_int32_t lswlo;
80 u_int32_t lswhi;
81 u_int32_t mswlo;
99 u_int32_t msw;
100 u_int32_t lsw;
117 u_int32_t lsw;
[all …]
H A Ds_modff.c28 u_int32_t i; in modff()
38 u_int32_t ix; in modff()
49 u_int32_t ix; in modff()
H A Ds_cbrt.c25 static const u_int32_t
46 u_int32_t sign; in cbrt()
47 u_int32_t high,low; in cbrt()
H A De_expf.c50 u_int32_t hx; in __ieee754_expf()
86 SET_FLOAT_WORD(twopk,((u_int32_t)(0x7f+k))<<23); in __ieee754_expf()
88 SET_FLOAT_WORD(twopk,((u_int32_t)(0x7f+(k+100)))<<23); in __ieee754_expf()
H A De_fmodf.c47 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/ in __ieee754_fmodf()
80 return Zero[(u_int32_t)sx>>31]; in __ieee754_fmodf()
89 return Zero[(u_int32_t)sx>>31]; in __ieee754_fmodf()
H A Ds_remquo.c35 u_int32_t lx,ly,lz,q,sxy; in remquo()
55 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/ in remquo()
119 return Zero[(u_int32_t)sx>>31]; in remquo()
130 lx = (lx>>n)|((u_int32_t)hx<<(32-n)); in remquo()
H A Ds_remquof.c33 u_int32_t q,sxy; in remquof()
50 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/ in remquof()
93 return Zero[(u_int32_t)sx>>31]; in remquof()
H A De_sqrt.c100 u_int32_t r,t1,s1,ix1,q1; in __ieee754_sqrt()
175 if (q1==(u_int32_t)0xffffffff) { q1=0; q += 1;} in __ieee754_sqrt()
177 if (q1==(u_int32_t)0xfffffffe) q+=1; in __ieee754_sqrt()
H A Ds_expm1.c137 u_int32_t hx; in expm1()
147 u_int32_t low; in expm1()
191 INSERT_WORDS(twopk,((u_int32_t)(0x3ff+k))<<20,0); /* 2^k */ in expm1()
H A Ds_trunc.c36 u_int32_t i; in trunc()
56 i = ((u_int32_t)(0xffffffff))>>(j0-20); in trunc()
H A Ds_cbrtf.c36 u_int32_t sign; in cbrtf()
37 u_int32_t high; in cbrtf()
/aosp12/system/extras/ioshark/
H A Dioshark.h84 u_int32_t enum_size;
92 u_int32_t action;
110 u_int32_t prot;
115 u_int32_t flags;
116 u_int32_t mode;
/aosp12/bionic/libc/upstream-freebsd/lib/libc/gen/
H A Dldexp.c30 u_int32_t msw;
31 u_int32_t lsw;
44 u_int32_t lsw;
45 u_int32_t msw;
90 u_int32_t hx,hy; in _copysign()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dcoda.h63 typedef unsigned int u_int32_t; typedef
83 u_int32_t d_fileno;
105 typedef u_int32_t vuid_t;
106 typedef u_int32_t vgid_t;
109 u_int32_t opaque[4];
195 u_int32_t opcode;
196 u_int32_t unique;
202 u_int32_t opcode;
203 u_int32_t unique;
204 u_int32_t result;
/aosp12/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dhtonl.c12 u_int32_t
13 htonl(u_int32_t x) in htonl()
17 return (u_int32_t)(s[0] << 24 | s[1] << 16 | s[2] << 8 | s[3]); in htonl()
H A Dntohl.c12 u_int32_t
13 ntohl(u_int32_t x) in ntohl()
17 return (u_int32_t)(s[0] << 24 | s[1] << 16 | s[2] << 8 | s[3]); in ntohl()
/aosp12/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregex2.h112 typedef u_int32_t sop; /* strip operator */
114 #define OPRMASK ((u_int32_t)0xf8000000UL)
115 #define OPDMASK ((u_int32_t)0x07ffffffUL)
121 #define OPC(n) (((u_int32_t)(n))<<OPSHIFT)
/aosp12/bionic/libc/dns/include/
H A Dresolv_static.h24 u_int32_t host_addr[16 / sizeof(u_int32_t)]; /* IPv4 or IPv6 */
/aosp12/bionic/libc/dns/resolv/
H A Dres_debug.c725 p_time(u_int32_t value) { in p_time()
779 precsize_ntoa(u_int32_t prec) in precsize_ntoa()
835 static u_int32_t
838 u_int32_t retval; in latlon2ul()
937 u_int32_t latit = 0, longit = 0, alt = 0; in loc_aton()
938 u_int32_t lltemp1 = 0, lltemp2 = 0; in loc_aton()
1054 const u_int32_t referencealt = 100000 * 100; in loc_ntoa()
1057 u_int32_t templ; in loc_ntoa()
1123 sizestr = strdup(precsize_ntoa((u_int32_t)sizeval)); in loc_ntoa()
1124 hpstr = strdup(precsize_ntoa((u_int32_t)hpval)); in loc_ntoa()
[all …]

1234