Home
last modified time | relevance | path

Searched refs:blockcount (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/dports/devel/binutils/binutils-2.37/gprof/
H A Dbbconv.pl37 $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);
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gprof/
H A Dbbconv.pl37 $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);
/dports/devel/arm-elf-binutils/binutils-2.37/gprof/
H A Dbbconv.pl37 $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);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gprof/
H A Dbbconv.pl37 $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);
/dports/devel/gnulibiberty/binutils-2.37/gprof/
H A Dbbconv.pl37 $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);
/dports/lang/gnatdroid-binutils/binutils-2.27/gprof/
H A Dbbconv.pl37 $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);
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gprof/
H A Dbbconv.pl37 $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);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gprof/
H A Dbbconv.pl37 $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);
/dports/devel/djgpp-binutils/binutils-2.17/gprof/
H A Dbbconv.pl37 $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);
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/src/unused/
H A Dfluid_rvoice_handler.c117 fluid_real_t* buf, int blockcount)
121 for (i=0; i < blockcount; i++) {
147 fluid_real_t local_buf[FLUID_BUFSIZE*blockcount]; in fluid_rvoice_handler_mix_one()
149 for (i=0; i < blockcount; i++) { in fluid_rvoice_handler_mix_one()
170 fluid_resetbufs(int blockcount, int bufcount, fluid_real_t** bufs) in fluid_resetbufs() argument
174 FLUID_MEMSET(bufs[i], 0, blockcount * FLUID_BUFSIZE * sizeof(fluid_real_t)); in fluid_resetbufs()
182 int blockcount, int bufcount, fluid_real_t** bufs) in fluid_rvoice_handler_render_loop_simple() argument
185 int scount = blockcount * FLUID_BUFSIZE; in fluid_rvoice_handler_render_loop_simple()
200 int blockcount, int bufcount, fluid_real_t** bufs) in fluid_rvoice_handler_render() argument
202 fluid_resetbufs(blockcount, bufcount, bufs); in fluid_rvoice_handler_render()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/codecs/ilbc/test/
H A DiLBC_testprogram.c101 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 …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/codecs/ilbc/test/
H A DiLBC_testprogram.c101 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 …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/codecs/ilbc/test/
H A DiLBC_testprogram.c101 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 …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
H A DiLBC_testprogram.c101 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 …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/test/
H A DiLBC_testprogram.c101 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 …]
/dports/net/libilbc/libilbc-3.0.4/modules/audio_coding/codecs/ilbc/test/
H A DiLBC_testprogram.c101 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 …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/test/
H A DiLBC_testprogram.c101 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 …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_coding/codecs/ilbc/test/
H A DiLBC_testprogram.c101 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 …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
H A DiLBC_testprogram.c101 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 …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/test/
H A DiLBC_testprogram.c101 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 …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
H A DiLBC_testprogram.c101 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 …]
/dports/net/mpich/mpich-3.4.3/test/mpi/manual/
H A Dmanyconnect.in67 blockcount=2
73 blockcount=`expr $blockcount + 1`
76 elif [ $blockcount -ge $blockstart ] ; then
77 blockcount=0
/dports/net/mpich2/mpich2-1.5/test/mpi/manual/
H A Dmanyconnect.in62 blockcount=2
68 blockcount=`expr $blockcount + 1`
71 elif [ $blockcount -ge $blockstart ] ; then
72 blockcount=0
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/smhasher/src/
H A DKeysetTest.h29 uint32_t * blocks, int blockcount, in CombinationKeygenRecurse() argument
34 for(int i = 0; i < blockcount; i++) in CombinationKeygenRecurse()
47 CombinationKeygenRecurse(key,len+1,maxlen,blocks,blockcount,hash,hashes); in CombinationKeygenRecurse()
55 printf("Keyset 'Combination' - up to %d blocks from a set of %d - ",maxlen,blockcount); in CombinationKeyTest()
63 CombinationKeygenRecurse<hashtype>(key,0,maxlen,blocks,blockcount,hash,hashes); in CombinationKeyTest()
87 if(k == blockcount-1) in PermutationKeygenRecurse()
91 hash(blocks,blockcount * sizeof(uint32_t),0,&h); in PermutationKeygenRecurse()
98 for(int i = k; i < blockcount; i++) in PermutationKeygenRecurse()
102 PermutationKeygenRecurse(hash,blocks,blockcount,k+1,hashes); in PermutationKeygenRecurse()
111 printf("Keyset 'Permutation' - %d blocks - ",blockcount); in PermutationKeyTest()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/smhasher/src/
H A DKeysetTest.h29 uint32_t * blocks, int blockcount, in CombinationKeygenRecurse() argument
34 for(int i = 0; i < blockcount; i++) in CombinationKeygenRecurse()
47 CombinationKeygenRecurse(key,len+1,maxlen,blocks,blockcount,hash,hashes); in CombinationKeygenRecurse()
55 printf("Keyset 'Combination' - up to %d blocks from a set of %d - ",maxlen,blockcount); in CombinationKeyTest()
63 CombinationKeygenRecurse<hashtype>(key,0,maxlen,blocks,blockcount,hash,hashes); in CombinationKeyTest()
87 if(k == blockcount-1) in PermutationKeygenRecurse()
91 hash(blocks,blockcount * sizeof(uint32_t),0,&h); in PermutationKeygenRecurse()
98 for(int i = k; i < blockcount; i++) in PermutationKeygenRecurse()
102 PermutationKeygenRecurse(hash,blocks,blockcount,k+1,hashes); in PermutationKeygenRecurse()
111 printf("Keyset 'Permutation' - %d blocks - ",blockcount); in PermutationKeyTest()
[all …]

12345678910>>...22