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

  /external/chromium_org/third_party/boringssl/src/crypto/bio/
internal.h 64 /* newlib uses u_short in socket.h without defining it. */
65 typedef unsigned short u_short; typedef
  /bionic/libc/include/sys/
types.h 149 typedef unsigned short u_short; typedef
  /development/ndk/platforms/android-3/include/sys/
types.h 111 typedef unsigned short u_short; typedef
  /development/ndk/platforms/android-L/include/sys/
types.h 149 typedef unsigned short u_short; typedef
  /external/chromium_org/third_party/libevent/
event.h 182 typedef unsigned short u_short; typedef
    [all...]
  /external/clang/test/Sema/
designated-initializers.c 177 typedef unsigned short u_short; typedef
181 u_short arr2[3];
  /bionic/libc/kernel/uapi/linux/
coda.h 34 typedef unsigned short u_short; typedef
154 u_short va_mode;
606 u_short in_size;
607 u_short out_size;
  /development/ndk/platforms/android-3/include/linux/
coda.h 27 typedef unsigned short u_short; typedef
142 u_short va_mode;
572 u_short in_size;
573 u_short out_size;
  /development/ndk/platforms/android-L/include/linux/
coda.h 34 typedef unsigned short u_short; typedef
154 u_short va_mode;
606 u_short in_size;
607 u_short out_size;
  /external/kernel-headers/original/uapi/linux/
coda.h 77 typedef unsigned short u_short; typedef
216 u_short va_mode; /* files access mode and type */
718 u_short in_size; /* Size of input buffer <= 2K */
719 u_short out_size; /* Maximum size of output buffer, <= 2K */
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h 102 #define u_short unsigned __int16 macro
367 u_short ip_len;
368 u_short ip_id;
369 u_short ip_off;
376 u_short ip_sum;
1056 In netinet/ip_output.c, we have u_short ip_id;
1057 In netinet/ip_var.h, we have extern u_short ip_id; (enclosed within _KERNEL_)
    [all...]

Completed in 198 milliseconds