Home
last modified time | relevance | path

Searched refs:repCount (Results 1 – 25 of 123) sorted by relevance

12345

/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/internal/utils/
H A Drle.go110 repCount int32 member
121 r.repCount = 0
188 if r.repCount > 0 {
488 r.repCount = 0
496 if r.repCount >= 8 {
516 r.repCount = 0
551 r.repCount = 0
560 r.repCount++
561 if r.repCount > 8 {
572 r.repCount = 1
[all …]
H A Dtyped_rle_dict.gen.go103 case r.repCount > 0:
181 case r.repCount > 0:
296 case r.repCount > 0:
374 case r.repCount > 0:
489 case r.repCount > 0:
567 case r.repCount > 0:
682 case r.repCount > 0:
760 case r.repCount > 0:
875 case r.repCount > 0:
953 case r.repCount > 0:
[all …]
H A Dtyped_rle_dict.gen.go.tmpl94 if r.repCount == 0 && r.litCount == 0 {
102 case r.repCount > 0:
180 case r.repCount > 0:
185 batch := MinInt(remain, int(r.repCount))
189 r.repCount -= int32(batch)
/dports/games/scummvm/scummvm-2.5.1/engines/gob/sound/
H A Dsoundblaster.cpp41 void SoundBlaster::playSample(SoundDesc &sndDesc, int16 repCount, in playSample() argument
43 SoundMixer::play(sndDesc, repCount, frequency, fadeLength); in playSample()
107 void SoundBlaster::repeatComposition(int32 repCount) { in repeatComposition() argument
108 _compositionRepCount = repCount; in repeatComposition()
111 void SoundBlaster::setSample(SoundDesc &sndDesc, int16 repCount, int16 frequency, in setSample() argument
115 SoundMixer::setSample(sndDesc, repCount, frequency, fadeLength); in setSample()
H A Dsoundmixer.cpp94 void SoundMixer::setRepeating(int32 repCount) { in setRepeating() argument
97 _repCount = repCount; in setRepeating()
100 void SoundMixer::setSample(SoundDesc &sndDesc, int16 repCount, int16 frequency, in setSample() argument
106 sndDesc._repCount = repCount - 1; in setSample()
116 _repCount = repCount; in setSample()
141 void SoundMixer::play(SoundDesc &sndDesc, int16 repCount, int16 frequency, in play() argument
148 setSample(sndDesc, repCount, frequency, fadeLength); in play()
H A Dsound.cpp439 void Sound::adlibSetRepeating(int32 repCount) { in adlibSetRepeating() argument
444 _adlPlayer->setRepeating(repCount); in adlibSetRepeating()
446 _mdyPlayer->setRepeating(repCount); in adlibSetRepeating()
449 void Sound::blasterPlay(SoundDesc *sndDesc, int16 repCount, in blasterPlay() argument
455 repCount, frequency, fadeLength); in blasterPlay()
459 _blaster->playSample(*sndDesc, repCount, frequency, fadeLength); in blasterPlay()
462 void Sound::blasterRepeatComposition(int32 repCount) { in blasterRepeatComposition() argument
463 _blaster->repeatComposition(repCount); in blasterRepeatComposition()
508 void Sound::blasterSetRepeating(int32 repCount) { in blasterSetRepeating() argument
512 _blaster->setRepeating(repCount); in blasterSetRepeating()
H A Dsound.h65 void blasterPlay(SoundDesc *sndDesc, int16 repCount,
72 void blasterRepeatComposition(int32 repCount);
76 void blasterSetRepeating(int32 repCount);
104 void adlibSetRepeating(int32 repCount);
H A Dsoundblaster.h43 void playSample(SoundDesc &sndDesc, int16 repCount,
52 void repeatComposition(int32 repCount);
66 void setSample(SoundDesc &sndDesc, int16 repCount,
H A Dsoundmixer.h40 virtual void play(SoundDesc &sndDesc, int16 repCount,
47 void setRepeating(int32 repCount);
86 virtual void setSample(SoundDesc &sndDesc, int16 repCount,
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/sound/
H A Dsoundblaster.cpp41 void SoundBlaster::playSample(SoundDesc &sndDesc, int16 repCount, in playSample() argument
43 SoundMixer::play(sndDesc, repCount, frequency, fadeLength); in playSample()
107 void SoundBlaster::repeatComposition(int32 repCount) { in repeatComposition() argument
108 _compositionRepCount = repCount; in repeatComposition()
111 void SoundBlaster::setSample(SoundDesc &sndDesc, int16 repCount, int16 frequency, in setSample() argument
115 SoundMixer::setSample(sndDesc, repCount, frequency, fadeLength); in setSample()
H A Dsoundmixer.cpp94 void SoundMixer::setRepeating(int32 repCount) { in setRepeating() argument
97 _repCount = repCount; in setRepeating()
100 void SoundMixer::setSample(SoundDesc &sndDesc, int16 repCount, int16 frequency, in setSample() argument
106 sndDesc._repCount = repCount - 1; in setSample()
116 _repCount = repCount; in setSample()
141 void SoundMixer::play(SoundDesc &sndDesc, int16 repCount, int16 frequency, in play() argument
148 setSample(sndDesc, repCount, frequency, fadeLength); in play()
H A Dsound.cpp439 void Sound::adlibSetRepeating(int32 repCount) { in adlibSetRepeating() argument
444 _adlPlayer->setRepeating(repCount); in adlibSetRepeating()
446 _mdyPlayer->setRepeating(repCount); in adlibSetRepeating()
449 void Sound::blasterPlay(SoundDesc *sndDesc, int16 repCount, in blasterPlay() argument
455 repCount, frequency, fadeLength); in blasterPlay()
459 _blaster->playSample(*sndDesc, repCount, frequency, fadeLength); in blasterPlay()
462 void Sound::blasterRepeatComposition(int32 repCount) { in blasterRepeatComposition() argument
463 _blaster->repeatComposition(repCount); in blasterRepeatComposition()
508 void Sound::blasterSetRepeating(int32 repCount) { in blasterSetRepeating() argument
512 _blaster->setRepeating(repCount); in blasterSetRepeating()
H A Dsoundblaster.h43 void playSample(SoundDesc &sndDesc, int16 repCount,
52 void repeatComposition(int32 repCount);
66 void setSample(SoundDesc &sndDesc, int16 repCount,
H A Dsound.h65 void blasterPlay(SoundDesc *sndDesc, int16 repCount,
72 void blasterRepeatComposition(int32 repCount);
76 void blasterSetRepeating(int32 repCount);
104 void adlibSetRepeating(int32 repCount);
H A Dsoundmixer.h40 virtual void play(SoundDesc &sndDesc, int16 repCount,
47 void setRepeating(int32 repCount);
86 virtual void setSample(SoundDesc &sndDesc, int16 repCount,
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/toolbin/tests/
H A Dfuzzy.c66 repCount = 1; in packBits()
73 repCount++; in packBits()
75 if (repCount > 2 || (repCount>1 && diffCount==0)) { in packBits()
115 repCount=1; in packBits()
118 repCount=1; in packBits()
122 if (repCount < 3 && (repCount<2 || diffCount>0)) { in packBits()
123 diffCount+=repCount; in packBits()
124 repCount=0; in packBits()
144 while (repCount) { in packBits()
146 if (repCount > 128) { in packBits()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/toolbin/tests/
H A Dfuzzy.c66 repCount = 1; in packBits()
73 repCount++; in packBits()
75 if (repCount > 2 || (repCount>1 && diffCount==0)) { in packBits()
115 repCount=1; in packBits()
118 repCount=1; in packBits()
122 if (repCount < 3 && (repCount<2 || diffCount>0)) { in packBits()
123 diffCount+=repCount; in packBits()
124 repCount=0; in packBits()
144 while (repCount) { in packBits()
146 if (repCount > 128) { in packBits()
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/fs/
H A DTestBlockReorder.java119 final int repCount = 2; in testBlockLocationReorder() local
122 FSDataOutputStream fop = dfs.create(p, (short) repCount); in testBlockLocationReorder()
142 } while (lbs.length != 1 && lbs[0].getLength() != repCount); in testBlockLocationReorder()
267 final int repCount = 3; in testHBaseCluster() local
358 testFromDFS(dfs, logFile, repCount, host4); in testHBaseCluster()
361 testFromDFS(mdfs, logFile, repCount, host4); in testHBaseCluster()
399 done = (l.get(y).getLocations().length == repCount); in testFromDFS()
430 final int repCount = 3; in testBlockLocation() local
431 Assert.assertTrue((short) cluster.getDataNodes().size() >= repCount); in testBlockLocation()
434 FSDataOutputStream fop = dfs.create(p, (short) repCount); in testBlockLocation()
[all …]
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgrawritebmpmiomap.pas187 repCount: Int32or64;
217 repCount:= 1;
225 inc(repCount);
226 if repCount = 255 then break;
233 if repCount = 1 then
240 repZeroRec.count := repCount;
262 if repCount = 1 then
267 if repCount = 2 then
275 repRec.count := repCount;
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgrawritebmpmiomap.pas187 repCount: Int32or64;
217 repCount:= 1;
225 inc(repCount);
226 if repCount = 255 then break;
233 if repCount = 1 then
240 repZeroRec.count := repCount;
262 if repCount = 1 then
267 if repCount = 2 then
275 repRec.count := repCount;
/dports/www/squid/squid-4.15/src/
H A DHttpHeaderFieldStat.h16 HttpHeaderFieldStat() : aliveCount(0), seenCount(0), parsCount(0), errCount(0), repCount(0) {} in HttpHeaderFieldStat()
22 int repCount; /* number of repetitons */ variable
/dports/textproc/htdig/htdig-3.2.0b6/htlib/
H A DHtRegexReplaceList.cc66 int repCount = replacers.Count(); in replace() local
69 for (int rep = 0; rep < repCount; rep++) in replace()
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaintcontrols/
H A Dlcvectortextshapes.pas1540 repCount, val: Byte;
1551 inc(repCount);
1565 inc(repCount, 2);
1571 inc(repCount);
1575 AStream.WriteBuffer((AData-repCount)^, repCount);
1584 repCount, val: Byte;
1590 if repCount > 0 then
1593 if repCount > ASize then repCount := ASize;
1595 inc(AData, repCount);
1601 if repCount > 0 then
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/componentcore/
H A Dhdrimage.cpp103 int repCount = c & 127; in decrunchScanline() local
105 while (repCount--) in decrunchScanline()
126 int repCount = scanline[x][3] << bitshift; in decrunchScanline() local
127 while (repCount--) { in decrunchScanline()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/libsrc/
H A Dmkdeftag.cc217 int repCount = 0; in main() local
222 if ((*repIter)->getPrivateCreator() == NULL) ++repCount; in main()
228 fprintf(fout, "** Number of entries: %d\n", repCount); in main()

12345