Home
last modified time | relevance | path

Searched refs:countsArray (Results 1 – 7 of 7) sorted by relevance

/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/
H A DPercentile.scala194 val countsArray = aggreCounts.map(_._2).toArray[Long] constant
195 val lowerIndex = binarySearchCount(countsArray, 0, aggreCounts.size, lower + 1)
196 val higherIndex = binarySearchCount(countsArray, 0, aggreCounts.size, higher + 1)
218 countsArray: Array[Long], start: Int, end: Int, value: Long): Int = {
219 util.Arrays.binarySearch(countsArray, 0, end, value) match {
/dports/finance/chiapos/chiapos-1.0.3/lib/FiniteStateEntropy/programs/
H A Dfullbench.c438 U32 countsArray[4][256]; in histo_by8() local
439 memset(countsArray,0,sizeof(countsArray)); in histo_by8()
447 countsArray[0][x & 0xff]++; x >>= 8; in histo_by8()
448 countsArray[1][x & 0xff]++; x >>= 8; in histo_by8()
449 countsArray[2][x & 0xff]++; x >>= 8; in histo_by8()
450 countsArray[3][x & 0xff]++; x >>= 8; in histo_by8()
451 countsArray[0][x & 0xff]++; x >>= 8; in histo_by8()
452 countsArray[1][x & 0xff]++; x >>= 8; in histo_by8()
453 countsArray[2][x & 0xff]++; x >>= 8; in histo_by8()
460 countsArray[0][ *rawPtr++ ] ++; in histo_by8()
[all …]
/dports/misc/usd/USD-21.11/pxr/usdImaging/usdImaging/
H A DimplicitSurfaceMeshUtils.cpp304 VtIntArray countsArray(numCounts); in UsdImagingGetCapsuleMeshTopology() local
305 int * counts = countsArray.data(); in UsdImagingGetCapsuleMeshTopology()
351 countsArray, indicesArray); in UsdImagingGetCapsuleMeshTopology()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/telemetry/core/
H A DTelemetryHistogram.cpp3100 JS::RootedValue countsArray(aCx); in internal_ParseHistogramData() local
3102 if (!JS_GetProperty(aCx, histogramObj, "counts", &countsArray) || in internal_ParseHistogramData()
3103 !JS::IsArrayObject(aCx, countsArray, &countsIsArray)) { in internal_ParseHistogramData()
3116 JS::RootedObject countsArrayObj(aCx, &countsArray.toObject()); in internal_ParseHistogramData()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/telemetry/core/
H A DTelemetryHistogram.cpp3134 JS::RootedValue countsArray(aCx); in internal_ParseHistogramData() local
3136 if (!JS_GetProperty(aCx, histogramObj, "counts", &countsArray) || in internal_ParseHistogramData()
3137 !JS::IsArrayObject(aCx, countsArray, &countsIsArray)) { in internal_ParseHistogramData()
3150 JS::RootedObject countsArrayObj(aCx, &countsArray.toObject()); in internal_ParseHistogramData()
/dports/www/firefox/firefox-99.0/toolkit/components/telemetry/core/
H A DTelemetryHistogram.cpp3153 JS::RootedValue countsArray(aCx); in internal_ParseHistogramData() local
3155 if (!JS_GetProperty(aCx, histogramObj, "counts", &countsArray) || in internal_ParseHistogramData()
3156 !JS::IsArrayObject(aCx, countsArray, &countsIsArray)) { in internal_ParseHistogramData()
3169 JS::RootedObject countsArrayObj(aCx, &countsArray.toObject()); in internal_ParseHistogramData()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/telemetry/core/
H A DTelemetryHistogram.cpp3134 JS::RootedValue countsArray(aCx); in internal_ParseHistogramData() local
3136 if (!JS_GetProperty(aCx, histogramObj, "counts", &countsArray) || in internal_ParseHistogramData()
3137 !JS::IsArrayObject(aCx, countsArray, &countsIsArray)) { in internal_ParseHistogramData()
3150 JS::RootedObject countsArrayObj(aCx, &countsArray.toObject()); in internal_ParseHistogramData()