Lines Matching defs:count

286 sc2s_array	(const signed char *src, int count, short *dest)
287 { for (int i = 0 ; i < count ; i++)
293 uc2s_array (const unsigned char *src, int count, short *dest)
294 { for (int i = 0 ; i < count ; i++)
300 let2s_array (const tribyte *src, int count, short *dest)
301 { for (int i = 0 ; i < count ; i++)
306 bet2s_array (const tribyte *src, int count, short *dest)
307 { for (int i = 0 ; i < count ; i++)
312 lei2s_array (const int *src, int count, short *dest)
315 for (int i = 0 ; i < count ; i++)
322 bei2s_array (const int *src, int count, short *dest)
325 for (int i = 0 ; i < count ; i++)
335 sc2i_array (const signed char *src, int count, int *dest)
336 { for (int i = 0 ; i < count ; i++)
342 uc2i_array (const unsigned char *src, int count, int *dest)
343 { for (int i = 0 ; i < count ; i++)
349 bes2i_array (const short *src, int count, int *dest)
352 for (int i = 0 ; i < count ; i++)
359 les2i_array (const short *src, int count, int *dest)
362 for (int i = 0 ; i < count ; i++)
369 bet2i_array (const tribyte *src, int count, int *dest)
370 { for (int i = 0 ; i < count ; i++)
375 let2i_array (const tribyte *src, int count, int *dest)
376 { for (int i = 0 ; i < count ; i++)
384 sc2f_array (const signed char *src, int count, float *dest, float normfact)
385 { for (int i = 0 ; i < count ; i++)
390 uc2f_array (const unsigned char *src, int count, float *dest, float normfact)
391 { for (int i = 0 ; i < count ; i++)
396 les2f_array (const short *src, int count, float *dest, float normfact)
399 for (int i = 0 ; i < count ; i++)
407 bes2f_array (const short *src, int count, float *dest, float normfact)
410 for (int i = 0 ; i < count ; i++)
418 let2f_array (const tribyte *src, int count, float *dest, float normfact)
421 for (int i = 0 ; i < count ; i++)
428 bet2f_array (const tribyte *src, int count, float *dest, float normfact)
431 for (int i = 0 ; i < count ; i++)
438 lei2f_array (const int *src, int count, float *dest, float normfact)
441 for (int i = 0 ; i < count ; i++)
449 bei2f_array (const int *src, int count, float *dest, float normfact)
452 for (int i = 0 ; i < count ; i++)
463 sc2d_array (const signed char *src, int count, double *dest, double normfact)
464 { for (int i = 0 ; i < count ; i++)
469 uc2d_array (const unsigned char *src, int count, double *dest, double normfact)
470 { for (int i = 0 ; i < count ; i++)
475 les2d_array (const short *src, int count, double *dest, double normfact)
478 for (int i = 0 ; i < count ; i++)
486 bes2d_array (const short *src, int count, double *dest, double normfact)
489 for (int i = 0 ; i < count ; i++)
497 let2d_array (const tribyte *src, int count, double *dest, double normfact)
500 for (int i = 0 ; i < count ; i++)
507 bet2d_array (const tribyte *src, int count, double *dest, double normfact)
510 for (int i = 0 ; i < count ; i++)
517 lei2d_array (const int *src, int count, double *dest, double normfact)
520 for (int i = 0 ; i < count ; i++)
528 bei2d_array (const int *src, int count, double *dest, double normfact)
531 for (int i = 0 ; i < count ; i++)
542 s2sc_array (const short *src, signed char *dest, int count)
543 { for (int i = 0 ; i < count ; i++)
548 s2uc_array (const short *src, unsigned char *dest, int count)
549 { for (int i = 0 ; i < count ; i++)
554 s2let_array (const short *src, tribyte *dest, int count)
555 { for (int i = 0 ; i < count ; i++)
563 s2bet_array (const short *src, tribyte *dest, int count)
564 { for (int i = 0 ; i < count ; i++)
572 s2lei_array (const short *src, int *dest, int count)
575 for (int i = 0 ; i < count ; i++)
585 s2bei_array (const short *src, int *dest, int count)
588 for (int i = 0 ; i < count ; i++)
601 i2sc_array (const int *src, signed char *dest, int count)
602 { for (int i = 0 ; i < count ; i++)
607 i2uc_array (const int *src, unsigned char *dest, int count)
608 { for (int i = 0 ; i < count ; i++)
613 i2bes_array (const int *src, short *dest, int count)
616 for (int i = 0 ; i < count ; i++)
624 i2les_array (const int *src, short *dest, int count)
627 for (int i = 0 ; i < count ; i++)
635 i2let_array (const int *src, tribyte *dest, int count)
638 for (int i = 0 ; i < count ; i++)
647 i2bet_array (const int *src, tribyte *dest, int count)
650 for (int i = 0 ; i < count ; i++)
1771 f2sc_array (const float *src, signed char *dest, int count, int normalize)
1776 for (int i = 0 ; i < count ; i++)
1782 f2sc_clip_array (const float *src, signed char *dest, int count, int normalize)
1787 for (int i = 0 ; i < count ; i++)
1830 f2uc_array (const float *src, unsigned char *dest, int count, int normalize)
1835 for (int i = 0 ; i < count ; i++)
1841 f2uc_clip_array (const float *src, unsigned char *dest, int count, int normalize)
1846 for (int i = 0 ; i < count ; i++)
1889 f2bes_array (const float *src, short *dest, int count, int normalize)
1896 for (int i = 0 ; i < count ; i++)
1905 f2bes_clip_array (const float *src, short *dest, int count, int normalize)
1912 for (int i = 0 ; i < count ; i++)
1960 f2les_array (const float *src, short *dest, int count, int normalize)
1967 for (int i = 0 ; i < count ; i++)
1976 f2les_clip_array (const float *src, short *dest, int count, int normalize)
1983 for (int i = 0 ; i < count ; i++)
2031 f2let_array (const float *src, tribyte *dest, int count, int normalize)
2037 for (int i = 0 ; i < count ; i++)
2046 f2let_clip_array (const float *src, tribyte *dest, int count, int normalize)
2052 for (int i = 0 ; i < count ; i++)
2106 f2bet_array (const float *src, tribyte *dest, int count, int normalize)
2112 for (int i = 0 ; i < count ; i++)
2121 f2bet_clip_array (const float *src, tribyte *dest, int count, int normalize)
2127 for (int i = 0 ; i < count ; i++)
2181 f2bei_array (const float *src, int *dest, int count, int normalize)
2188 for (int i = 0 ; i < count ; i++)
2199 f2bei_clip_array (const float *src, int *dest, int count, int normalize)
2206 for (int i = 0 ; i < count ; i++)
2264 f2lei_array (const float *src, int *dest, int count, int normalize)
2271 for (int i = 0 ; i < count ; i++)
2282 f2lei_clip_array (const float *src, int *dest, int count, int normalize)
2289 for (int i = 0 ; i < count ; i++)
2347 d2sc_array (const double *src, signed char *dest, int count, int normalize)
2352 for (int i = 0 ; i < count ; i++)
2358 d2sc_clip_array (const double *src, signed char *dest, int count, int normalize)
2363 for (int i = 0 ; i < count ; i++)
2406 d2uc_array (const double *src, unsigned char *dest, int count, int normalize)
2411 for (int i = 0 ; i < count ; i++)
2417 d2uc_clip_array (const double *src, unsigned char *dest, int count, int normalize)
2422 for (int i = 0 ; i < count ; i++)
2465 d2bes_array (const double *src, short *dest, int count, int normalize)
2472 for (int i = 0 ; i < count ; i++)
2481 d2bes_clip_array (const double *src, short *dest, int count, int normalize)
2488 for (int i = 0 ; i < count ; i++)
2536 d2les_array (const double *src, short *dest, int count, int normalize)
2543 for (int i = 0 ; i < count ; i++)
2552 d2les_clip_array (const double *src, short *dest, int count, int normalize)
2559 for (int i = 0 ; i < count ; i++)
2607 d2let_array (const double *src, tribyte *dest, int count, int normalize)
2613 for (int i = 0 ; i < count ; i++)
2622 d2let_clip_array (const double *src, tribyte *dest, int count, int normalize)
2628 for (int i = 0 ; i < count ; i++)
2682 d2bet_array (const double *src, tribyte *dest, int count, int normalize)
2688 for (int i = 0 ; i < count ; i++)
2697 d2bet_clip_array (const double *src, tribyte *dest, int count, int normalize)
2703 for (int i = 0 ; i < count ; i++)
2757 d2bei_array (const double *src, int *dest, int count, int normalize)
2764 for (int i = 0 ; i < count ; i++)
2775 d2bei_clip_array (const double *src, int *dest, int count, int normalize)
2782 for (int i = 0 ; i < count ; i++)
2840 d2lei_array (const double *src, int *dest, int count, int normalize)
2847 for (int i = 0 ; i < count ; i++)
2858 d2lei_clip_array (const double *src, int *dest, int count, int normalize)
2865 for (int i = 0 ; i < count ; i++)