Searched defs:u_short (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dinternal.h64 /* newlib uses u_short in socket.h without defining it. */
65 typedef unsigned short u_short; typedef
/external/chromium_org/third_party/libevent/
H A Devent.h182 typedef unsigned short u_short; typedef
/external/clang/test/Sema/
H A Ddesignated-initializers.c177 typedef unsigned short u_short; typedef
181 u_short arr2[3];
/external/kernel-headers/original/uapi/linux/
H A Dcoda.h77 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/
H A Dsctp_os_userspace.h102 #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_)
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c239 typedef __u_short u_short; typedef

Completed in 319 milliseconds