Home
last modified time | relevance | path

Searched refs:total (Results 1 - 25 of 580) sorted by relevance

12345678910>>...24

/third_party/libsnd/src/
H A Dpcm.c665 sf_count_t total = 0 ; in pcm_read_sc2s() local
673 sc2s_array (ubuf.scbuf, readcount, ptr + total) ; in pcm_read_sc2s()
674 total += readcount ; in pcm_read_sc2s()
680 return total ; in pcm_read_sc2s()
687 sf_count_t total = 0 ; in pcm_read_uc2s() local
695 uc2s_array (ubuf.ucbuf, readcount, ptr + total) ; in pcm_read_uc2s()
696 total += readcount ; in pcm_read_uc2s()
702 return total ; in pcm_read_uc2s()
707 { int total ; in pcm_read_bes2s() local
709 total in pcm_read_bes2s()
719 { int total ; pcm_read_les2s() local
733 sf_count_t total = 0 ; pcm_read_bet2s() local
755 sf_count_t total = 0 ; pcm_read_let2s() local
777 sf_count_t total = 0 ; pcm_read_bei2s() local
799 sf_count_t total = 0 ; pcm_read_lei2s() local
824 sf_count_t total = 0 ; pcm_read_sc2i() local
846 sf_count_t total = 0 ; pcm_read_uc2i() local
868 sf_count_t total = 0 ; pcm_read_bes2i() local
890 sf_count_t total = 0 ; pcm_read_les2i() local
912 sf_count_t total = 0 ; pcm_read_bet2i() local
934 sf_count_t total = 0 ; pcm_read_let2i() local
954 { int total ; pcm_read_bei2i() local
966 { int total ; pcm_read_lei2i() local
983 sf_count_t total = 0 ; pcm_read_sc2f() local
1008 sf_count_t total = 0 ; pcm_read_uc2f() local
1033 sf_count_t total = 0 ; pcm_read_bes2f() local
1058 sf_count_t total = 0 ; pcm_read_les2f() local
1083 sf_count_t total = 0 ; pcm_read_bet2f() local
1109 sf_count_t total = 0 ; pcm_read_let2f() local
1135 sf_count_t total = 0 ; pcm_read_bei2f() local
1160 sf_count_t total = 0 ; pcm_read_lei2f() local
1188 sf_count_t total = 0 ; pcm_read_sc2d() local
1213 sf_count_t total = 0 ; pcm_read_uc2d() local
1238 sf_count_t total = 0 ; pcm_read_bes2d() local
1263 sf_count_t total = 0 ; pcm_read_les2d() local
1288 sf_count_t total = 0 ; pcm_read_bet2d() local
1313 sf_count_t total = 0 ; pcm_read_let2d() local
1339 sf_count_t total = 0 ; pcm_read_bei2d() local
1364 sf_count_t total = 0 ; pcm_read_lei2d() local
1394 sf_count_t total = 0 ; pcm_write_s2sc() local
1416 sf_count_t total = 0 ; pcm_write_s2uc() local
1492 sf_count_t total = 0 ; pcm_write_s2bet() local
1514 sf_count_t total = 0 ; pcm_write_s2let() local
1536 sf_count_t total = 0 ; pcm_write_s2bei() local
1558 sf_count_t total = 0 ; pcm_write_s2lei() local
1583 sf_count_t total = 0 ; pcm_write_i2sc() local
1605 sf_count_t total = 0 ; pcm_write_i2uc() local
1627 sf_count_t total = 0 ; pcm_write_i2bes() local
1649 sf_count_t total = 0 ; pcm_write_i2les() local
1671 sf_count_t total = 0 ; pcm_write_i2bet() local
1693 sf_count_t total = 0 ; pcm_write_i2let() local
1807 sf_count_t total = 0 ; pcm_write_f2sc() local
1866 sf_count_t total = 0 ; pcm_write_f2uc() local
1937 sf_count_t total = 0 ; pcm_write_f2bes() local
2008 sf_count_t total = 0 ; pcm_write_f2les() local
2083 sf_count_t total = 0 ; pcm_write_f2let() local
2158 sf_count_t total = 0 ; pcm_write_f2bet() local
2241 sf_count_t total = 0 ; pcm_write_f2bei() local
2324 sf_count_t total = 0 ; pcm_write_f2lei() local
2383 sf_count_t total = 0 ; pcm_write_d2sc() local
2442 sf_count_t total = 0 ; pcm_write_d2uc() local
2513 sf_count_t total = 0 ; pcm_write_d2bes() local
2584 sf_count_t total = 0 ; pcm_write_d2les() local
2659 sf_count_t total = 0 ; pcm_write_d2let() local
2734 sf_count_t total = 0 ; pcm_write_d2bet() local
2817 sf_count_t total = 0 ; pcm_write_d2bei() local
2900 sf_count_t total = 0 ; pcm_write_d2lei() local
[all...]
H A Dg72x.c204 { int count, total = 0, indx = 0 ; in g72x_read_block() local
209 return total ; in g72x_read_block()
221 total = indx ; in g72x_read_block()
224 return total ; in g72x_read_block()
231 sf_count_t total = 0 ; in g72x_read_s() local
242 total += count ; in g72x_read_s()
249 return total ; in g72x_read_s()
258 sf_count_t total = 0 ; in g72x_read_i() local
271 ptr [total + k] = arith_shift_left (sptr [k], 16) ; in g72x_read_i()
273 total in g72x_read_i()
288 sf_count_t total = 0 ; g72x_read_f() local
320 sf_count_t total = 0 ; g72x_read_d() local
449 { int count, total = 0, indx = 0 ; g72x_write_block() local
473 sf_count_t total = 0 ; g72x_write_s() local
499 sf_count_t total = 0 ; g72x_write_i() local
527 sf_count_t total = 0 ; g72x_write_f() local
559 sf_count_t total = 0 ; g72x_write_d() local
[all...]
H A Dxi.c221 int total, bufferlen, len ; in dpcm_seek() local
251 { total = offset ; in dpcm_seek()
253 while (total > 0) in dpcm_seek()
254 { len = (total > bufferlen) ? bufferlen : total ; in dpcm_seek()
255 total -= (int) dpcm_read_dles2s (psf, ubuf.sbuf, len) ; in dpcm_seek()
259 { total = offset ; in dpcm_seek()
261 while (total > 0) in dpcm_seek()
262 { len = (total > bufferlen) ? bufferlen : total ; in dpcm_seek()
509 sf_count_t total = 0 ; dpcm_read_dsc2s() local
535 sf_count_t total = 0 ; dpcm_read_dsc2i() local
561 sf_count_t total = 0 ; dpcm_read_dsc2f() local
590 sf_count_t total = 0 ; dpcm_read_dsc2d() local
622 sf_count_t total = 0 ; dpcm_read_dles2s() local
648 sf_count_t total = 0 ; dpcm_read_dles2i() local
674 sf_count_t total = 0 ; dpcm_read_dles2f() local
703 sf_count_t total = 0 ; dpcm_read_dles2d() local
746 sf_count_t total = 0 ; dpcm_write_s2dsc() local
772 sf_count_t total = 0 ; dpcm_write_i2dsc() local
798 sf_count_t total = 0 ; dpcm_write_f2dsc() local
827 sf_count_t total = 0 ; dpcm_write_d2dsc() local
857 sf_count_t total = 0 ; dpcm_write_s2dles() local
883 sf_count_t total = 0 ; dpcm_write_i2dles() local
909 sf_count_t total = 0 ; dpcm_write_f2dles() local
938 sf_count_t total = 0 ; dpcm_write_d2dles() local
[all...]
H A Dfloat32.c516 sf_count_t total = 0 ; in host_read_f2s() local
532 convert (ubuf.fbuf, readcount, ptr + total, scale) ; in host_read_f2s()
533 total += readcount ; in host_read_f2s()
539 return total ; in host_read_f2s()
547 sf_count_t total = 0 ; in host_read_f2i() local
562 convert (ubuf.fbuf, readcount, ptr + total, scale) ; in host_read_f2i()
563 total += readcount ; in host_read_f2i()
569 return total ; in host_read_f2i()
576 sf_count_t total = 0 ; in host_read_f() local
588 endswap_int_copy ((int*) (ptr + total), ubu in host_read_f()
603 sf_count_t total = 0 ; host_read_f2d() local
630 sf_count_t total = 0 ; host_write_s2f() local
662 sf_count_t total = 0 ; host_write_i2f() local
693 sf_count_t total = 0 ; host_write_f() local
723 sf_count_t total = 0 ; host_write_d2f() local
756 sf_count_t total = 0 ; replace_read_f2s() local
786 sf_count_t total = 0 ; replace_read_f2i() local
816 sf_count_t total = 0 ; replace_read_f() local
847 sf_count_t total = 0 ; replace_read_f2d() local
875 sf_count_t total = 0 ; replace_write_s2f() local
908 sf_count_t total = 0 ; replace_write_i2f() local
941 sf_count_t total = 0 ; replace_write_f() local
974 sf_count_t total = 0 ; replace_write_d2f() local
[all...]
H A Ddouble64.c565 sf_count_t total = 0 ; in host_read_d2s() local
580 convert (ubuf.dbuf, readcount, ptr + total, scale) ; in host_read_d2s()
581 total += readcount ; in host_read_d2s()
587 return total ; in host_read_d2s()
595 sf_count_t total = 0 ; in host_read_d2i() local
610 convert (ubuf.dbuf, readcount, ptr + total, scale) ; in host_read_d2i()
611 total += readcount ; in host_read_d2i()
617 return total ; in host_read_d2i()
624 sf_count_t total = 0 ; in host_read_d2f() local
636 d2f_array (ubuf.dbuf, readcount, ptr + total) ; in host_read_d2f()
649 sf_count_t readcount, total = 0 ; host_read_d() local
680 sf_count_t total = 0 ; host_write_s2d() local
712 sf_count_t total = 0 ; host_write_i2d() local
743 sf_count_t total = 0 ; host_write_f2d() local
772 sf_count_t total = 0 ; host_write_d() local
805 sf_count_t total = 0 ; replace_read_d2s() local
835 sf_count_t total = 0 ; replace_read_d2i() local
865 sf_count_t total = 0 ; replace_read_d2f() local
894 sf_count_t total = 0 ; replace_read_d() local
924 sf_count_t total = 0 ; replace_write_s2d() local
957 sf_count_t total = 0 ; replace_write_i2d() local
990 sf_count_t total = 0 ; replace_write_f2d() local
1018 sf_count_t total = 0 ; replace_write_d() local
[all...]
H A Dvox_adpcm.c154 sf_count_t total = 0 ; in vox_read_s() local
165 total += count ; in vox_read_s()
171 return total ; in vox_read_s()
180 sf_count_t total = 0 ; in vox_read_i() local
192 ptr [total + k] = arith_shift_left (sptr [k], 16) ; in vox_read_i()
193 total += count ; in vox_read_i()
199 return total ; in vox_read_i()
208 sf_count_t total = 0 ; in vox_read_f() local
223 ptr [total + k] = normfact * (float) (sptr [k]) ; in vox_read_f()
224 total in vox_read_f()
239 sf_count_t total = 0 ; vox_read_d() local
291 sf_count_t total = 0 ; vox_write_s() local
317 sf_count_t total = 0 ; vox_write_i() local
345 sf_count_t total = 0 ; vox_write_f() local
376 sf_count_t total = 0 ; vox_write_d() local
[all...]
H A Dgsm610.c242 { int count, total = 0, indx = 0 ; in gsm610_read_block() local
247 return total ; in gsm610_read_block()
259 total = indx ; in gsm610_read_block()
262 return total ; in gsm610_read_block()
269 sf_count_t total = 0 ; in gsm610_read_s() local
280 total += count ; in gsm610_read_s()
287 return total ; in gsm610_read_s()
296 sf_count_t total = 0 ; in gsm610_read_i() local
308 ptr [total + k] = arith_shift_left (sptr [k], 16) ; in gsm610_read_i()
310 total in gsm610_read_i()
322 sf_count_t total = 0 ; gsm610_read_f() local
351 sf_count_t total = 0 ; gsm610_read_d() local
475 { int count, total = 0, indx = 0 ; gsm610_write_block() local
499 sf_count_t total = 0 ; gsm610_write_s() local
526 sf_count_t total = 0 ; gsm610_write_i() local
552 sf_count_t total = 0 ; gsm610_write_f() local
583 sf_count_t total = 0 ; gsm610_write_d() local
[all...]
H A Dpaf.c515 { int count, total = 0 ; in paf24_read() local
517 while (total < len) in paf24_read()
519 { memset (&(ptr [total]), 0, (len - total) * sizeof (int)) ; in paf24_read()
520 return total ; in paf24_read()
527 count = (len - total > count) ? count : len - total ; in paf24_read()
529 memcpy (&(ptr [total]), &(ppaf24->samples [ppaf24->read_count * ppaf24->channels]), count * sizeof (int)) ; in paf24_read()
530 total += count ; in paf24_read()
534 return total ; in paf24_read()
543 sf_count_t total = 0 ; paf24_read_s() local
565 int total ; paf24_read_i() local
582 sf_count_t total = 0 ; paf24_read_f() local
610 sf_count_t total = 0 ; paf24_read_d() local
687 { int count, total = 0 ; paf24_write() local
712 sf_count_t total = 0 ; paf24_write_s() local
737 sf_count_t total = 0 ; paf24_write_i() local
763 sf_count_t total = 0 ; paf24_write_f() local
794 sf_count_t total = 0 ; paf24_write_d() local
[all...]
H A Dtxw.c243 sf_count_t total = 0 ; in txw_read_s() local
254 ptr [total + k] = sample ; in txw_read_s()
256 ptr [total + k + 1] = sample ; in txw_read_s()
260 total += count ; in txw_read_s()
264 return total ; in txw_read_s()
273 sf_count_t total = 0 ; in txw_read_i() local
284 ptr [total + k] = sample << 16 ; in txw_read_i()
286 ptr [total + k + 1] = sample << 16 ; in txw_read_i()
290 total += count ; in txw_read_i()
294 return total ; in txw_read_i()
303 sf_count_t total = 0 ; txw_read_f() local
339 sf_count_t total = 0 ; txw_read_d() local
[all...]
H A Dms_adpcm.c321 { int count, total = 0, indx = 0 ; in msadpcm_read_block() local
326 return total ; in msadpcm_read_block()
331 return total ; in msadpcm_read_block()
339 total = indx ; in msadpcm_read_block()
342 return total ; in msadpcm_read_block()
349 sf_count_t total = 0 ; in msadpcm_read_s() local
361 total += count ; in msadpcm_read_s()
367 return total ; in msadpcm_read_s()
376 sf_count_t total = 0 ; in msadpcm_read_i() local
391 ptr [total in msadpcm_read_i()
406 sf_count_t total = 0 ; msadpcm_read_f() local
438 sf_count_t total = 0 ; msadpcm_read_d() local
649 { int count, total = 0, indx = 0 ; msadpcm_write_block() local
673 sf_count_t total = 0 ; msadpcm_write_s() local
699 sf_count_t total = 0 ; msadpcm_write_i() local
726 sf_count_t total = 0 ; msadpcm_write_f() local
756 sf_count_t total = 0 ; msadpcm_write_d() local
[all...]
H A Ddwvw.c192 sf_count_t total = 0 ; in dwvw_read_s() local
204 ptr [total + k] = iptr [k] >> 16 ; in dwvw_read_s()
206 total += count ; in dwvw_read_s()
212 return total ; in dwvw_read_s()
219 sf_count_t total = 0 ; in dwvw_read_i() local
230 total += count ; in dwvw_read_i()
237 return total ; in dwvw_read_i()
246 sf_count_t total = 0 ; in dwvw_read_f() local
261 ptr [total + k] = normfact * (float) (iptr [k]) ; in dwvw_read_f()
263 total in dwvw_read_f()
278 sf_count_t total = 0 ; dwvw_read_d() local
563 sf_count_t total = 0 ; dwvw_write_s() local
590 sf_count_t total = 0 ; dwvw_write_i() local
617 sf_count_t total = 0 ; dwvw_write_f() local
649 sf_count_t total = 0 ; dwvw_write_d() local
[all...]
H A Dogg_opus.c439 psf_log_printf (psf, " streams total : %d\n", (int) h->nb_streams) ; in opus_print_header()
882 ** total number of samples completed in it. This is how Ogg embedded Opus in ogg_opus_flush()
1065 psf_log_printf (psf, "Opus : Mid-stream page's granule position %D is less than total samples of %D\n", oopus->pg_pos, pkt_granulepos) ; in ogg_opus_read_refill()
1153 sf_count_t total = 0 ; in ogg_opus_read_s() local
1157 while (total < len) in ogg_opus_read_s()
1160 return total ; in ogg_opus_read_s()
1163 readlen = SF_MIN (len - total, (sf_count_t) (oopus->len - oopus->loc) * psf->sf.channels) ; in ogg_opus_read_s()
1166 i = total ; in ogg_opus_read_s()
1167 total += readlen ; in ogg_opus_read_s()
1171 for ( ; i < total ; in ogg_opus_read_s()
1190 sf_count_t total = 0 ; ogg_opus_read_i() local
1227 sf_count_t total = 0 ; ogg_opus_read_f() local
1250 sf_count_t total = 0 ; ogg_opus_read_d() local
1279 sf_count_t total, i ; ogg_opus_write_s() local
1311 sf_count_t total, i ; ogg_opus_write_i() local
1343 sf_count_t total ; ogg_opus_write_f() local
1370 sf_count_t total, i ; ogg_opus_write_d() local
1500 sf_count_t total ; ogg_opus_null_read() local
[all...]
H A Dmpeg_l3_encode.c464 sf_count_t total = 0 ; in mpeg_l3_encode_write_short_mono() local
473 nbytes = lame_encode_buffer (pmpeg->lamef, ptr + total, NULL, writecount, pmpeg->block, pmpeg->block_len) ; in mpeg_l3_encode_write_short_mono()
486 total += writecount ; in mpeg_l3_encode_write_short_mono()
490 return total ; in mpeg_l3_encode_write_short_mono()
498 sf_count_t total = 0 ; in mpeg_l3_encode_write_short_stereo() local
511 memcpy (ubuf.sbuf, ptr + total, writecount) ; in mpeg_l3_encode_write_short_stereo()
525 total += writecount ; in mpeg_l3_encode_write_short_stereo()
529 return total ; in mpeg_l3_encode_write_short_stereo()
536 sf_count_t total = 0 ; in mpeg_l3_encode_write_int_mono() local
545 nbytes = lame_encode_buffer_int (pmpeg->lamef, ptr + total, NUL in mpeg_l3_encode_write_int_mono()
569 sf_count_t total = 0 ; mpeg_l3_encode_write_int_stereo() local
602 sf_count_t total = 0 ; mpeg_l3_encode_write_float_mono() local
647 sf_count_t total = 0 ; mpeg_l3_encode_write_float_stereo() local
697 sf_count_t total = 0 ; mpeg_l3_encode_write_double_mono() local
739 sf_count_t total = 0 ; mpeg_l3_encode_write_double_stereo() local
[all...]
H A Dsds.c559 sf_count_t total = 0 ; in sds_read_s() local
571 ptr [total + k] = iptr [k] >> 16 ; in sds_read_s()
572 total += count ; in sds_read_s()
576 return total ; in sds_read_s()
582 int total ; in sds_read_i() local
588 total = sds_read (psf, psds, ptr, len) ; in sds_read_i()
590 return total ; in sds_read_i()
599 sf_count_t total = 0 ; in sds_read_f() local
617 ptr [total + k] = normfact * iptr [k] ; in sds_read_f()
618 total in sds_read_f()
631 sf_count_t total = 0 ; sds_read_d() local
659 { int count, total = 0 ; sds_read() local
901 sf_count_t total = 0 ; sds_write_s() local
925 int total ; sds_write_i() local
943 sf_count_t total = 0 ; sds_write_f() local
976 sf_count_t total = 0 ; sds_write_d() local
1005 { int count, total = 0 ; sds_write() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-ot-layout.c37 unsigned int total = 0; in test_ot_layout_table_get_script_tags() local
43 total = hb_ot_layout_table_get_script_tags (face, HB_OT_TAG_GSUB, offset, &count, tags); in test_ot_layout_table_get_script_tags()
44 g_assert_cmpuint (3, ==, total); in test_ot_layout_table_get_script_tags()
58 total = hb_ot_layout_table_get_script_tags (face, HB_OT_TAG_GPOS, offset, &count, tags); in test_ot_layout_table_get_script_tags()
59 g_assert_cmpuint (1, ==, total); in test_ot_layout_table_get_script_tags()
99 unsigned int total = 0; in test_ot_layout_table_get_feature_tags() local
105 total = hb_ot_layout_table_get_feature_tags (face, HB_OT_TAG_GSUB, offset, &count, tags); in test_ot_layout_table_get_feature_tags()
106 g_assert_cmpuint (14, ==, total); in test_ot_layout_table_get_feature_tags()
120 total = hb_ot_layout_table_get_feature_tags (face, HB_OT_TAG_GPOS, offset, &count, tags); in test_ot_layout_table_get_feature_tags()
121 g_assert_cmpuint (3, ==, total); in test_ot_layout_table_get_feature_tags()
140 unsigned int total = 0; test_ot_layout_script_get_language_tags() local
179 unsigned int total = 0; test_ot_layout_language_get_feature_tags() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dopus_rc.c68 uint32_t total) in opus_rc_dec_update()
70 rc->value -= scale * (total - high); in opus_rc_dec_update()
72 : rc->range - scale * (total - high); in opus_rc_dec_update()
92 unsigned int k, scale, total, symbol, low, high; in ff_opus_rc_dec_cdf() local
94 total = *cdf++; in ff_opus_rc_dec_cdf()
96 scale = rc->range / total; in ff_opus_rc_dec_cdf()
98 symbol = total - FFMIN(symbol, total); in ff_opus_rc_dec_cdf()
104 opus_rc_dec_update(rc, scale, low, high, total); in ff_opus_rc_dec_cdf()
184 uint32_t bits, k, scale, total; in ff_opus_rc_dec_uint() local
66 opus_rc_dec_update(OpusRangeCoder *rc, uint32_t scale, uint32_t low, uint32_t high, uint32_t total) opus_rc_dec_update() argument
214 uint32_t k, scale, symbol, total = (k0+1)*3 + k0; ff_opus_rc_dec_uint_step() local
236 uint32_t k, scale, symbol, total, low, center; ff_opus_rc_dec_uint_tri() local
260 uint32_t symbol, low, total; ff_opus_rc_enc_uint_tri() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
H A Dstream.go104 var total, length int64 var
108 total += int64(len(line))
110 return nil, total, fmt.Errorf("failed reading header line %q", err)
119 return nil, total, fmt.Errorf("invalid header line %q", line)
125 return nil, total, fmt.Errorf("failed parsing Content-Length: %v", value)
128 return nil, total, fmt.Errorf("invalid Content-Length: %v", length)
135 return nil, total, fmt.Errorf("missing Content-Length header")
139 return nil, total, err
141 total += length
142 return data, total, ni
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
H A Dstream.go104 var total, length int64 var
108 total += int64(len(line))
110 return nil, total, fmt.Errorf("failed reading header line %q", err)
119 return nil, total, fmt.Errorf("invalid header line %q", line)
125 return nil, total, fmt.Errorf("failed parsing Content-Length: %v", value)
128 return nil, total, fmt.Errorf("invalid Content-Length: %v", length)
135 return nil, total, fmt.Errorf("missing Content-Length header")
139 return nil, total, err
141 total += length
142 return data, total, ni
[all...]
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
H A Dstream.go104 var total, length int64 var
108 total += int64(len(line))
110 return nil, total, fmt.Errorf("failed reading header line %q", err)
119 return nil, total, fmt.Errorf("invalid header line %q", line)
125 return nil, total, fmt.Errorf("failed parsing Content-Length: %v", value)
128 return nil, total, fmt.Errorf("invalid Content-Length: %v", length)
135 return nil, total, fmt.Errorf("missing Content-Length header")
139 return nil, total, err
141 total += length
142 return data, total, ni
[all...]
/third_party/skia/third_party/externals/brotli/research/
H A Ddurchschlag.cc263 TextIdx total = 0; in durchschlag_prepare() local
270 TextIdx next_total = total + delta; in durchschlag_prepare()
271 if (next_total <= total) fatal("corpus is too large"); in durchschlag_prepare()
272 total = next_total; in durchschlag_prepare()
273 offsets.push_back(total); in durchschlag_prepare()
276 if (total < sliceLen) fatal("slice_len is larger than corpus size"); in durchschlag_prepare()
277 TextIdx end = total - static_cast<TextIdx>(sliceLen) + 1; in durchschlag_prepare()
330 return {total, sliceLen, static_cast<TextIdx>(map.size()), in durchschlag_prepare()
343 TextIdx total = 0; in durchschlag_prepare() local
350 TextIdx next_total = total in durchschlag_prepare()
390 TextIdx total = static_cast<TextIdx>(data.size()); durchschlag_index() local
453 TextIdx total = context.dataSize; durchschlagGenerateExclusive() local
559 TextIdx total = context.dataSize; durchschlagGenerateCollaborative() local
667 TextIdx total = context.dataSize; durchschlag_distill() local
709 TextIdx total = context.dataSize; durchschlag_purify() local
[all...]
/third_party/ltp/testcases/kernel/security/dirtypipe/
H A Ddirtypipe.c71 unsigned int pipe_size, total, n, len; in prepare_pipe() local
81 for (total = pipe_size; total > 0;) { in prepare_pipe()
82 n = total > sizeof(buffer) ? sizeof(buffer) : total; in prepare_pipe()
84 total -= len; in prepare_pipe()
91 for (total = pipe_size; total > 0;) { in prepare_pipe()
92 n = total > sizeof(buffer) ? sizeof(buffer) : total; in prepare_pipe()
[all...]
/third_party/python/Tools/scripts/
H A Ddutree.py7 total, d = None, {}
18 total, d = store(size, comps, total, d)
20 display(total, d)
25 def store(size, comps, total, d):
32 return total, d
34 def display(total, d):
35 show(total, d, '')
37 def show(total, d, prefix):
45 ## if sum < total
[all...]
/third_party/node/deps/v8/tools/
H A Dregexp-sequences.py25 total = 0
40 total += 1
48 return bc_cnt, total
50 def print_most_common(d, seqlen, total):
53 if v*100/total < 1.0:
55 print("{}: {} ({} %)".format(k,v,(v*100/total)))
59 bc_cnt, total = parse(argv[1],max_seq)
64 print_most_common(bc_cnt[i], i, total)
/third_party/jerryscript/tools/runners/
H A Drun-test-suite.py106 total = len(tests)
107 if total == 0:
124 failed = total - passed
133 util.print_test_summary(' '.join(summary_list), total, passed, failed)
144 total = len(tests)
157 util.print_test_result(tested, total, True, passed_string, test_path)
160 util.print_test_result(tested, total, False, passed_string, test_path)
183 total = len(tests)
195 util.print_test_result(tested, total, True, passed_string, test_path, True)
197 util.print_test_result(tested, total, Fals
[all...]
/third_party/protobuf/benchmarks/cpp/
H A Dcpp_benchmark.cc102 size_t total = 0; in BenchmarkCase() local
107 total += payload.size(); in BenchmarkCase()
111 state.SetBytesProcessed(total); in BenchmarkCase()
123 size_t total = 0; in BenchmarkCase() local
130 total += payload.size(); in BenchmarkCase()
134 state.SetBytesProcessed(total); in BenchmarkCase()
147 size_t total = 0; in BenchmarkCase() local
151 total += payload.size(); in BenchmarkCase()
155 state.SetBytesProcessed(total); in BenchmarkCase()
177 size_t total in BenchmarkCase() local
[all...]

Completed in 20 milliseconds

12345678910>>...24