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

  /bionic/libc/include/sys/
types.h 150 typedef unsigned int u_int; typedef
  /development/ndk/platforms/android-3/include/sys/
types.h 112 typedef unsigned int u_int; typedef
  /development/ndk/platforms/android-L/include/sys/
types.h 150 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...]
  /bionic/libc/kernel/uapi/linux/
coda.h 32 typedef unsigned int u_int; typedef
  /development/ndk/platforms/android-3/include/linux/
coda.h 26 typedef unsigned int u_int; typedef
  /development/ndk/platforms/android-L/include/linux/
coda.h 32 typedef unsigned int u_int; typedef
  /external/kernel-headers/original/uapi/linux/
coda.h 76 typedef unsigned int u_int; typedef
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h 60 u_int waiters_count;
96 #define u_int unsigned __int32 macro
    [all...]

Completed in 386 milliseconds