HomeSort by relevance Sort by last modified time
    Searched refs:blockcount (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/gprof/
bbconv.pl 32 # the next header line. $blockcount is set to the count that
34 # $blockcount should always be zero at the start of a header line,
37 $blockcount=0;
41 print STDERR "Miscount: line $.\n" if ($blockcount != 0);
42 $blockcount = $1;
44 print pack("cI", 2, $blockcount);
47 print STDERR "Miscount: line $.\n" if ($blockcount == 0);
48 $blockcount-- if ($blockcount > 0);
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_testprogram.c 101 int blockcount = 0, noOfBlocks=0, i, noOfLostBlocks=0; local
222 while ((fread(&channeldata[blockcount],sizeof(short), 1,chfileid)==1)
223 && ( blockcount < noOfBlocks/(Enc_Inst.blockl/frameLen) )) {
224 blockcount++;
227 if ( blockcount < noOfBlocks/(Enc_Inst.blockl/frameLen) ) {
252 while( count < blockcount * (Enc_Inst.blockl/frameLen) ) {
279 while (count < blockcount) {
306 outtime = (float)((float)blockcount*
311 printf("Lost frames : %.1f%%\n\n", 100*(float)noOfLostBlocks/(float)blockcount);
327 for (i=0; i<blockcount; i++)
    [all...]
iLBC_test.c 52 int blockcount = 0; local
161 blockcount++;
165 fprintf(stderr, "--- Encoding block %i --- ",blockcount);
204 fprintf(stderr, "--- Decoding block %i --- ",blockcount);
iLBC_testLib.c 47 int blockcount = 0; local
135 blockcount++;
138 fprintf(stderr, "--- Encoding block %i --- ",blockcount);
176 fprintf(stderr, "--- Decoding block %i --- ",blockcount);
  /bootable/recovery/updater/
blockimg.cpp 585 size_t blockcount = 0; local
588 blocks = &blockcount;
    [all...]

Completed in 393 milliseconds