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

1 2 3 4 5 6 78 91011>>

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_rem_pio2.c 60 u_int32_t low;
141 u_int32_t high;
s_expm1.c 137 u_int32_t hx;
147 u_int32_t low;
e_atan2.c 65 u_int32_t lx,ly;
e_expf.c 50 u_int32_t hx;
e_log10.c 46 u_int32_t lx;
s_atan.c 82 u_int32_t low;
e_jn.c 68 if((ix|((u_int32_t)(lx|-lx))>>31)>0x7ff00000) return x+x;
226 if((ix|((u_int32_t)(lx|-lx))>>31)>0x7ff00000) return x+x;
261 u_int32_t high;
  /external/ipsec-tools/src/racoon/
ipsec_doi.h 147 u_int32_t doi; /* Domain of Interpretation */
148 u_int32_t sit; /* Situation */
isakmp_inf.c 102 static int isakmp_info_recv_n (struct ph1handle *, struct isakmp_pl_n *, u_int32_t, int);
103 static int isakmp_info_recv_d (struct ph1handle *, struct isakmp_pl_d *, u_int32_t, int);
107 struct isakmp_pl_ru *, u_int32_t));
109 struct isakmp_pl_ru *, u_int32_t));
130 u_int32_t msgid = 0;
334 u_int32_t msgid;
451 u_int32_t msgid;
460 u_int32_t spi32;
529 if (delete->spi_size != sizeof(u_int32_t)) {
539 (u_int32_t *)(delete + 1), num_spi)
    [all...]
  /external/ltp/testcases/kernel/security/integrity/ima/src/
ima_measure.c 49 u_int32_t pcr;
51 u_int32_t name_len;
ima_boot_aggregate.c 54 u_int32_t pcr;
  /external/ltp/testcases/network/stress/ns-tools/
ns-traffic.h 129 u_int32_t p_ip6_plen;
230 u_int32_t bit_change_seed(size_t bitsize, size_t oversize);
  /bionic/libc/include/sys/
types.h 140 typedef uint32_t u_int32_t; typedef
  /bionic/libc/upstream-netbsd/lib/libc/inet/
nsap_addr.c 119 nib = (u_int32_t)*binary >> 4;
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
e_expf.c 50 u_int32_t hx;
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
e_log2.c 45 u_int32_t lx;
s_atan.c 82 u_int32_t low;
  /external/gflags/android/gflags/
gflags_declare.h 81 # include <sys/types.h> // the normal place u_int32_t is defined
83 # include <inttypes.h> // a third place for uint32_t or u_int32_t
95 typedef u_int32_t uint32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if_arp.h 175 u_int32_t ip; /* IP address of entry. */
if_ppp.h 118 u_int32_t length;
  /device/linaro/bootloader/edk2/StdLib/Include/
resolv.h 110 u_int32_t mask;
253 void putlong __P((u_int32_t, u_char *));
256 const char * p_time __P((u_int32_t));
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 130 (u_int32_t) (PRIORITY_DEFAULT / 4) * 3)
136 (u_int32_t) (PRIORITY_DEFAULT / 4) * 3 &&
138 (u_int32_t) (PRIORITY_DEFAULT / 4) * 5)
policy_parse.y 104 static u_int32_t p_priority = 0;
131 u_int32_t num32;
178 p_priority = PRIORITY_DEFAULT + (u_int32_t) p_priority_offset;
200 p_priority = PRIORITY_DEFAULT + (u_int32_t) p_priority_offset;
233 p_priority = $3 - (u_int32_t) p_priority_offset;
255 p_priority = $3 + (u_int32_t) p_priority_offset;
  /external/libnfnetlink/include/libnfnetlink/
libnfnetlink.h 192 extern int nfnl_addattr32(struct nlmsghdr *, int, int, u_int32_t);
195 extern int nfnl_nfa_addattr32(struct nfattr *, int, int, u_int32_t);
207 u_int16_t type, u_int32_t len,
  /external/ppp/pppd/
sys-solaris.c 239 static u_int32_t remote_addr; /* IP address of peer */
240 static u_int32_t default_route_gateway; /* Gateway for default route added */
241 static u_int32_t proxy_arp_addr; /* Addr for proxy arp entry added */
246 static int get_ether_addr __P((u_int32_t, struct sockaddr *));
247 static int get_hw_addr __P((char *, u_int32_t, struct sockaddr *));
    [all...]

Completed in 625 milliseconds

1 2 3 4 5 6 78 91011>>