Home
last modified time | relevance | path

Searched refs:buf_ptr (Results 1 – 25 of 3533) sorted by relevance

12345678910>>...142

/dports/devel/gindent/indent-2.2.12/src/
H A Dlexi.c251 if (*buf_ptr == ' ' || *buf_ptr == TAB) in lexi()
276 ((buf_ptr[0] == '.') && isdigit (buf_ptr[1]))) in lexi()
294 if ((*buf_ptr == '0') && ((buf_ptr[1] == 'x') || (buf_ptr[1] == 'X'))) in lexi()
340 if (*buf_ptr == 'F' || *buf_ptr == 'f' || *buf_ptr == 'i' || *buf_ptr == 'j') in lexi()
344 else if (*buf_ptr == 'D' || *buf_ptr == 'd') in lexi()
355 while (*buf_ptr == 'U' || *buf_ptr == 'u' || *buf_ptr == 'L' || *buf_ptr == 'l') in lexi()
776 if (buf_ptr[0] != '"' && buf_ptr[0] != '\'') in lexi()
832 if (*buf_ptr == EOL || *buf_ptr == 0) in lexi()
908 while (*buf_ptr == ' ' && buf_ptr < buf_end) in lexi()
1136 …while (*buf_ptr == '>' || *buf_ptr == '<' || *buf_ptr == '=' || (settings.c_plus_plus && *buf_ptr in lexi()
[all …]
H A Dcomments.c155 else if ((*buf_ptr == '*') || (*buf_ptr == '-') || (*buf_ptr == '=') || in print_comment()
200 } while ((*buf_ptr != '*') && (buf_ptr < buf_end)); in print_comment()
211 if ((*buf_ptr == '*') && (*(buf_ptr - 1) == '/')) in print_comment()
218 if ((*buf_ptr == '*') && (*(buf_ptr + 1) == '/')) in print_comment()
439 buf_ptr = p; in print_comment()
570 (buf_ptr[0] == '*') && (buf_ptr[1] != '/')) in print_comment()
577 if ((*buf_ptr == ' ') && (++buf_ptr >= buf_end)) in print_comment()
665 buf_ptr = skip_horiz_space(buf_ptr); in print_comment()
741 buf_ptr = skip_horiz_space(buf_ptr); in print_comment()
781 buf_ptr++; in print_comment()
[all …]
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/opus-1.0.3/silk/
H A Dresampler_private_down_FIR.c46 opus_int32 *buf_ptr; in silk_resampler_private_down_FIR_INTERPOL() local
91 … res_Q6 = silk_SMULWB( silk_ADD32( buf_ptr[ 0 ], buf_ptr[ 23 ] ), FIR_Coefs[ 0 ] ); in silk_resampler_private_down_FIR_INTERPOL()
92 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 1 ], buf_ptr[ 22 ] ), FIR_Coefs[ 1 ] ); in silk_resampler_private_down_FIR_INTERPOL()
93 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 2 ], buf_ptr[ 21 ] ), FIR_Coefs[ 2 ] ); in silk_resampler_private_down_FIR_INTERPOL()
94 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 3 ], buf_ptr[ 20 ] ), FIR_Coefs[ 3 ] ); in silk_resampler_private_down_FIR_INTERPOL()
95 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 4 ], buf_ptr[ 19 ] ), FIR_Coefs[ 4 ] ); in silk_resampler_private_down_FIR_INTERPOL()
96 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 5 ], buf_ptr[ 18 ] ), FIR_Coefs[ 5 ] ); in silk_resampler_private_down_FIR_INTERPOL()
97 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 6 ], buf_ptr[ 17 ] ), FIR_Coefs[ 6 ] ); in silk_resampler_private_down_FIR_INTERPOL()
98 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 7 ], buf_ptr[ 16 ] ), FIR_Coefs[ 7 ] ); in silk_resampler_private_down_FIR_INTERPOL()
99 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 8 ], buf_ptr[ 15 ] ), FIR_Coefs[ 8 ] ); in silk_resampler_private_down_FIR_INTERPOL()
[all …]
/dports/games/ldmud/ldmud-3.3.720/src/util/indent/
H A Dlexi.c143 if (chartype[*buf_ptr] == alphanum || buf_ptr[0] == '.' && isdigit(buf_ptr[1])) { in lexi()
152 if (isdigit(*buf_ptr) || buf_ptr[0] == '.' && isdigit(buf_ptr[1])) { in lexi()
156 (buf_ptr[1] == 'x' || buf_ptr[1] == 'X')) { in lexi()
169 if (!isdigit(*buf_ptr) && *buf_ptr != '.') in lexi()
176 if (*buf_ptr == '+' || *buf_ptr == '-') in lexi()
180 if (*buf_ptr == 'L' || *buf_ptr == 'l') in lexi()
279 if (((*buf_ptr == '*' && buf_ptr[1] != '=') || isalpha(*buf_ptr) || *buf_ptr == '_') in lexi()
325 while (*buf_ptr != qchar && *buf_ptr != 0 && *buf_ptr != '\n') in lexi()
341 if (*buf_ptr == '\n' || *buf_ptr == 0) in lexi()
501 if (*buf_ptr == '>' || *buf_ptr == '<' || *buf_ptr == '=') { in lexi()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/logging/src/
H A Dclog_preamble.c201 buf_ptr = CLOG_Util_strbuf_put( buf_ptr, buf_tail, in CLOG_Preamble_write()
206 buf_ptr = CLOG_Util_strbuf_put( buf_ptr, buf_tail, in CLOG_Preamble_write()
223 buf_ptr = CLOG_Util_strbuf_put( buf_ptr, buf_tail, in CLOG_Preamble_write()
240 buf_ptr = CLOG_Util_strbuf_put( buf_ptr, buf_tail, in CLOG_Preamble_write()
251 buf_ptr = CLOG_Util_strbuf_put( buf_ptr, buf_tail, in CLOG_Preamble_write()
262 buf_ptr = CLOG_Util_strbuf_put( buf_ptr, buf_tail, in CLOG_Preamble_write()
273 buf_ptr = CLOG_Util_strbuf_put( buf_ptr, buf_tail, in CLOG_Preamble_write()
284 buf_ptr = CLOG_Util_strbuf_put( buf_ptr, buf_tail, in CLOG_Preamble_write()
295 buf_ptr = CLOG_Util_strbuf_put( buf_ptr, buf_tail, in CLOG_Preamble_write()
306 buf_ptr = CLOG_Util_strbuf_put( buf_ptr, buf_tail, in CLOG_Preamble_write()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/opus-1.2.1/silk/
H A Dresampler_private_down_FIR.c47 opus_int32 *buf_ptr; in silk_resampler_private_down_FIR_INTERPOL() local
92 … res_Q6 = silk_SMULWB( silk_ADD32( buf_ptr[ 0 ], buf_ptr[ 23 ] ), FIR_Coefs[ 0 ] ); in silk_resampler_private_down_FIR_INTERPOL()
93 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 1 ], buf_ptr[ 22 ] ), FIR_Coefs[ 1 ] ); in silk_resampler_private_down_FIR_INTERPOL()
94 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 2 ], buf_ptr[ 21 ] ), FIR_Coefs[ 2 ] ); in silk_resampler_private_down_FIR_INTERPOL()
95 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 3 ], buf_ptr[ 20 ] ), FIR_Coefs[ 3 ] ); in silk_resampler_private_down_FIR_INTERPOL()
96 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 4 ], buf_ptr[ 19 ] ), FIR_Coefs[ 4 ] ); in silk_resampler_private_down_FIR_INTERPOL()
97 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 5 ], buf_ptr[ 18 ] ), FIR_Coefs[ 5 ] ); in silk_resampler_private_down_FIR_INTERPOL()
98 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 6 ], buf_ptr[ 17 ] ), FIR_Coefs[ 6 ] ); in silk_resampler_private_down_FIR_INTERPOL()
99 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 7 ], buf_ptr[ 16 ] ), FIR_Coefs[ 7 ] ); in silk_resampler_private_down_FIR_INTERPOL()
100 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 8 ], buf_ptr[ 15 ] ), FIR_Coefs[ 8 ] ); in silk_resampler_private_down_FIR_INTERPOL()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/opus-1.2.1/silk/
H A Dresampler_private_down_FIR.c47 opus_int32 *buf_ptr; in silk_resampler_private_down_FIR_INTERPOL() local
92 … res_Q6 = silk_SMULWB( silk_ADD32( buf_ptr[ 0 ], buf_ptr[ 23 ] ), FIR_Coefs[ 0 ] ); in silk_resampler_private_down_FIR_INTERPOL()
93 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 1 ], buf_ptr[ 22 ] ), FIR_Coefs[ 1 ] ); in silk_resampler_private_down_FIR_INTERPOL()
94 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 2 ], buf_ptr[ 21 ] ), FIR_Coefs[ 2 ] ); in silk_resampler_private_down_FIR_INTERPOL()
95 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 3 ], buf_ptr[ 20 ] ), FIR_Coefs[ 3 ] ); in silk_resampler_private_down_FIR_INTERPOL()
96 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 4 ], buf_ptr[ 19 ] ), FIR_Coefs[ 4 ] ); in silk_resampler_private_down_FIR_INTERPOL()
97 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 5 ], buf_ptr[ 18 ] ), FIR_Coefs[ 5 ] ); in silk_resampler_private_down_FIR_INTERPOL()
98 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 6 ], buf_ptr[ 17 ] ), FIR_Coefs[ 6 ] ); in silk_resampler_private_down_FIR_INTERPOL()
99 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 7 ], buf_ptr[ 16 ] ), FIR_Coefs[ 7 ] ); in silk_resampler_private_down_FIR_INTERPOL()
100 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 8 ], buf_ptr[ 15 ] ), FIR_Coefs[ 8 ] ); in silk_resampler_private_down_FIR_INTERPOL()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libopus/silk/
H A Dresampler_private_down_FIR.c47 opus_int32 *buf_ptr; in silk_resampler_private_down_FIR_INTERPOL() local
92 … res_Q6 = silk_SMULWB( silk_ADD32( buf_ptr[ 0 ], buf_ptr[ 23 ] ), FIR_Coefs[ 0 ] ); in silk_resampler_private_down_FIR_INTERPOL()
93 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 1 ], buf_ptr[ 22 ] ), FIR_Coefs[ 1 ] ); in silk_resampler_private_down_FIR_INTERPOL()
94 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 2 ], buf_ptr[ 21 ] ), FIR_Coefs[ 2 ] ); in silk_resampler_private_down_FIR_INTERPOL()
95 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 3 ], buf_ptr[ 20 ] ), FIR_Coefs[ 3 ] ); in silk_resampler_private_down_FIR_INTERPOL()
96 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 4 ], buf_ptr[ 19 ] ), FIR_Coefs[ 4 ] ); in silk_resampler_private_down_FIR_INTERPOL()
97 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 5 ], buf_ptr[ 18 ] ), FIR_Coefs[ 5 ] ); in silk_resampler_private_down_FIR_INTERPOL()
98 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 6 ], buf_ptr[ 17 ] ), FIR_Coefs[ 6 ] ); in silk_resampler_private_down_FIR_INTERPOL()
99 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 7 ], buf_ptr[ 16 ] ), FIR_Coefs[ 7 ] ); in silk_resampler_private_down_FIR_INTERPOL()
100 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 8 ], buf_ptr[ 15 ] ), FIR_Coefs[ 8 ] ); in silk_resampler_private_down_FIR_INTERPOL()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libopus/silk/
H A Dresampler_private_down_FIR.c47 opus_int32 *buf_ptr; in silk_resampler_private_down_FIR_INTERPOL() local
92 … res_Q6 = silk_SMULWB( silk_ADD32( buf_ptr[ 0 ], buf_ptr[ 23 ] ), FIR_Coefs[ 0 ] ); in silk_resampler_private_down_FIR_INTERPOL()
93 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 1 ], buf_ptr[ 22 ] ), FIR_Coefs[ 1 ] ); in silk_resampler_private_down_FIR_INTERPOL()
94 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 2 ], buf_ptr[ 21 ] ), FIR_Coefs[ 2 ] ); in silk_resampler_private_down_FIR_INTERPOL()
95 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 3 ], buf_ptr[ 20 ] ), FIR_Coefs[ 3 ] ); in silk_resampler_private_down_FIR_INTERPOL()
96 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 4 ], buf_ptr[ 19 ] ), FIR_Coefs[ 4 ] ); in silk_resampler_private_down_FIR_INTERPOL()
97 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 5 ], buf_ptr[ 18 ] ), FIR_Coefs[ 5 ] ); in silk_resampler_private_down_FIR_INTERPOL()
98 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 6 ], buf_ptr[ 17 ] ), FIR_Coefs[ 6 ] ); in silk_resampler_private_down_FIR_INTERPOL()
99 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 7 ], buf_ptr[ 16 ] ), FIR_Coefs[ 7 ] ); in silk_resampler_private_down_FIR_INTERPOL()
100 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 8 ], buf_ptr[ 15 ] ), FIR_Coefs[ 8 ] ); in silk_resampler_private_down_FIR_INTERPOL()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/opus/silk/
H A Dresampler_private_down_FIR.c47 opus_int32 *buf_ptr; in silk_resampler_private_down_FIR_INTERPOL() local
92 … res_Q6 = silk_SMULWB( silk_ADD32( buf_ptr[ 0 ], buf_ptr[ 23 ] ), FIR_Coefs[ 0 ] ); in silk_resampler_private_down_FIR_INTERPOL()
93 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 1 ], buf_ptr[ 22 ] ), FIR_Coefs[ 1 ] ); in silk_resampler_private_down_FIR_INTERPOL()
94 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 2 ], buf_ptr[ 21 ] ), FIR_Coefs[ 2 ] ); in silk_resampler_private_down_FIR_INTERPOL()
95 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 3 ], buf_ptr[ 20 ] ), FIR_Coefs[ 3 ] ); in silk_resampler_private_down_FIR_INTERPOL()
96 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 4 ], buf_ptr[ 19 ] ), FIR_Coefs[ 4 ] ); in silk_resampler_private_down_FIR_INTERPOL()
97 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 5 ], buf_ptr[ 18 ] ), FIR_Coefs[ 5 ] ); in silk_resampler_private_down_FIR_INTERPOL()
98 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 6 ], buf_ptr[ 17 ] ), FIR_Coefs[ 6 ] ); in silk_resampler_private_down_FIR_INTERPOL()
99 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 7 ], buf_ptr[ 16 ] ), FIR_Coefs[ 7 ] ); in silk_resampler_private_down_FIR_INTERPOL()
100 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 8 ], buf_ptr[ 15 ] ), FIR_Coefs[ 8 ] ); in silk_resampler_private_down_FIR_INTERPOL()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/opus/src/silk/
H A Dresampler_private_down_FIR.c47 opus_int32 *buf_ptr; in silk_resampler_private_down_FIR_INTERPOL() local
92 … res_Q6 = silk_SMULWB( silk_ADD32( buf_ptr[ 0 ], buf_ptr[ 23 ] ), FIR_Coefs[ 0 ] ); in silk_resampler_private_down_FIR_INTERPOL()
93 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 1 ], buf_ptr[ 22 ] ), FIR_Coefs[ 1 ] ); in silk_resampler_private_down_FIR_INTERPOL()
94 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 2 ], buf_ptr[ 21 ] ), FIR_Coefs[ 2 ] ); in silk_resampler_private_down_FIR_INTERPOL()
95 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 3 ], buf_ptr[ 20 ] ), FIR_Coefs[ 3 ] ); in silk_resampler_private_down_FIR_INTERPOL()
96 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 4 ], buf_ptr[ 19 ] ), FIR_Coefs[ 4 ] ); in silk_resampler_private_down_FIR_INTERPOL()
97 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 5 ], buf_ptr[ 18 ] ), FIR_Coefs[ 5 ] ); in silk_resampler_private_down_FIR_INTERPOL()
98 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 6 ], buf_ptr[ 17 ] ), FIR_Coefs[ 6 ] ); in silk_resampler_private_down_FIR_INTERPOL()
99 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 7 ], buf_ptr[ 16 ] ), FIR_Coefs[ 7 ] ); in silk_resampler_private_down_FIR_INTERPOL()
100 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 8 ], buf_ptr[ 15 ] ), FIR_Coefs[ 8 ] ); in silk_resampler_private_down_FIR_INTERPOL()
[all …]
/dports/www/firefox/firefox-99.0/media/libopus/silk/
H A Dresampler_private_down_FIR.c47 opus_int32 *buf_ptr; in silk_resampler_private_down_FIR_INTERPOL() local
92 … res_Q6 = silk_SMULWB( silk_ADD32( buf_ptr[ 0 ], buf_ptr[ 23 ] ), FIR_Coefs[ 0 ] ); in silk_resampler_private_down_FIR_INTERPOL()
93 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 1 ], buf_ptr[ 22 ] ), FIR_Coefs[ 1 ] ); in silk_resampler_private_down_FIR_INTERPOL()
94 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 2 ], buf_ptr[ 21 ] ), FIR_Coefs[ 2 ] ); in silk_resampler_private_down_FIR_INTERPOL()
95 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 3 ], buf_ptr[ 20 ] ), FIR_Coefs[ 3 ] ); in silk_resampler_private_down_FIR_INTERPOL()
96 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 4 ], buf_ptr[ 19 ] ), FIR_Coefs[ 4 ] ); in silk_resampler_private_down_FIR_INTERPOL()
97 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 5 ], buf_ptr[ 18 ] ), FIR_Coefs[ 5 ] ); in silk_resampler_private_down_FIR_INTERPOL()
98 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 6 ], buf_ptr[ 17 ] ), FIR_Coefs[ 6 ] ); in silk_resampler_private_down_FIR_INTERPOL()
99 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 7 ], buf_ptr[ 16 ] ), FIR_Coefs[ 7 ] ); in silk_resampler_private_down_FIR_INTERPOL()
100 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 8 ], buf_ptr[ 15 ] ), FIR_Coefs[ 8 ] ); in silk_resampler_private_down_FIR_INTERPOL()
[all …]
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/libopus/silk/
H A Dresampler_private_down_FIR.c47 opus_int32 *buf_ptr; in silk_resampler_private_down_FIR_INTERPOL() local
92 … res_Q6 = silk_SMULWB( silk_ADD32( buf_ptr[ 0 ], buf_ptr[ 23 ] ), FIR_Coefs[ 0 ] ); in silk_resampler_private_down_FIR_INTERPOL()
93 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 1 ], buf_ptr[ 22 ] ), FIR_Coefs[ 1 ] ); in silk_resampler_private_down_FIR_INTERPOL()
94 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 2 ], buf_ptr[ 21 ] ), FIR_Coefs[ 2 ] ); in silk_resampler_private_down_FIR_INTERPOL()
95 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 3 ], buf_ptr[ 20 ] ), FIR_Coefs[ 3 ] ); in silk_resampler_private_down_FIR_INTERPOL()
96 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 4 ], buf_ptr[ 19 ] ), FIR_Coefs[ 4 ] ); in silk_resampler_private_down_FIR_INTERPOL()
97 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 5 ], buf_ptr[ 18 ] ), FIR_Coefs[ 5 ] ); in silk_resampler_private_down_FIR_INTERPOL()
98 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 6 ], buf_ptr[ 17 ] ), FIR_Coefs[ 6 ] ); in silk_resampler_private_down_FIR_INTERPOL()
99 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 7 ], buf_ptr[ 16 ] ), FIR_Coefs[ 7 ] ); in silk_resampler_private_down_FIR_INTERPOL()
100 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 8 ], buf_ptr[ 15 ] ), FIR_Coefs[ 8 ] ); in silk_resampler_private_down_FIR_INTERPOL()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/opus/silk/
H A Dresampler_private_down_FIR.c47 opus_int32 *buf_ptr; in silk_resampler_private_down_FIR_INTERPOL() local
92 … res_Q6 = silk_SMULWB( silk_ADD32( buf_ptr[ 0 ], buf_ptr[ 23 ] ), FIR_Coefs[ 0 ] ); in silk_resampler_private_down_FIR_INTERPOL()
93 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 1 ], buf_ptr[ 22 ] ), FIR_Coefs[ 1 ] ); in silk_resampler_private_down_FIR_INTERPOL()
94 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 2 ], buf_ptr[ 21 ] ), FIR_Coefs[ 2 ] ); in silk_resampler_private_down_FIR_INTERPOL()
95 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 3 ], buf_ptr[ 20 ] ), FIR_Coefs[ 3 ] ); in silk_resampler_private_down_FIR_INTERPOL()
96 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 4 ], buf_ptr[ 19 ] ), FIR_Coefs[ 4 ] ); in silk_resampler_private_down_FIR_INTERPOL()
97 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 5 ], buf_ptr[ 18 ] ), FIR_Coefs[ 5 ] ); in silk_resampler_private_down_FIR_INTERPOL()
98 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 6 ], buf_ptr[ 17 ] ), FIR_Coefs[ 6 ] ); in silk_resampler_private_down_FIR_INTERPOL()
99 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 7 ], buf_ptr[ 16 ] ), FIR_Coefs[ 7 ] ); in silk_resampler_private_down_FIR_INTERPOL()
100 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 8 ], buf_ptr[ 15 ] ), FIR_Coefs[ 8 ] ); in silk_resampler_private_down_FIR_INTERPOL()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/opus/silk/
H A Dresampler_private_down_FIR.c47 opus_int32 *buf_ptr; in silk_resampler_private_down_FIR_INTERPOL() local
92 … res_Q6 = silk_SMULWB( silk_ADD32( buf_ptr[ 0 ], buf_ptr[ 23 ] ), FIR_Coefs[ 0 ] ); in silk_resampler_private_down_FIR_INTERPOL()
93 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 1 ], buf_ptr[ 22 ] ), FIR_Coefs[ 1 ] ); in silk_resampler_private_down_FIR_INTERPOL()
94 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 2 ], buf_ptr[ 21 ] ), FIR_Coefs[ 2 ] ); in silk_resampler_private_down_FIR_INTERPOL()
95 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 3 ], buf_ptr[ 20 ] ), FIR_Coefs[ 3 ] ); in silk_resampler_private_down_FIR_INTERPOL()
96 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 4 ], buf_ptr[ 19 ] ), FIR_Coefs[ 4 ] ); in silk_resampler_private_down_FIR_INTERPOL()
97 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 5 ], buf_ptr[ 18 ] ), FIR_Coefs[ 5 ] ); in silk_resampler_private_down_FIR_INTERPOL()
98 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 6 ], buf_ptr[ 17 ] ), FIR_Coefs[ 6 ] ); in silk_resampler_private_down_FIR_INTERPOL()
99 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 7 ], buf_ptr[ 16 ] ), FIR_Coefs[ 7 ] ); in silk_resampler_private_down_FIR_INTERPOL()
100 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 8 ], buf_ptr[ 15 ] ), FIR_Coefs[ 8 ] ); in silk_resampler_private_down_FIR_INTERPOL()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/opus/silk/
H A Dresampler_private_down_FIR.c47 opus_int32 *buf_ptr; in silk_resampler_private_down_FIR_INTERPOL() local
92 … res_Q6 = silk_SMULWB( silk_ADD32( buf_ptr[ 0 ], buf_ptr[ 23 ] ), FIR_Coefs[ 0 ] ); in silk_resampler_private_down_FIR_INTERPOL()
93 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 1 ], buf_ptr[ 22 ] ), FIR_Coefs[ 1 ] ); in silk_resampler_private_down_FIR_INTERPOL()
94 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 2 ], buf_ptr[ 21 ] ), FIR_Coefs[ 2 ] ); in silk_resampler_private_down_FIR_INTERPOL()
95 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 3 ], buf_ptr[ 20 ] ), FIR_Coefs[ 3 ] ); in silk_resampler_private_down_FIR_INTERPOL()
96 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 4 ], buf_ptr[ 19 ] ), FIR_Coefs[ 4 ] ); in silk_resampler_private_down_FIR_INTERPOL()
97 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 5 ], buf_ptr[ 18 ] ), FIR_Coefs[ 5 ] ); in silk_resampler_private_down_FIR_INTERPOL()
98 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 6 ], buf_ptr[ 17 ] ), FIR_Coefs[ 6 ] ); in silk_resampler_private_down_FIR_INTERPOL()
99 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 7 ], buf_ptr[ 16 ] ), FIR_Coefs[ 7 ] ); in silk_resampler_private_down_FIR_INTERPOL()
100 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 8 ], buf_ptr[ 15 ] ), FIR_Coefs[ 8 ] ); in silk_resampler_private_down_FIR_INTERPOL()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libopus/silk/
H A Dresampler_private_down_FIR.c47 opus_int32 *buf_ptr; in silk_resampler_private_down_FIR_INTERPOL() local
92 … res_Q6 = silk_SMULWB( silk_ADD32( buf_ptr[ 0 ], buf_ptr[ 23 ] ), FIR_Coefs[ 0 ] ); in silk_resampler_private_down_FIR_INTERPOL()
93 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 1 ], buf_ptr[ 22 ] ), FIR_Coefs[ 1 ] ); in silk_resampler_private_down_FIR_INTERPOL()
94 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 2 ], buf_ptr[ 21 ] ), FIR_Coefs[ 2 ] ); in silk_resampler_private_down_FIR_INTERPOL()
95 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 3 ], buf_ptr[ 20 ] ), FIR_Coefs[ 3 ] ); in silk_resampler_private_down_FIR_INTERPOL()
96 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 4 ], buf_ptr[ 19 ] ), FIR_Coefs[ 4 ] ); in silk_resampler_private_down_FIR_INTERPOL()
97 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 5 ], buf_ptr[ 18 ] ), FIR_Coefs[ 5 ] ); in silk_resampler_private_down_FIR_INTERPOL()
98 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 6 ], buf_ptr[ 17 ] ), FIR_Coefs[ 6 ] ); in silk_resampler_private_down_FIR_INTERPOL()
99 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 7 ], buf_ptr[ 16 ] ), FIR_Coefs[ 7 ] ); in silk_resampler_private_down_FIR_INTERPOL()
100 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 8 ], buf_ptr[ 15 ] ), FIR_Coefs[ 8 ] ); in silk_resampler_private_down_FIR_INTERPOL()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/opus/src/silk/
H A Dresampler_private_down_FIR.c47 opus_int32 *buf_ptr; in silk_resampler_private_down_FIR_INTERPOL() local
92 … res_Q6 = silk_SMULWB( silk_ADD32( buf_ptr[ 0 ], buf_ptr[ 23 ] ), FIR_Coefs[ 0 ] ); in silk_resampler_private_down_FIR_INTERPOL()
93 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 1 ], buf_ptr[ 22 ] ), FIR_Coefs[ 1 ] ); in silk_resampler_private_down_FIR_INTERPOL()
94 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 2 ], buf_ptr[ 21 ] ), FIR_Coefs[ 2 ] ); in silk_resampler_private_down_FIR_INTERPOL()
95 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 3 ], buf_ptr[ 20 ] ), FIR_Coefs[ 3 ] ); in silk_resampler_private_down_FIR_INTERPOL()
96 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 4 ], buf_ptr[ 19 ] ), FIR_Coefs[ 4 ] ); in silk_resampler_private_down_FIR_INTERPOL()
97 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 5 ], buf_ptr[ 18 ] ), FIR_Coefs[ 5 ] ); in silk_resampler_private_down_FIR_INTERPOL()
98 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 6 ], buf_ptr[ 17 ] ), FIR_Coefs[ 6 ] ); in silk_resampler_private_down_FIR_INTERPOL()
99 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 7 ], buf_ptr[ 16 ] ), FIR_Coefs[ 7 ] ); in silk_resampler_private_down_FIR_INTERPOL()
100 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 8 ], buf_ptr[ 15 ] ), FIR_Coefs[ 8 ] ); in silk_resampler_private_down_FIR_INTERPOL()
[all …]
/dports/audio/jamulus/jamulus-r3_8_1/libs/opus/silk/
H A Dresampler_private_down_FIR.c47 opus_int32 *buf_ptr; in silk_resampler_private_down_FIR_INTERPOL() local
92 … res_Q6 = silk_SMULWB( silk_ADD32( buf_ptr[ 0 ], buf_ptr[ 23 ] ), FIR_Coefs[ 0 ] ); in silk_resampler_private_down_FIR_INTERPOL()
93 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 1 ], buf_ptr[ 22 ] ), FIR_Coefs[ 1 ] ); in silk_resampler_private_down_FIR_INTERPOL()
94 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 2 ], buf_ptr[ 21 ] ), FIR_Coefs[ 2 ] ); in silk_resampler_private_down_FIR_INTERPOL()
95 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 3 ], buf_ptr[ 20 ] ), FIR_Coefs[ 3 ] ); in silk_resampler_private_down_FIR_INTERPOL()
96 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 4 ], buf_ptr[ 19 ] ), FIR_Coefs[ 4 ] ); in silk_resampler_private_down_FIR_INTERPOL()
97 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 5 ], buf_ptr[ 18 ] ), FIR_Coefs[ 5 ] ); in silk_resampler_private_down_FIR_INTERPOL()
98 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 6 ], buf_ptr[ 17 ] ), FIR_Coefs[ 6 ] ); in silk_resampler_private_down_FIR_INTERPOL()
99 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 7 ], buf_ptr[ 16 ] ), FIR_Coefs[ 7 ] ); in silk_resampler_private_down_FIR_INTERPOL()
100 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 8 ], buf_ptr[ 15 ] ), FIR_Coefs[ 8 ] ); in silk_resampler_private_down_FIR_INTERPOL()
[all …]
/dports/audio/opus/opus-1.3.1/silk/
H A Dresampler_private_down_FIR.c47 opus_int32 *buf_ptr;
92 … res_Q6 = silk_SMULWB( silk_ADD32( buf_ptr[ 0 ], buf_ptr[ 23 ] ), FIR_Coefs[ 0 ] );
93 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 1 ], buf_ptr[ 22 ] ), FIR_Coefs[ 1 ] );
94 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 2 ], buf_ptr[ 21 ] ), FIR_Coefs[ 2 ] );
95 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 3 ], buf_ptr[ 20 ] ), FIR_Coefs[ 3 ] );
96 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 4 ], buf_ptr[ 19 ] ), FIR_Coefs[ 4 ] );
97 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 5 ], buf_ptr[ 18 ] ), FIR_Coefs[ 5 ] );
98 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 6 ], buf_ptr[ 17 ] ), FIR_Coefs[ 6 ] );
99 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 7 ], buf_ptr[ 16 ] ), FIR_Coefs[ 7 ] );
100 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 8 ], buf_ptr[ 15 ] ), FIR_Coefs[ 8 ] );
[all …]
/dports/audio/praat/praat-6.2.03/external/opusfile/opus/silk/
H A Dresampler_private_down_FIR.c47 opus_int32 *buf_ptr; in silk_resampler_private_down_FIR_INTERPOL() local
92 … res_Q6 = silk_SMULWB( silk_ADD32( buf_ptr[ 0 ], buf_ptr[ 23 ] ), FIR_Coefs[ 0 ] ); in silk_resampler_private_down_FIR_INTERPOL()
93 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 1 ], buf_ptr[ 22 ] ), FIR_Coefs[ 1 ] ); in silk_resampler_private_down_FIR_INTERPOL()
94 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 2 ], buf_ptr[ 21 ] ), FIR_Coefs[ 2 ] ); in silk_resampler_private_down_FIR_INTERPOL()
95 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 3 ], buf_ptr[ 20 ] ), FIR_Coefs[ 3 ] ); in silk_resampler_private_down_FIR_INTERPOL()
96 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 4 ], buf_ptr[ 19 ] ), FIR_Coefs[ 4 ] ); in silk_resampler_private_down_FIR_INTERPOL()
97 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 5 ], buf_ptr[ 18 ] ), FIR_Coefs[ 5 ] ); in silk_resampler_private_down_FIR_INTERPOL()
98 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 6 ], buf_ptr[ 17 ] ), FIR_Coefs[ 6 ] ); in silk_resampler_private_down_FIR_INTERPOL()
99 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 7 ], buf_ptr[ 16 ] ), FIR_Coefs[ 7 ] ); in silk_resampler_private_down_FIR_INTERPOL()
100 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 8 ], buf_ptr[ 15 ] ), FIR_Coefs[ 8 ] ); in silk_resampler_private_down_FIR_INTERPOL()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libopus/silk/
H A Dresampler_private_down_FIR.c47 opus_int32 *buf_ptr; in silk_resampler_private_down_FIR_INTERPOL() local
92 … res_Q6 = silk_SMULWB( silk_ADD32( buf_ptr[ 0 ], buf_ptr[ 23 ] ), FIR_Coefs[ 0 ] ); in silk_resampler_private_down_FIR_INTERPOL()
93 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 1 ], buf_ptr[ 22 ] ), FIR_Coefs[ 1 ] ); in silk_resampler_private_down_FIR_INTERPOL()
94 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 2 ], buf_ptr[ 21 ] ), FIR_Coefs[ 2 ] ); in silk_resampler_private_down_FIR_INTERPOL()
95 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 3 ], buf_ptr[ 20 ] ), FIR_Coefs[ 3 ] ); in silk_resampler_private_down_FIR_INTERPOL()
96 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 4 ], buf_ptr[ 19 ] ), FIR_Coefs[ 4 ] ); in silk_resampler_private_down_FIR_INTERPOL()
97 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 5 ], buf_ptr[ 18 ] ), FIR_Coefs[ 5 ] ); in silk_resampler_private_down_FIR_INTERPOL()
98 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 6 ], buf_ptr[ 17 ] ), FIR_Coefs[ 6 ] ); in silk_resampler_private_down_FIR_INTERPOL()
99 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 7 ], buf_ptr[ 16 ] ), FIR_Coefs[ 7 ] ); in silk_resampler_private_down_FIR_INTERPOL()
100 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 8 ], buf_ptr[ 15 ] ), FIR_Coefs[ 8 ] ); in silk_resampler_private_down_FIR_INTERPOL()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libopus/silk/
H A Dresampler_private_down_FIR.c47 opus_int32 *buf_ptr; in silk_resampler_private_down_FIR_INTERPOL() local
92 … res_Q6 = silk_SMULWB( silk_ADD32( buf_ptr[ 0 ], buf_ptr[ 23 ] ), FIR_Coefs[ 0 ] ); in silk_resampler_private_down_FIR_INTERPOL()
93 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 1 ], buf_ptr[ 22 ] ), FIR_Coefs[ 1 ] ); in silk_resampler_private_down_FIR_INTERPOL()
94 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 2 ], buf_ptr[ 21 ] ), FIR_Coefs[ 2 ] ); in silk_resampler_private_down_FIR_INTERPOL()
95 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 3 ], buf_ptr[ 20 ] ), FIR_Coefs[ 3 ] ); in silk_resampler_private_down_FIR_INTERPOL()
96 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 4 ], buf_ptr[ 19 ] ), FIR_Coefs[ 4 ] ); in silk_resampler_private_down_FIR_INTERPOL()
97 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 5 ], buf_ptr[ 18 ] ), FIR_Coefs[ 5 ] ); in silk_resampler_private_down_FIR_INTERPOL()
98 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 6 ], buf_ptr[ 17 ] ), FIR_Coefs[ 6 ] ); in silk_resampler_private_down_FIR_INTERPOL()
99 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 7 ], buf_ptr[ 16 ] ), FIR_Coefs[ 7 ] ); in silk_resampler_private_down_FIR_INTERPOL()
100 … res_Q6 = silk_SMLAWB( res_Q6, silk_ADD32( buf_ptr[ 8 ], buf_ptr[ 15 ] ), FIR_Coefs[ 8 ] ); in silk_resampler_private_down_FIR_INTERPOL()
[all …]
/dports/devel/gindent/indent-2.2.12/regression/input/
H A Dlexi.c193 while (*buf_ptr == ' ' || *buf_ptr == '\t') in lexi()
210 if (isdigit (*buf_ptr) || (buf_ptr[0] == '.' && isdigit (buf_ptr[1]))) in lexi()
229 if (!isdigit (*buf_ptr) && *buf_ptr != '.') in lexi()
243 if (*buf_ptr == 'U' || *buf_ptr == 'u') in lexi()
245 if (*buf_ptr == 'L' || *buf_ptr == 'l') in lexi()
422 || isalpha (*buf_ptr) || *buf_ptr == '_') in lexi()
471 while (*buf_ptr != qchar && *buf_ptr != 0 && *buf_ptr != '\n') in lexi()
487 if (*buf_ptr == '\n' || *buf_ptr == 0) in lexi()
634 *buf_ptr, *buf_ptr); in lexi()
648 while (*buf_ptr == '>' || *buf_ptr == '<' || *buf_ptr == '=') in lexi()
[all …]
/dports/devel/gindent/indent-2.2.12/regression/standard/
H A Dlexi.c190 while (*buf_ptr == ' ' || *buf_ptr == '\t') in lexi()
207 if (isdigit (*buf_ptr) || (buf_ptr[0] == '.' && isdigit (buf_ptr[1]))) in lexi()
210 if (*buf_ptr == '0' && (buf_ptr[1] == 'x' || buf_ptr[1] == 'X')) in lexi()
225 if (!isdigit (*buf_ptr) && *buf_ptr != '.') in lexi()
239 if (*buf_ptr == 'U' || *buf_ptr == 'u') in lexi()
241 if (*buf_ptr == 'L' || *buf_ptr == 'l') in lexi()
465 while (*buf_ptr != qchar && *buf_ptr != 0 && *buf_ptr != '\n') in lexi()
614 || *buf_ptr == '+' || *buf_ptr == '*' || *buf_ptr == '&') in lexi()
625 *buf_ptr, *buf_ptr); in lexi()
639 while (*buf_ptr == '>' || *buf_ptr == '<' || *buf_ptr == '=') in lexi()
[all …]

12345678910>>...142