HomeSort by relevance Sort by last modified time
    Searched defs:u_int (Results 1 - 25 of 36) sorted by null

1 2

  /external/grub/stage2/
defs.h 51 typedef unsigned int u_int; /* unsigned int */ typedef
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
types.h 74 typedef __u_int u_int; typedef
  /bionic/libc/include/sys/
types.h 118 typedef unsigned int u_int; typedef
  /development/ndk/platforms/android-3/include/sys/
types.h 118 typedef unsigned int u_int; typedef
  /external/openssl/apps/
s_socket.c 73 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
s_client.c 150 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
    [all...]
s_server.c 166 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
    [all...]
  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/sys/
types.h 131 typedef unsigned int u_int; typedef
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/sys/
types.h 131 typedef unsigned int u_int; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
types.h 116 typedef unsigned int u_int; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
types.h 116 typedef unsigned int u_int; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
types.h 116 typedef unsigned int u_int; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
types.h 116 typedef unsigned int u_int; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
types.h 116 typedef unsigned int u_int; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
types.h 116 typedef unsigned int u_int; typedef
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
types.h 118 typedef unsigned int u_int; typedef
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
types.h 118 typedef unsigned int u_int; typedef
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
types.h 118 typedef unsigned int u_int; typedef
  /external/kernel-headers/original/linux/
types.h 96 typedef unsigned int u_int; typedef
coda.h 76 typedef unsigned int u_int; typedef
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
types.h 70 typedef unsigned int u_int; typedef
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
types.h 37 typedef __u_int u_int; typedef
191 typedef unsigned int u_int##N##_t __attribute__ ((__mode__ (MODE)))
  /bionic/libc/kernel/common/linux/
coda.h 26 typedef unsigned int u_int; typedef
  /development/ndk/platforms/android-3/include/linux/
coda.h 26 typedef unsigned int u_int; typedef
  /external/quake/quake/src/WinQuake/
mpdosock.h 24 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)

Completed in 1621 milliseconds

1 2