Home
last modified time | relevance | path

Searched refs:s32_t (Results 1 – 25 of 150) sorted by relevance

123456

/dports/audio/squeezelite/squeezelite-7b13fd9/
H A Doutput_pack.c33 s32_t gain(s32_t gain, s32_t sample) { in gain()
37 return (s32_t) (res >> 16); in gain()
42 s32_t to_gain(float f) { in to_gain()
43 return (s32_t)(f * 65536.0F); in to_gain()
46 void _scale_and_pack_frames(void *outputptr, s32_t *inputptr, frames_t cnt, s32_t gainL, s32_t gain… in _scale_and_pack_frames()
226 s32_t l1 = *(inputptr++); s32_t r1 = *(inputptr++); in _scale_and_pack_frames()
227 s32_t l2 = *(inputptr++); s32_t r2 = *(inputptr++); in _scale_and_pack_frames()
341 …ross(struct buffer *outputbuf, frames_t out_frames, s32_t cross_gain_in, s32_t cross_gain_out, s32… in _apply_cross()
342 s32_t *ptr = (s32_t *)(void *)outputbuf->readp; in _apply_cross()
357 s32_t *ptrL = (s32_t *)(void *)outputbuf->readp; in _apply_gain()
[all …]
H A Dsqueezelite.h312 typedef int32_t s32_t;
340 typedef __int32 s32_t;
428 #define ISAMPLE_T s32_t
630 …cb)(frames_t out_frames, bool silence, s32_t gainL, s32_t gainR, s32_t cross_gain_in, s32_t cross_…
713 void _scale_and_pack_frames(void *outputptr, s32_t *inputptr, frames_t cnt, s32_t gainL, s32_t gain…
714 …ross(struct buffer *outputbuf, frames_t out_frames, s32_t cross_gain_in, s32_t cross_gain_out, s32…
715 void _apply_gain(struct buffer *outputbuf, frames_t count, s32_t gainL, s32_t gainR);
716 s32_t gain(s32_t gain, s32_t sample);
717 s32_t to_gain(float f);
H A Doutput_stdout.c48 static int _stdout_write_frames(frames_t out_frames, bool silence, s32_t gainL, s32_t gainR, in _stdout_write_frames()
49 s32_t cross_gain_in, s32_t cross_gain_out, s32_t **cross_ptr) { in _stdout_write_frames()
78 …_scale_and_pack_frames(buf + buffill * bytes_per_frame, (s32_t *)(void *)obuf, out_frames, gainL, … in _stdout_write_frames()
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/
H A Dsnmp_structs.h81 s32_t *id_inst_ptr;
87 s32_t *ident;
136 const s32_t *objid;
154 s32_t *objid;
162 s32_t objid;
209 s32_t (*ident_cmp)(void* addr_inf, u8_t level, u16_t idx, s32_t sub_id);
239 void snmp_oidtoip(s32_t *ident, struct ip_addr *ip);
240 void snmp_iptooid(struct ip_addr *ip, s32_t *ident);
242 void snmp_netiftoifindex(struct netif *netif, s32_t *ifidx);
244 struct mib_list_node* snmp_mib_ln_alloc(s32_t id);
[all …]
H A Dsnmp_asn1.h82 err_t snmp_asn1_dec_s32t(struct pbuf *p, u16_t ofs, u16_t len, s32_t *value);
88 void snmp_asn1_enc_s32t_cnt(s32_t value, u16_t *octets_needed);
89 void snmp_asn1_enc_oid_cnt(u8_t ident_len, s32_t *ident, u16_t *octets_needed);
93 err_t snmp_asn1_enc_s32t(struct pbuf *p, u16_t ofs, u8_t octets_needed, s32_t value);
94 err_t snmp_asn1_enc_oid(struct pbuf *p, u16_t ofs, u8_t ident_len, s32_t *ident);
H A Dsnmp_msg.h87 s32_t *ident;
230 s32_t rid;
232 s32_t error_status;
234 s32_t error_index;
282 extern const s32_t snmp_version;
303 err_t snmp_send_trap(s8_t generic_trap, struct snmp_obj_id *eoid, s32_t specific_trap);
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/
H A Dsnmp_structs.h81 s32_t *id_inst_ptr;
87 s32_t *ident;
136 const s32_t *objid;
154 s32_t *objid;
162 s32_t objid;
209 s32_t (*ident_cmp)(void* addr_inf, u8_t level, u16_t idx, s32_t sub_id);
239 void snmp_oidtoip(s32_t *ident, struct ip_addr *ip);
240 void snmp_iptooid(struct ip_addr *ip, s32_t *ident);
242 void snmp_netiftoifindex(struct netif *netif, s32_t *ifidx);
244 struct mib_list_node* snmp_mib_ln_alloc(s32_t id);
[all …]
H A Dsnmp_asn1.h82 err_t snmp_asn1_dec_s32t(struct pbuf *p, u16_t ofs, u16_t len, s32_t *value);
88 void snmp_asn1_enc_s32t_cnt(s32_t value, u16_t *octets_needed);
89 void snmp_asn1_enc_oid_cnt(u8_t ident_len, s32_t *ident, u16_t *octets_needed);
93 err_t snmp_asn1_enc_s32t(struct pbuf *p, u16_t ofs, u8_t octets_needed, s32_t value);
94 err_t snmp_asn1_enc_oid(struct pbuf *p, u16_t ofs, u8_t ident_len, s32_t *ident);
H A Dsnmp_msg.h87 s32_t *ident;
230 s32_t rid;
232 s32_t error_status;
234 s32_t error_index;
282 extern const s32_t snmp_version;
303 err_t snmp_send_trap(s8_t generic_trap, struct snmp_obj_id *eoid, s32_t specific_trap);
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/octoclock/include/lwip/
H A Dsnmp_structs.h79 s32_t *id_inst_ptr;
85 s32_t *ident;
134 const s32_t *objid;
152 s32_t *objid;
160 s32_t objid;
207 s32_t (*ident_cmp)(void* addr_inf, u8_t level, u16_t idx, s32_t sub_id);
237 void snmp_oidtoip(s32_t *ident, struct ip_addr *ip);
238 void snmp_iptooid(struct ip_addr *ip, s32_t *ident);
240 void snmp_netiftoifindex(struct netif *netif, s32_t *ifidx);
242 struct mib_list_node* snmp_mib_ln_alloc(s32_t id);
[all …]
H A Dsnmp_asn1.h80 err_t snmp_asn1_dec_s32t(struct pbuf *p, u16_t ofs, u16_t len, s32_t *value);
86 void snmp_asn1_enc_s32t_cnt(s32_t value, u16_t *octets_needed);
87 void snmp_asn1_enc_oid_cnt(u8_t ident_len, s32_t *ident, u16_t *octets_needed);
91 err_t snmp_asn1_enc_s32t(struct pbuf *p, u16_t ofs, u8_t octets_needed, s32_t value);
92 err_t snmp_asn1_enc_oid(struct pbuf *p, u16_t ofs, u8_t ident_len, s32_t *ident);
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/include/lwip/
H A Dsnmp_structs.h79 s32_t *id_inst_ptr;
85 s32_t *ident;
134 const s32_t *objid;
152 s32_t *objid;
160 s32_t objid;
207 s32_t (*ident_cmp)(void* addr_inf, u8_t level, u16_t idx, s32_t sub_id);
237 void snmp_oidtoip(s32_t *ident, struct ip_addr *ip);
238 void snmp_iptooid(struct ip_addr *ip, s32_t *ident);
240 void snmp_netiftoifindex(struct netif *netif, s32_t *ifidx);
242 struct mib_list_node* snmp_mib_ln_alloc(s32_t id);
[all …]
H A Dsnmp_asn1.h80 err_t snmp_asn1_dec_s32t(struct pbuf *p, u16_t ofs, u16_t len, s32_t *value);
86 void snmp_asn1_enc_s32t_cnt(s32_t value, u16_t *octets_needed);
87 void snmp_asn1_enc_oid_cnt(u8_t ident_len, s32_t *ident, u16_t *octets_needed);
91 err_t snmp_asn1_enc_s32t(struct pbuf *p, u16_t ofs, u8_t octets_needed, s32_t value);
92 err_t snmp_asn1_enc_oid(struct pbuf *p, u16_t ofs, u8_t ident_len, s32_t *ident);
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/include/lwip/
H A Dsnmp_structs.h79 s32_t *id_inst_ptr;
85 s32_t *ident;
134 const s32_t *objid;
152 s32_t *objid;
160 s32_t objid;
207 s32_t (*ident_cmp)(void* addr_inf, u8_t level, u16_t idx, s32_t sub_id);
237 void snmp_oidtoip(s32_t *ident, struct ip_addr *ip);
238 void snmp_iptooid(struct ip_addr *ip, s32_t *ident);
240 void snmp_netiftoifindex(struct netif *netif, s32_t *ifidx);
242 struct mib_list_node* snmp_mib_ln_alloc(s32_t id);
[all …]
H A Dsnmp_asn1.h80 err_t snmp_asn1_dec_s32t(struct pbuf *p, u16_t ofs, u16_t len, s32_t *value);
86 void snmp_asn1_enc_s32t_cnt(s32_t value, u16_t *octets_needed);
87 void snmp_asn1_enc_oid_cnt(u8_t ident_len, s32_t *ident, u16_t *octets_needed);
91 err_t snmp_asn1_enc_s32t(struct pbuf *p, u16_t ofs, u8_t octets_needed, s32_t value);
92 err_t snmp_asn1_enc_oid(struct pbuf *p, u16_t ofs, u8_t ident_len, s32_t *ident);
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/include/lwip/
H A Dsnmp_structs.h85 s32_t *id_inst_ptr;
91 s32_t *ident;
140 const s32_t *objid;
158 s32_t *objid;
166 s32_t objid;
213 s32_t (*ident_cmp)(void* addr_inf, u8_t level, u16_t idx, s32_t sub_id);
243 void snmp_oidtoip(s32_t *ident, ip_addr_t *ip);
244 void snmp_iptooid(ip_addr_t *ip, s32_t *ident);
246 void snmp_netiftoifindex(struct netif *netif, s32_t *ifidx);
248 struct mib_list_node* snmp_mib_ln_alloc(s32_t id);
[all …]
H A Dsnmp_asn1.h80 err_t snmp_asn1_dec_s32t(struct pbuf *p, u16_t ofs, u16_t len, s32_t *value);
86 void snmp_asn1_enc_s32t_cnt(s32_t value, u16_t *octets_needed);
87 void snmp_asn1_enc_oid_cnt(u8_t ident_len, s32_t *ident, u16_t *octets_needed);
91 err_t snmp_asn1_enc_s32t(struct pbuf *p, u16_t ofs, u16_t octets_needed, s32_t value);
92 err_t snmp_asn1_enc_oid(struct pbuf *p, u16_t ofs, u8_t ident_len, s32_t *ident);
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libdb/
H A Dtcpip.h43 void tcpip_close(s32_t s);
44 void tcpip_starttimer(s32_t s);
45 void tcpip_stoptimer(s32_t s);
46 s32_t tcpip_socket();
47 s32_t tcpip_listen(s32_t s,u32_t backlog);
48 s32_t tcpip_bind(s32_t s,struct sockaddr *name,socklen_t *namelen);
49 s32_t tcpip_accept(s32_t s);
50 s32_t tcpip_read(s32_t s,void *buffer,u32_t len);
51 s32_t tcpip_write(s32_t s,const void *buffer,u32_t len);
H A Dtcpip.c57 s32_t i; in tcpip_allocsocket()
181 s32_t s; in tcpip_accept_func()
288 s32_t tcpip_socket() in tcpip_socket()
290 s32_t s; in tcpip_socket()
309 s32_t tcpip_bind(s32_t s,struct sockaddr *name,socklen_t *namelen) in tcpip_bind()
324 return (s32_t)err; in tcpip_bind()
327 s32_t tcpip_listen(s32_t s,u32_t backlog) in tcpip_listen()
342 s32_t tcpip_accept(s32_t s) in tcpip_accept()
344 s32_t newsock = -1; in tcpip_accept()
360 s32_t tcpip_read(s32_t s,void *buffer,u32_t len) in tcpip_read()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/core/snmp/
H A Dmib2.c2228 s32_t *sint_ptr = (s32_t*)value; in system_get_value()
2340 s32_t *sint_ptr = (s32_t*)value; in interfaces_get_value()
2473 s32_t *sint_ptr = (s32_t*)value; in ifentry_get_value()
2482 s32_t *sint_ptr = (s32_t*)value; in ifentry_get_value()
2488 s32_t *sint_ptr = (s32_t*)value; in ifentry_get_value()
2503 s32_t *sint_ptr = (s32_t*)value; in ifentry_get_value()
2523 s32_t *sint_ptr = (s32_t*)value; in ifentry_get_value()
2631 s32_t *sint_ptr = (s32_t*)value; in ifentry_set_test()
2993 s32_t *sint_ptr = (s32_t*)value; in ip_set_test()
3650 s32_t *sint_ptr = (s32_t*)value; in tcp_get_value()
[all …]
H A Dmib_structs.c44 const s32_t prefix[4] = {1, 3, 6, 1};
53 s32_t r_id;
98 s32_t i, ifidx; in snmp_ifindextonetif()
136 snmp_oidtoip(s32_t *ident, ip_addr_t *ip) in snmp_oidtoip()
147 snmp_iptooid(ip_addr_t *ip, s32_t *ident) in snmp_iptooid()
156 snmp_mib_ln_alloc(s32_t id) in snmp_mib_ln_alloc()
574 s32_t debug_id; in snmp_search_tree()
935 s32_t ex_id; in snmp_expand_tree()
1114 snmp_iso_prefix_tst(u8_t ident_len, s32_t *ident) in snmp_iso_prefix_tst()
1142 const s32_t *prefix_ptr; in snmp_iso_prefix_expand()
[all …]
/dports/games/edge/Edge-1.35-source/timidity/
H A Dmix.h26 extern void mix_voice(s32_t *buf, int v, int count);
45 extern void (*s32tobuf)(void *dp, const s32_t *lp, int count);
48 extern void s32tos8(void *dp, const s32_t *lp, int count);
49 extern void s32tou8(void *dp, const s32_t *lp, int count);
52 extern void s32tos16(void *dp, const s32_t *lp, int count);
53 extern void s32tou16(void *dp, const s32_t *lp, int count);
56 extern void s32tos16x(void *dp, const s32_t *lp, int count);
57 extern void s32tou16x(void *dp, const s32_t *lp, int count);
60 extern void s32toulaw(void *dp, const s32_t *lp, int count);
H A Dmix.cc110 s32_t la = (s32_t)FSCALE(lamp,AMP_BITS); in apply_envelope_to_amp()
111 s32_t ra = (s32_t)FSCALE(ramp,AMP_BITS); in apply_envelope_to_amp()
112 s32_t lra = (s32_t)FSCALE(lramp,AMP_BITS); in apply_envelope_to_amp()
113 s32_t rra = (s32_t)FSCALE(rramp,AMP_BITS); in apply_envelope_to_amp()
114 s32_t cea = (s32_t)FSCALE(ceamp,AMP_BITS); in apply_envelope_to_amp()
115 s32_t lfea = (s32_t)FSCALE(lfeamp,AMP_BITS); in apply_envelope_to_amp()
139 s32_t la = (s32_t)FSCALE(lamp,AMP_BITS); in apply_envelope_to_amp()
981 s32_t val = *lp++; in s32tos8()
996 s32_t val = *lp++; in s32tou8()
1011 s32_t val = *lp++; in s32tos16()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/core/snmp/
H A Dmib2.c553 s32_t at_id = 1;
917 void objectidncpy(s32_t *dst, s32_t *src, u8_t n) in objectidncpy()
1090 s32_t arpidx[5]; in snmp_insert_arpidx_tree()
1164 s32_t arpidx[5]; in snmp_delete_arpidx_tree()
1797 s32_t udpidx[5]; in snmp_insert_udpidx_tree()
1851 s32_t udpidx[5]; in snmp_delete_udpidx_tree()
2211 objectidncpy((s32_t*)value, (s32_t*)sysobjid.id, (u8_t)(len / sizeof(s32_t))); in system_get_value()
2609 objectidncpy((s32_t*)value, (s32_t*)ifspecific.id, (u8_t)(len / sizeof(s32_t))); in ifentry_get_value()
3205 s32_t *ident; in ip_rteentry_get_value()
3345 objectidncpy((s32_t*)value, (s32_t*)iprouteinfo.id, (u8_t)(len / sizeof(s32_t))); in ip_rteentry_get_value()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/core/snmp/
H A Dmib2.c553 s32_t at_id = 1;
917 void objectidncpy(s32_t *dst, s32_t *src, u8_t n) in objectidncpy()
1090 s32_t arpidx[5]; in snmp_insert_arpidx_tree()
1164 s32_t arpidx[5]; in snmp_delete_arpidx_tree()
1797 s32_t udpidx[5]; in snmp_insert_udpidx_tree()
1851 s32_t udpidx[5]; in snmp_delete_udpidx_tree()
2211 objectidncpy((s32_t*)value, (s32_t*)sysobjid.id, (u8_t)(len / sizeof(s32_t))); in system_get_value()
2609 objectidncpy((s32_t*)value, (s32_t*)ifspecific.id, (u8_t)(len / sizeof(s32_t))); in ifentry_get_value()
3205 s32_t *ident; in ip_rteentry_get_value()
3345 objectidncpy((s32_t*)value, (s32_t*)iprouteinfo.id, (u8_t)(len / sizeof(s32_t))); in ip_rteentry_get_value()
[all …]

123456