Searched defs:u_int32_t (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/CodeGen/
H A Dx86_32-inline-asm.c8 typedef unsigned int u_int32_t; typedef
9 typedef u_int32_t uint32_t;
/external/libpcap/Win32/Include/
H A Dbittypes.h43 typedef unsigned int u_int32_t; typedef
/external/tcpdump/win32/Include/
H A Dbittypes.h43 typedef unsigned int u_int32_t; typedef
/external/libedit/src/
H A Dsys.h123 typedef unsigned int u_int32_t; typedef
/external/ppp/pppd/include/net/
H A Dppp_defs.h118 typedef UINT32_T u_int32_t; typedef
120 typedef unsigned int u_int32_t; typedef
128 typedef u_int32_t ext_accm[8];
/external/openssh/
H A Ddefines.h233 typedef uint32_t u_int32_t; typedef
251 typedef unsigned int u_int32_t; typedef
254 typedef unsigned long u_int32_t; typedef
286 typedef u_int32_t uint32_t;
363 typedef u_int32_t in_addr_t;
496 ((((u_int32_t *) (a))[0] == 0) && (((u_int32_t *) (a))[1] == 0) && \
497 (((u_int32_t *) (a))[2] == htonl (0xffff)))
/external/kernel-headers/original/uapi/linux/
H A Dcoda.h127 typedef unsigned int u_int32_t; typedef
163 u_int32_t d_fileno; /* file number of entry */
196 typedef u_int32_t vuid_t;
197 typedef u_int32_t vgid_t;
201 u_int32_t opaque[4];
296 u_int32_t opcode;
297 u_int32_t unique; /* Keep multiple outstanding msgs distinct */
305 u_int32_t opcode;
306 u_int32_t unique;
307 u_int32_t resul
[all...]
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c333 typedef unsigned int u_int32_t __attribute__ ((__mode__ (__SI__))); typedef

Completed in 260 milliseconds