/third_party/alsa-utils/aplay/ |
D | formats.h | 22 u_short headerlen; /* Headerlength, should be 0x1A */ 23 u_short version; /* VOC-file version */ 24 u_short coded_ver; /* 0x1233-version */ 40 u_short tc; 95 u_short format; /* see WAV_FMT_* */ 96 u_short channels; 99 u_short byte_p_spl; /* samplesize; 1 or 2 bytes */ 100 u_short bit_p_spl; /* 8, 12 or 16 bit */ 105 u_short ext_size; 106 u_short bit_p_spl; [all …]
|
D | aplay.c | 2358 u_short *sp, repeat = 0; in voc_play() 2456 sp = (u_short *) data; in voc_play() 2457 COUNT1(sizeof(u_short)); in voc_play() 2472 sp = (u_short *) data; in voc_play() 2473 COUNT1(sizeof(u_short)); in voc_play() 2487 repeat = *(u_short *) data; in voc_play() 2488 COUNT1(sizeof(u_short)); in voc_play() 2656 u_short tmp2; in begin_wave()
|
/third_party/lwip/src/include/netif/ppp/ |
D | ccp.h | 147 u_short bsd_bits; /* # bits/code for BSD Compress */ 150 u_short deflate_size; /* lg(window size) for Deflate */
|
D | eap.h | 121 u_short ea_namelen; /* Length of our name */ 122 u_short ea_peerlen; /* Length of peer's name */
|
D | ipv6cp.h | 179 u_short vj_protocol; /* protocol value to use in VJ option */
|
D | ppp_impl.h | 157 err_t (*netif_output)(ppp_pcb *pcb, void *ctx, struct pbuf *p, u_short protocol); 282 u_short protocol; /* PPP protocol number */
|
D | ppp.h | 164 typedef unsigned short u_short; typedef
|
/third_party/python/Modules/ |
D | getaddrinfo.c | 86 u_short si_port; 246 u_short port; in getaddrinfo() 342 port = htons((u_short)atoi(servname)); in getaddrinfo() 492 u_short port = port0 & 0xffff; 537 u_short port = port0 & 0xffff;
|
D | getnameinfo.c | 73 u_short si_port; 101 u_short port;
|
/third_party/lwip/src/netif/ppp/ |
D | ipv6cp.c | 600 u_short cilen, citype; 602 u_short cishort; 676 u_short cishort; 811 u_short cishort; 894 u_short cilen, citype; /* Parsed len, type */ 896 u_short cishort; /* Parsed short value */ 1406 u_short cishort;
|
D | ipcp.c | 924 u_short cilen, citype; in ipcp_ackci() 927 u_short cishort; in ipcp_ackci() 1082 u_short cishort; in ipcp_nakci() 1347 u_short cishort; in ipcp_rejci() 1512 u_short cilen, citype; /* Parsed len, type */ in ipcp_reqci() 1514 u_short cishort; /* Parsed short value */ in ipcp_reqci() 2244 u_short cishort; in ipcp_printpkt()
|
D | lcp.c | 565 u_short prot; in lcp_rprotrej() 951 u_short cishort; in lcp_ackci() 1132 u_short cishort; in lcp_nakci() 1593 u_short cishort; in lcp_rejci() 1827 u_short cishort; /* Parsed short value */ in lcp_reqci() 2388 u_short cishort; in lcp_printpkt()
|
D | demand.c | 184 static u_short fcstab[256] = {
|
D | pppol2tp.c | 74 static err_t pppol2tp_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *p, u_short protocol); 204 static err_t pppol2tp_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *p, u_short protocol) { in pppol2tp_netif_output()
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | types.h | 62 typedef unsigned short u_short, ushort; typedef
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | types.h | 65 typedef unsigned short u_short, ushort; typedef
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | types.h | 65 typedef unsigned short u_short, ushort; typedef
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | types.h | 65 typedef unsigned short u_short, ushort; typedef
|
/third_party/musl/include/sys/ |
D | types.h | 65 typedef unsigned short u_short, ushort; typedef
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
D | mod.rs | 115 pub ki_xstat: ::u_short, 117 pub ki_acflag: ::u_short,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
D | mod.rs | 122 pub ki_xstat: ::u_short, 124 pub ki_acflag: ::u_short,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
D | mod.rs | 129 pub ki_xstat: ::u_short, 131 pub ki_acflag: ::u_short,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
D | mod.rs | 129 pub ki_xstat: ::u_short, 131 pub ki_acflag: ::u_short,
|
/third_party/rust/crates/libc/src/unix/newlib/horizon/ |
D | mod.rs | 11 pub type u_short = ::c_ushort; typedef
|
/third_party/lame/frontend/ |
D | rtp.c | 247 dest.sin_port = htons((u_short) port); in rtp_socket()
|