Home
last modified time | relevance | path

Searched refs:flagCount (Results 1 – 25 of 121) sorted by relevance

12345

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkCanvasPriv.cpp44 int flagCount = buffer.readInt(); in ReadLattice() local
47 if (flagCount) { in ReadLattice()
48 lattice->fRectTypes = buffer.skipT<SkCanvas::Lattice::RectType>(flagCount); in ReadLattice()
49 lattice->fColors = buffer.skipT<SkColor>(flagCount); in ReadLattice()
56 int flagCount = lattice.fRectTypes ? (lattice.fXCount + 1) * (lattice.fYCount + 1) : 0; in WriteLattice() local
59 SkAlign4(flagCount * sizeof(SkCanvas::Lattice::RectType)) + in WriteLattice()
60 SkAlign4(flagCount * sizeof(SkColor)) + in WriteLattice()
69 writer.write32(flagCount); in WriteLattice()
70 writer.writePad(lattice.fRectTypes, flagCount * sizeof(uint8_t)); in WriteLattice()
71 writer.write(lattice.fColors, flagCount * sizeof(SkColor)); in WriteLattice()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkCanvasPriv.cpp44 int flagCount = buffer.readInt(); in ReadLattice() local
47 if (flagCount) { in ReadLattice()
48 lattice->fRectTypes = buffer.skipT<SkCanvas::Lattice::RectType>(flagCount); in ReadLattice()
49 lattice->fColors = buffer.skipT<SkColor>(flagCount); in ReadLattice()
56 int flagCount = lattice.fRectTypes ? (lattice.fXCount + 1) * (lattice.fYCount + 1) : 0; in WriteLattice() local
59 SkAlign4(flagCount * sizeof(SkCanvas::Lattice::RectType)) + in WriteLattice()
60 SkAlign4(flagCount * sizeof(SkColor)) + in WriteLattice()
69 writer.write32(flagCount); in WriteLattice()
70 writer.writePad(lattice.fRectTypes, flagCount * sizeof(uint8_t)); in WriteLattice()
71 writer.write(lattice.fColors, flagCount * sizeof(SkColor)); in WriteLattice()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkCanvasPriv.cpp44 int flagCount = buffer.readInt(); in ReadLattice() local
47 if (flagCount) { in ReadLattice()
48 lattice->fRectTypes = buffer.skipT<SkCanvas::Lattice::RectType>(flagCount); in ReadLattice()
49 lattice->fColors = buffer.skipT<SkColor>(flagCount); in ReadLattice()
56 int flagCount = lattice.fRectTypes ? (lattice.fXCount + 1) * (lattice.fYCount + 1) : 0; in WriteLattice() local
59 SkAlign4(flagCount * sizeof(SkCanvas::Lattice::RectType)) + in WriteLattice()
60 SkAlign4(flagCount * sizeof(SkColor)) + in WriteLattice()
69 writer.write32(flagCount); in WriteLattice()
70 writer.writePad(lattice.fRectTypes, flagCount * sizeof(uint8_t)); in WriteLattice()
71 writer.write(lattice.fColors, flagCount * sizeof(SkColor)); in WriteLattice()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkCanvasPriv.cpp44 int flagCount = buffer.readInt(); in ReadLattice() local
47 if (flagCount) { in ReadLattice()
48 lattice->fRectTypes = buffer.skipT<SkCanvas::Lattice::RectType>(flagCount); in ReadLattice()
49 lattice->fColors = buffer.skipT<SkColor>(flagCount); in ReadLattice()
56 int flagCount = lattice.fRectTypes ? (lattice.fXCount + 1) * (lattice.fYCount + 1) : 0; in WriteLattice() local
59 SkAlign4(flagCount * sizeof(SkCanvas::Lattice::RectType)) + in WriteLattice()
60 SkAlign4(flagCount * sizeof(SkColor)) + in WriteLattice()
69 writer.write32(flagCount); in WriteLattice()
70 writer.writePad(lattice.fRectTypes, flagCount * sizeof(uint8_t)); in WriteLattice()
71 writer.write(lattice.fColors, flagCount * sizeof(SkColor)); in WriteLattice()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkCanvasPriv.cpp44 int flagCount = buffer.readInt(); in ReadLattice() local
47 if (flagCount) { in ReadLattice()
48 lattice->fRectTypes = buffer.skipT<SkCanvas::Lattice::RectType>(flagCount); in ReadLattice()
49 lattice->fColors = buffer.skipT<SkColor>(flagCount); in ReadLattice()
56 int flagCount = lattice.fRectTypes ? (lattice.fXCount + 1) * (lattice.fYCount + 1) : 0; in WriteLattice() local
59 SkAlign4(flagCount * sizeof(SkCanvas::Lattice::RectType)) + in WriteLattice()
60 SkAlign4(flagCount * sizeof(SkColor)) + in WriteLattice()
69 writer.write32(flagCount); in WriteLattice()
70 writer.writePad(lattice.fRectTypes, flagCount * sizeof(uint8_t)); in WriteLattice()
71 writer.write(lattice.fColors, flagCount * sizeof(SkColor)); in WriteLattice()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkCanvasPriv.cpp44 int flagCount = buffer.readInt(); in ReadLattice() local
47 if (flagCount) { in ReadLattice()
48 lattice->fRectTypes = buffer.skipT<SkCanvas::Lattice::RectType>(flagCount); in ReadLattice()
49 lattice->fColors = buffer.skipT<SkColor>(flagCount); in ReadLattice()
56 int flagCount = lattice.fRectTypes ? (lattice.fXCount + 1) * (lattice.fYCount + 1) : 0; in WriteLattice() local
59 SkAlign4(flagCount * sizeof(SkCanvas::Lattice::RectType)) + in WriteLattice()
60 SkAlign4(flagCount * sizeof(SkColor)) + in WriteLattice()
69 writer.write32(flagCount); in WriteLattice()
70 writer.writePad(lattice.fRectTypes, flagCount * sizeof(uint8_t)); in WriteLattice()
71 writer.write(lattice.fColors, flagCount * sizeof(SkColor)); in WriteLattice()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkCanvasPriv.cpp46 int flagCount = buffer.readInt(); in ReadLattice() local
49 if (flagCount) { in ReadLattice()
50 lattice->fRectTypes = buffer.skipT<SkCanvas::Lattice::RectType>(flagCount); in ReadLattice()
51 lattice->fColors = buffer.skipT<SkColor>(flagCount); in ReadLattice()
58 int flagCount = lattice.fRectTypes ? (lattice.fXCount + 1) * (lattice.fYCount + 1) : 0; in WriteLattice() local
61 SkAlign4(flagCount * sizeof(SkCanvas::Lattice::RectType)) + in WriteLattice()
62 SkAlign4(flagCount * sizeof(SkColor)) + in WriteLattice()
71 writer.write32(flagCount); in WriteLattice()
72 writer.writePad(lattice.fRectTypes, flagCount * sizeof(uint8_t)); in WriteLattice()
73 writer.write(lattice.fColors, flagCount * sizeof(SkColor)); in WriteLattice()
/dports/games/54321/54321/code/
H A Dbomb.cpp78 this->flagCount = 0; in reset()
136 --this->flagCount; in toggleFlag()
138 ++this->flagCount; in toggleFlag()
152 && this->flagCount == this->bombCount in checkWinningCondition()
157 this->flagCount, this->bombCount in checkWinningCondition()
/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DEntryZone.cxx30 uint16_t flagCount, teamCount, safetyCount; in unpack() local
35 buf = nboUnpackUShort(buf, flagCount); in unpack()
40 for (i = 0; i < flagCount; i++) in unpack()
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DEntryZone.cxx30 uint16_t flagCount, teamCount, safetyCount; in unpack() local
35 buf = nboUnpackUShort(buf, flagCount); in unpack()
40 for (i = 0; i < flagCount; i++) in unpack()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/suspend/
H A Dsuspend001a.java140 VMsuspend001a.flagCount +=1; in main()
172 public static int flagCount = 0; field in VMsuspend001a
200 flagCount +=2; in runt1()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/suspend/
H A Dsuspend001a.java140 VMsuspend001a.flagCount +=1; in main()
172 public static int flagCount = 0; field in VMsuspend001a
200 flagCount +=2; in runt1()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/suspend/
H A Dsuspend001a.java140 VMsuspend001a.flagCount +=1; in main()
172 public static int flagCount = 0; field in VMsuspend001a
200 flagCount +=2; in runt1()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/suspend/
H A Dsuspend001a.java140 VMsuspend001a.flagCount +=1; in main()
172 public static int flagCount = 0; field in VMsuspend001a
200 flagCount +=2; in runt1()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/suspend/
H A Dsuspend001a.java140 VMsuspend001a.flagCount +=1; in main()
172 public static int flagCount = 0; field in VMsuspend001a
200 flagCount +=2; in runt1()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/suspend/
H A Dsuspend001a.java140 VMsuspend001a.flagCount +=1; in main()
172 public static int flagCount = 0; field in VMsuspend001a
200 flagCount +=2; in runt1()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/suspend/
H A Dsuspend001a.java140 VMsuspend001a.flagCount +=1; in main()
172 public static int flagCount = 0; field in VMsuspend001a
200 flagCount +=2; in runt1()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/suspend/
H A Dsuspend001a.java140 VMsuspend001a.flagCount +=1; in main()
172 public static int flagCount = 0; field in VMsuspend001a
200 flagCount +=2; in runt1()
/dports/net/liferea/liferea-1.12.7/src/
H A Ditemset.c309 guint i, max, length, toBeDropped, newCount = 0, flagCount = 0; in itemset_merge_items() local
332 flagCount++; in itemset_merge_items()
339 debug1(DEBUG_UPDATE, "flag count: %d", flagCount); in itemset_merge_items()
352 if ((length < max) && (max < length + flagCount)) { in itemset_merge_items()
353 max = flagCount + length; in itemset_merge_items()
442 if (g_list_length (items) > itemset_get_max_item_count (itemSet) + flagCount) in itemset_merge_items()
/dports/archivers/librtfcomp/librtfcomp-1.3/src/
H A Drtfdecomp.c82 int flagCount = 0; in LZRTFDecompress() local
91 flags = (flagCount++ % 8 == 0) ? src[in++] : flags >> 1; in LZRTFDecompress()
/dports/sysutils/sensu-go/sensu-go-5.11.1/cmd/loadit/
H A Dmain.go19 flagCount = flag.Int("count", 1000, "number of concurrent simulated agents") var
37 for i := 0; i < *flagCount; i++ {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/vendor/golang.org/x/tools/cmd/compilebench/
H A Dmain.go98 flagCount = flag.Int("count", 1, "run benchmarks `n` times") var
170 for i := 0; i < *flagCount; i++ {
327 if *flagCount != 1 {
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/cmd/compilebench/
H A Dmain.go113 flagCount = flag.Int("count", 1, "run benchmarks `n` times") var
210 for i := 0; i < *flagCount; i++ {
476 if *flagCount != 1 {
492 if *flagCount != 1 {
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/cmd/compilebench/
H A Dmain.go113 flagCount = flag.Int("count", 1, "run benchmarks `n` times") var
210 for i := 0; i < *flagCount; i++ {
473 if *flagCount != 1 {
489 if *flagCount != 1 {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/cmd/compilebench/
H A Dmain.go113 flagCount = flag.Int("count", 1, "run benchmarks `n` times") var
210 for i := 0; i < *flagCount; i++ {
476 if *flagCount != 1 {
492 if *flagCount != 1 {

12345