Home
last modified time | relevance | path

Searched refs:fullCount (Results 1 – 25 of 85) sorted by relevance

1234

/dports/devel/php-ice37/ice-3.7.2/cpp/test/IceUtil/thread/
H A DCountDownLatchTest.cpp63 const int fullCount = 11;
67 CountDownLatch latch(fullCount);
68 test(latch.getCount() == fullCount);
84 test(latch.getCount() == fullCount);
89 ThreadPtr t2[fullCount - 1];
90 for(i = 0; i < fullCount - 1; i++)
108 for(i = 0; i < fullCount - 1; i++)
130 for(i = 0; i < fullCount - 1; i++)
/dports/devel/ice37/ice-3.7.2/cpp/test/IceUtil/thread/
H A DCountDownLatchTest.cpp63 const int fullCount = 11; in run() local
67 CountDownLatch latch(fullCount); in run()
68 test(latch.getCount() == fullCount); in run()
84 test(latch.getCount() == fullCount); in run()
89 ThreadPtr t2[fullCount - 1]; in run()
90 for(i = 0; i < fullCount - 1; i++) in run()
108 for(i = 0; i < fullCount - 1; i++) in run()
130 for(i = 0; i < fullCount - 1; i++) in run()
/dports/devel/py-ice37/ice-3.7.2/cpp/test/IceUtil/thread/
H A DCountDownLatchTest.cpp63 const int fullCount = 11; in run() local
67 CountDownLatch latch(fullCount); in run()
68 test(latch.getCount() == fullCount); in run()
84 test(latch.getCount() == fullCount); in run()
89 ThreadPtr t2[fullCount - 1]; in run()
90 for(i = 0; i < fullCount - 1; i++) in run()
108 for(i = 0; i < fullCount - 1; i++) in run()
130 for(i = 0; i < fullCount - 1; i++) in run()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/delibs/destream/
H A DdeRingbuffer.c40 deSemaphore fullCount; member
65 ringbuffer->fullCount = deSemaphore_create(0, DE_NULL); in deRingbuffer_create()
70 !ringbuffer->fullCount) in deRingbuffer_create()
74 if (ringbuffer->fullCount) in deRingbuffer_create()
75 deSemaphore_destroy(ringbuffer->fullCount); in deRingbuffer_create()
100 deSemaphore_increment(ringbuffer->fullCount); in deRingbuffer_stop()
106 deSemaphore_destroy(ringbuffer->fullCount); in deRingbuffer_destroy()
158 deSemaphore_increment(ringbuffer->fullCount); in producerStream_write()
181 deSemaphore_increment(ringbuffer->fullCount); in producerStream_flush()
219 if (!deSemaphore_tryDecrement(ringbuffer->fullCount)) in consumerStream_read()
[all …]
/dports/editors/ted/Ted-2.23/utilPs/
H A DpsT42.c175 int fullCount; in psTtfHmtxChunk() local
179 fullCount= hhea->hheaMetricCount; in psTtfHmtxChunk()
182 if ( glyphIdx < fullCount ) in psTtfHmtxChunk()
185 glyphs= fullCount- glyphIdx; in psTtfHmtxChunk()
188 if ( upto > pad* fullCount ) in psTtfHmtxChunk()
189 { upto= pad* fullCount; } in psTtfHmtxChunk()
228 int fullCount; in psTtfVmtxChunk() local
235 if ( glyphIdx < fullCount ) in psTtfVmtxChunk()
238 glyphs= fullCount- glyphIdx; in psTtfVmtxChunk()
241 if ( upto > pad* fullCount ) in psTtfVmtxChunk()
[all …]
/dports/misc/mnn/MNN-1.2.0/source/backend/opencl/execution/image/
H A DEltwiseExecution.cpp58 int fullCount[2] = {1, 1}; in onResize() local
68 fullCount[0] = realSize(inputs[0]) == 1 ? 0 : 1; in onResize()
69 fullCount[1] = realSize(inputs[1]) == 1 ? 0 : 1; in onResize()
78 unit.kernel.setArg(index++, fullCount); in onResize()
100 fullCount[1] = 1; in onResize()
110 fullCount[0] = realSize(input0) == 1 ? 0 : 1; in onResize()
113 fullCount[0] = 1; in onResize()
117 fullCount[1] = realSize(input1) == 1 ? 0 : 1; in onResize()
129 unit.kernel.setArg(index++, fullCount); in onResize()
/dports/misc/mnn/MNN-1.2.0/source/backend/opencl/execution/buffer/
H A DBinaryBufExecution.cpp44 int fullCount[2] = {1, 1}; in onResize() local
52 fullCount[0] = realSize(inputs[0]) == 1 ? 0 : 1; in onResize()
53 fullCount[1] = realSize(inputs[1]) == 1 ? 0 : 1; in onResize()
62 unit.kernel.setArg(index++, fullCount); in onResize()
70 fullCount[0] = 1; in onResize()
71 fullCount[1] = realSize(inputs[i]) == 1 ? 0 : 1; in onResize()
82 unit.kernel.setArg(index++, fullCount); in onResize()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/ref/SoftReference/
H A DBash.java63 int fullCount = 0; in main() local
66 else fullCount++; in main()
69 System.err.println(fullCount + " full, " + emptyCount + " empty "); in main()
H A DPin.java83 int emptyCount = 0, fullCount = 0; in main() local
90 fullCount++; in main()
94 fullCount + " full."); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/ref/SoftReference/
H A DBash.java63 int fullCount = 0; in main() local
66 else fullCount++; in main()
69 System.err.println(fullCount + " full, " + emptyCount + " empty "); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/ref/SoftReference/
H A DBash.java63 int fullCount = 0; in main() local
66 else fullCount++; in main()
69 System.err.println(fullCount + " full, " + emptyCount + " empty "); in main()
H A DPin.java83 int emptyCount = 0, fullCount = 0; in main() local
90 fullCount++; in main()
94 fullCount + " full."); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/ref/SoftReference/
H A DBash.java63 int fullCount = 0; in main() local
66 else fullCount++; in main()
69 System.err.println(fullCount + " full, " + emptyCount + " empty "); in main()
H A DPin.java83 int emptyCount = 0, fullCount = 0; in main() local
90 fullCount++; in main()
94 fullCount + " full."); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/ref/SoftReference/
H A DBash.java63 int fullCount = 0; in main() local
66 else fullCount++; in main()
69 System.err.println(fullCount + " full, " + emptyCount + " empty "); in main()
H A DPin.java83 int emptyCount = 0, fullCount = 0; in main() local
90 fullCount++; in main()
94 fullCount + " full."); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/ref/SoftReference/
H A DBash.java63 int fullCount = 0; in main() local
66 else fullCount++; in main()
69 System.err.println(fullCount + " full, " + emptyCount + " empty "); in main()
H A DPin.java83 int emptyCount = 0, fullCount = 0; in main() local
90 fullCount++; in main()
94 fullCount + " full."); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/ref/SoftReference/
H A DBash.java63 int fullCount = 0; in main() local
66 else fullCount++; in main()
69 System.err.println(fullCount + " full, " + emptyCount + " empty "); in main()
H A DPin.java83 int emptyCount = 0, fullCount = 0; in main() local
90 fullCount++; in main()
94 fullCount + " full."); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/ref/SoftReference/
H A DBash.java63 int fullCount = 0; in main() local
66 else fullCount++; in main()
69 System.err.println(fullCount + " full, " + emptyCount + " empty "); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/ref/SoftReference/
H A DBash.java63 int fullCount = 0; in main() local
66 else fullCount++; in main()
69 System.err.println(fullCount + " full, " + emptyCount + " empty "); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/ref/SoftReference/
H A DBash.java63 int fullCount = 0; in main() local
66 else fullCount++; in main()
69 System.err.println(fullCount + " full, " + emptyCount + " empty "); in main()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/simplex/
H A DHDualRow.cpp133 int fullCount = workCount; in chooseFinal() local
139 for (int i = workCount; i < fullCount; i++) { in chooseFinal()
149 if (totalChange >= totalDelta || workCount == fullCount) break; in chooseFinal()
251 fullCount = breakIndex; in chooseFinal()
283 int fullCount = workCount; in chooseFinalWorkGroupQuad() local
299 for (int i = workCount; i < fullCount; i++) { in chooseFinalWorkGroupQuad()
328 if (totalChange >= totalDelta || workCount == fullCount) break; in chooseFinalWorkGroupQuad()
335 int fullCount = alt_workCount; in chooseFinalWorkGroupHeap() local
342 heap_i.resize(fullCount + 1); in chooseFinalWorkGroupHeap()
343 heap_v.resize(fullCount + 1); in chooseFinalWorkGroupHeap()
[all …]
/dports/math/highs/HiGHS-cfe064e/src/simplex/
H A DHDualRow.cpp133 int fullCount = workCount; in chooseFinal() local
139 for (int i = workCount; i < fullCount; i++) { in chooseFinal()
149 if (totalChange >= totalDelta || workCount == fullCount) break; in chooseFinal()
258 fullCount = breakIndex; in chooseFinal()
290 int fullCount = workCount; in chooseFinalWorkGroupQuad() local
306 for (int i = workCount; i < fullCount; i++) { in chooseFinalWorkGroupQuad()
335 if (totalChange >= totalDelta || workCount == fullCount) break; in chooseFinalWorkGroupQuad()
342 int fullCount = alt_workCount; in chooseFinalWorkGroupHeap() local
349 heap_i.resize(fullCount + 1); in chooseFinalWorkGroupHeap()
350 heap_v.resize(fullCount + 1); in chooseFinalWorkGroupHeap()
[all …]

1234