Searched defs:u_int (Results 1 - 9 of 9) sorted by relevance

/external/grub/stage2/
H A Ddefs.h51 typedef unsigned int u_int; /* unsigned int */ typedef
/external/kernel-headers/original/linux/
H A Dtypes.h96 typedef unsigned int u_int; typedef
H A Dcoda.h76 typedef unsigned int u_int; typedef
/external/openssl/apps/
H A Ds_socket.c73 that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which
74 is needed to have fileno() declared correctly... So let's define u_int */
77 typedef unsigned int u_int; typedef
H A Ds_client.c150 that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which
151 is needed to have fileno() declared correctly... So let's define u_int */
154 typedef unsigned int u_int; typedef
H A Ds_server.c166 that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which
167 is needed to have fileno() declared correctly... So let's define u_int */
170 typedef unsigned int u_int; typedef
/external/openssh/
H A Ddefines.h193 typedef unsigned int u_int; typedef
500 #define __CMSG_ALIGN(p) (((u_int)(p) + OSSH_ALIGNBYTES) &~ OSSH_ALIGNBYTES)
/external/quake/quake/src/WinQuake/
H A Dmpdosock.h24 typedef unsigned int u_int; typedef
31 typedef u_int SOCKET;
48 u_int fd_count; /* how many are SET? */
64 u_int __i; \
374 #define SO_DONTLINGER (u_int)(~SO_LINGER)
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c240 typedef __u_int u_int; typedef

Completed in 383 milliseconds