Home
last modified time | relevance | path

Searched refs:accumulated (Results 1 - 10 of 10) sorted by relevance

/third_party/node/test/pummel/
H A Dtest-fs-watch-system-limit.js57 let accumulated = '';
59 accumulated += chunk;
60 if (accumulated.includes('Error:') && !finished) {
62 accumulated.includes('ENOSPC: System limit for number ' +
64 accumulated.includes('EMFILE: '),
65 accumulated);
/third_party/ffmpeg/libswresample/arm/
H A Dresample.S30 vpadd.f32 d0, d0, d1 @ pair adding of the 4x32-bit accumulated values
46 vpadd.f32 d0, d0, d1 @ pair adding of the 4x32-bit accumulated values
59 vpadd.s32 d0, d0, d1 @ pair adding of the 4x32-bit accumulated values
73 vpadd.s32 d0, d0, d1 @ pair adding of the 4x32-bit accumulated values
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpredictor_enc.c46 static float PredictionCostSpatialHistogram(const int accumulated[4][256], in PredictionCostSpatialHistogram() argument
53 retval += VP8LCombinedShannonEntropy(tile[i], accumulated[i]); in PredictionCostSpatialHistogram()
293 // Returns best predictor and updates the accumulated histogram.
300 int accumulated[4][256], in GetBestPredictorForTile()
386 (const int (*)[256])accumulated, (const int (*)[256])histo_argb); in GetBestPredictorForTile()
402 accumulated[i][j] += best_histo[i][j]; in GetBestPredictorForTile()
531 static float PredictionCostCrossColor(const int accumulated[256], in PredictionCostCrossColor() argument
536 return VP8LCombinedShannonEntropy(counts, accumulated) + in PredictionCostCrossColor()
749 // Gather accumulated histogram data. in VP8LColorSpaceTransform()
298 GetBestPredictorForTile(int width, int height, int tile_x, int tile_y, int bits, int accumulated[4][256], uint32_t* const argb_scratch, const uint32_t* const argb, int max_quantization, int exact, int used_subtract_green, const uint32_t* const modes) GetBestPredictorForTile() argument
/third_party/python/Python/
H A Dimport.c1700 static _PyTime_t accumulated; in import_find_and_load() local
1702 _PyTime_t t1 = 0, accumulated_copy = accumulated; in import_find_and_load()
1730 accumulated = 0; in import_find_and_load()
1748 (long)_PyTime_AsMicroseconds(cum - accumulated, _PyTime_ROUND_CEILING), in import_find_and_load()
1752 accumulated = accumulated_copy + cum; in import_find_and_load()
/third_party/skia/src/core/
H A DSkAAClip.cpp1691 SkDEBUGCODE(int accumulated = 0;)
1723 SkDEBUGCODE(accumulated += minN;)
1724 SkASSERT(accumulated <= width);
/third_party/python/Lib/test/
H A Dtest_itertools.py1667 accumulated = [1, 3, 6, 10, 15]
1671 self.assertEqual(list(pickle.loads(pickle.dumps(it, proto))), accumulated[:])
1673 self.assertEqual(list(pickle.loads(pickle.dumps(it, proto))), accumulated[1:])
1676 self.assertEqual(list(copy.deepcopy(it)), accumulated[1:])
1677 self.assertEqual(list(copy.copy(it)), accumulated[1:])
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c8098 * segment where this submessage's length is being accumulated. */
8160 /* We aren't inside a delimited region. Flush our accumulated bytes to in commit()
8240 * regions, we can now emit all of the buffered data we accumulated. */
9214 const char *accumulated; member
9552 UPB_ASSERT(p->accumulated == NULL); in assert_accumulate_empty()
9557 p->accumulated = NULL; in accumulate_clear()
9588 if (!p->accumulated && can_alias) { in accumulate_append()
9589 p->accumulated = buf; in accumulate_append()
9603 if (p->accumulated != p->accumulate_buf) { in accumulate_append()
9604 memcpy(p->accumulate_buf, p->accumulated, in accumulate_append()
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9mc_neon.S496 @ coefficients, so they can be accumulated into tmp1-tmp2 together with the
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1228 has accumulated so far. If your function does this, it should set a
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1228 has accumulated so far. If your function does this, it should set a

Completed in 42 milliseconds