Home
last modified time | relevance | path

Searched refs:u_short (Results 1 – 25 of 36) sorted by relevance

12

/third_party/alsa-utils/aplay/
Dformats.h22 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 …]
Daplay.c2358 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/
Dccp.h147 u_short bsd_bits; /* # bits/code for BSD Compress */
150 u_short deflate_size; /* lg(window size) for Deflate */
Deap.h121 u_short ea_namelen; /* Length of our name */
122 u_short ea_peerlen; /* Length of peer's name */
Dipv6cp.h179 u_short vj_protocol; /* protocol value to use in VJ option */
Dppp_impl.h157 err_t (*netif_output)(ppp_pcb *pcb, void *ctx, struct pbuf *p, u_short protocol);
282 u_short protocol; /* PPP protocol number */
Dppp.h164 typedef unsigned short u_short; typedef
/third_party/python/Modules/
Dgetaddrinfo.c86 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;
Dgetnameinfo.c73 u_short si_port;
101 u_short port;
/third_party/lwip/src/netif/ppp/
Dipv6cp.c600 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;
Dipcp.c924 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()
Dlcp.c565 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()
Ddemand.c184 static u_short fcstab[256] = {
Dpppol2tp.c74 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/
Dtypes.h62 typedef unsigned short u_short, ushort; typedef
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtypes.h65 typedef unsigned short u_short, ushort; typedef
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtypes.h65 typedef unsigned short u_short, ushort; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtypes.h65 typedef unsigned short u_short, ushort; typedef
/third_party/musl/include/sys/
Dtypes.h65 typedef unsigned short u_short, ushort; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/
Dmod.rs115 pub ki_xstat: ::u_short,
117 pub ki_acflag: ::u_short,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
Dmod.rs122 pub ki_xstat: ::u_short,
124 pub ki_acflag: ::u_short,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
Dmod.rs129 pub ki_xstat: ::u_short,
131 pub ki_acflag: ::u_short,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
Dmod.rs129 pub ki_xstat: ::u_short,
131 pub ki_acflag: ::u_short,
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs11 pub type u_short = ::c_ushort; typedef
/third_party/lame/frontend/
Drtp.c247 dest.sin_port = htons((u_short) port); in rtp_socket()

12