/external/webp/src/enc/ |
D | predictor_enc.c | 47 static float PredictionCostSpatialHistogram(const int accumulated[4][256], in PredictionCostSpatialHistogram() 54 retval += VP8LCombinedShannonEntropy(tile[i], accumulated[i]); in PredictionCostSpatialHistogram() 285 int accumulated[4][256], in GetBestPredictorForTile() 368 (const int (*)[256])accumulated, (const int (*)[256])histo_argb); in GetBestPredictorForTile() 384 accumulated[i][j] += best_histo[i][j]; in GetBestPredictorForTile() 509 static float PredictionCostCrossColor(const int accumulated[256], in PredictionCostCrossColor() 514 return VP8LCombinedShannonEntropy(counts, accumulated) + in PredictionCostCrossColor()
|
/external/tremolo/Tremolo/ |
D | vorbisfile.c | 408 ogg_int64_t accumulated=0,pos; in _prefetch_all_offsets() local 434 accumulated+=(lastblock+thisblock)>>2; in _prefetch_all_offsets() 442 accumulated= pos-accumulated; in _prefetch_all_offsets() 449 if(accumulated<0)accumulated=0; in _prefetch_all_offsets() 451 vf->pcmlengths[i*2]=accumulated; in _prefetch_all_offsets()
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 107 // Yet another OutputStream, append=true (so should append to accumulated contents)
|
D | AbstractFileSystemTest.groovy | 172 // Yet another OutputStream, append=true (so should append to accumulated contents)
|
/external/python/cpython2/Doc/library/ |
D | mimewriter.rst | 48 Causes all headers accumulated so far to be written out (and forgotten). This is
|
D | trace.rst | 168 for the given :class:`Trace` instance. Does not reset the accumulated
|
D | profile.rst | 358 are accumulated into a single entry. 367 name) functions are automatically accumulated into single function
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 89 // Yet another OutputStream, append=true (so should append to accumulated contents)
|
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 89 // Yet another OutputStream, append=true (so should append to accumulated contents)
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 89 // Yet another OutputStream, append=true (so should append to accumulated contents)
|
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 90 // Yet another OutputStream, append=true (so should append to accumulated contents)
|
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 95 // Yet another OutputStream, append=true (so should append to accumulated contents)
|
/external/iproute2/doc/ |
D | nstat.sgml | 40 see counters including values accumulated to the moment
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 96 // Yet another OutputStream, append=true (so should append to accumulated contents)
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 96 // Yet another OutputStream, append=true (so should append to accumulated contents)
|
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 96 // Yet another OutputStream, append=true (so should append to accumulated contents)
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 95 // Yet another OutputStream, append=true (so should append to accumulated contents)
|
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 95 // Yet another OutputStream, append=true (so should append to accumulated contents)
|
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 95 // Yet another OutputStream, append=true (so should append to accumulated contents)
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 95 // Yet another OutputStream, append=true (so should append to accumulated contents)
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 9696 const char *accumulated; member 9914 assert(p->accumulated == NULL); in assert_accumulate_empty() 9919 p->accumulated = NULL; in accumulate_clear() 9951 if (!p->accumulated && can_alias) { in accumulate_append() 9952 p->accumulated = buf; in accumulate_append() 9967 if (p->accumulated != p->accumulate_buf) { in accumulate_append() 9968 memcpy(p->accumulate_buf, p->accumulated, p->accumulated_len); in accumulate_append() 9969 p->accumulated = p->accumulate_buf; in accumulate_append() 9981 assert(p->accumulated); in accumulate_getptr() 9983 return p->accumulated; in accumulate_getptr() [all …]
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 10372 const char *accumulated; member 10610 assert(p->accumulated == NULL); in assert_accumulate_empty() 10615 p->accumulated = NULL; in accumulate_clear() 10647 if (!p->accumulated && can_alias) { in accumulate_append() 10648 p->accumulated = buf; in accumulate_append() 10663 if (p->accumulated != p->accumulate_buf) { in accumulate_append() 10664 memcpy(p->accumulate_buf, p->accumulated, p->accumulated_len); in accumulate_append() 10665 p->accumulated = p->accumulate_buf; in accumulate_append() 10677 assert(p->accumulated); in accumulate_getptr() 10679 return p->accumulated; in accumulate_getptr() [all …]
|
/external/skia/src/core/ |
D | SkAAClip.cpp | 1971 SkDEBUGCODE(int accumulated = 0;) in merge() 2003 SkDEBUGCODE(accumulated += minN;) in merge() 2004 SkASSERT(accumulated <= width); in merge()
|
/external/libchrome/base/message_loop/ |
D | message_pump_mac.mm | 451 // nesting-deferred work may have accumulated. Schedule it for processing 466 // level did not sleep or exit, nesting-deferred work may have accumulated
|
/external/tinyxml/ |
D | changes.txt | 180 - Other bug fixes have accumulated and been fixed on the way as well; my apologies to
|