HomeSort by relevance Sort by last modified time
    Searched refs:u_int32_t (Results 76 - 100 of 322) sorted by null

1 2 34 5 6 7 8 91011>>

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_truncf.c 34 u_int32_t i;
s_ceil.c 36 u_int32_t i,j;
57 i = ((u_int32_t)(0xffffffff))>>(j0-20);
s_floor.c 36 u_int32_t i,j;
58 i = ((u_int32_t)(0xffffffff))>>(j0-20);
s_rint.c 41 u_int32_t i,i1;
80 i = ((u_int32_t)(0xffffffff))>>(j0-20);
e_fmod.c 32 u_int32_t lx,ly,lz;
47 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
101 return Zero[(u_int32_t)sx>>31];
110 return Zero[(u_int32_t)sx>>31];
121 lx = (lx>>n)|((u_int32_t)hx<<(32-n));
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
e_exp.c 113 u_int32_t hx;
124 u_int32_t lx;
157 u_int32_t hy;
162 u_int32_t hy;
e_sqrt.c 115 u_int32_t r,t1,s1,ix1,q1;
176 if(((t1&sign)==(u_int32_t)sign)&&(s1&sign)==0) s0 += 1;
192 if (q1==(u_int32_t)0xffffffff) { q1=0; q += 1;}
194 if (q1==(u_int32_t)0xfffffffe) q+=1;
e_cosh.c 54 u_int32_t lx;
83 ((ix==0x408633ce)&&(lx<=(u_int32_t)0x8fb9f87d))) {
e_log10.c 83 u_int32_t lx;
100 i = ((u_int32_t)k&0x80000000)>>31;
e_sinh.c 46 u_int32_t lx;
71 if (ix<0x408633CE || ((ix==0x408633ce)&&(lx<=(u_int32_t)0x8fb9f87d))) {
s_ceil.c 36 u_int32_t i,j;
58 i = ((u_int32_t)(0xffffffff))>>(j0-20);
s_floor.c 36 u_int32_t i,j;
58 i = ((u_int32_t)(0xffffffff))>>(j0-20);
e_fmod.c 38 u_int32_t lx,ly,lz;
53 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
107 return Zero[(u_int32_t)sx>>31];
116 return Zero[(u_int32_t)sx>>31];
127 lx = (lx>>n)|((u_int32_t)hx<<(32-n));
  /external/ipsec-tools/src/libipsec/
policy_parse.h 86 u_int32_t num32;
pfkey.c 61 struct sockaddr *, struct sockaddr *, u_int32_t));
65 char *, int, u_int32_t));
66 static int pfkey_send_x5 __P((int, u_int, u_int32_t));
69 u_int, u_int32_t, pid_t));
70 static caddr_t pfkey_setsadbsa __P((caddr_t, caddr_t, u_int32_t, u_int,
71 u_int, u_int, u_int32_t));
75 static caddr_t pfkey_setsadblifetime __P((caddr_t, caddr_t, u_int, u_int32_t,
76 u_int32_t, u_int32_t, u_int32_t));
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_cfg.h 172 u_int32_t last_msgid; /* Last message-ID */
196 int isakmp_cfg_attr_r(struct ph1handle *, u_int32_t, struct isakmp_pl_attr *);
200 int isakmp_cfg_send(struct ph1handle *, vchar_t *, u_int32_t, int, int);
201 struct isakmp_ivm *isakmp_cfg_newiv(struct ph1handle *, u_int32_t);
policy.h 67 u_int32_t priority; /* priority for the policy */
79 u_int32_t id; /* It's unique number on the system. */
94 u_int32_t reqid; /* reqid id who owned this SA */
142 struct secpolicy *getspbyspid __P((u_int32_t));
vmbuf.h 46 u_int32_t t; /* type of the value */
pfkey.h 73 extern u_int32_t pk_getseq __P((void));
75 __P((struct sockaddr *, struct sockaddr *, int, u_int32_t, int));
  /external/clang/test/CodeGen/
x86_32-inline-asm.c 8 typedef unsigned int u_int32_t; typedef
9 typedef u_int32_t uint32_t;
  /external/iptables/include/libipq/
libipq.h 56 struct ipq_handle *ipq_create_handle(u_int32_t flags, u_int32_t protocol);
  /external/ltp/testcases/kernel/fs/scsi/ltpfs/
Ltpfs.h 58 u_int32_t cmd; // input - 0==recover, 1==fail
59 u_int32_t status; // ouput - 0==success
  /external/speex/include/speex/
speex_types.h 65 typedef u_int32_t spx_uint32_t;
74 typedef u_int32_t spx_uint32_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/attr/
attributes.h 72 u_int32_t a_valuelen; /* number bytes in value of attr */
93 u_int32_t opaque[4]; /* an opaque cookie */
  /system/extras/ioshark/
compile_ioshark.h 28 static inline u_int32_t
31 u_int32_t hash, i;

Completed in 560 milliseconds

1 2 34 5 6 7 8 91011>>