/external/skqp/src/lazy/ |
D | SkDiscardableMemoryPool.cpp | 126 DiscardableMemoryPool::DiscardableMemoryPool(size_t budget) in DiscardableMemoryPool() 141 void DiscardableMemoryPool::dumpDownTo(size_t budget) { in dumpDownTo() 220 void DiscardableMemoryPool::setRAMBudget(size_t budget) { in setRAMBudget()
|
/external/skia/src/lazy/ |
D | SkDiscardableMemoryPool.cpp | 126 DiscardableMemoryPool::DiscardableMemoryPool(size_t budget) in DiscardableMemoryPool() 141 void DiscardableMemoryPool::dumpDownTo(size_t budget) { in dumpDownTo() 220 void DiscardableMemoryPool::setRAMBudget(size_t budget) { in setRAMBudget()
|
/external/libdivsufsort/lib/ |
D | trsort.c | 202 trbudget_init(trbudget_t *budget, saidx_t chance, saidx_t incval) { in trbudget_init() 209 trbudget_check(trbudget_t *budget, saidx_t size) { in trbudget_check() 329 trbudget_t *budget) { in tr_introsort() 558 trbudget_t budget; in trsort() local
|
/external/u-boot/lib/bzip2/ |
D | bzlib_blocksort.c | 392 Int32* budget ) in mainGtU() 532 Int32* budget ) in mainSimpleSort() 668 Int32* budget ) in mainQSort3() 797 Int32* budget ) in mainSort() 1080 Int32 budget; in BZ2_blockSort() local
|
/external/bzip2/ |
D | blocksort.c | 352 Int32* budget ) in mainGtU() 492 Int32* budget ) in mainSimpleSort() 628 Int32* budget ) in mainQSort3() 757 Int32* budget ) in mainSort() 1040 Int32 budget; in BZ2_blockSort() local
|
/external/libopus/celt/ |
D | quant_bands.c | 158 opus_int32 budget, opus_int32 tell, in quant_coarse_energy_impl() 262 const opus_val16 *eBands, opus_val16 *oldEBands, opus_uint32 budget, in quant_coarse_energy() 435 opus_int32 budget; in unquant_coarse_energy() local
|
D | celt_decoder.c | 447 opus_uint32 budget; in tf_decode() local
|
D | celt_encoder.c | 751 opus_uint32 budget; in tf_encode() local
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | udpgso_bench_rx.c | 171 int ret, len, budget = 256; in do_flush_udp() local
|
/external/skqp/src/gpu/text/ |
D | GrTextBlobCache.h | 89 void setBudget(size_t budget) { in setBudget()
|
/external/skia/src/gpu/text/ |
D | GrTextBlobCache.h | 93 void setBudget(size_t budget) { in setBudget()
|
/external/v8/src/regexp/ |
D | jsregexp.cc | 2225 int budget, in EatsAtLeast() 2235 void ActionNode::FillInBMInfo(Isolate* isolate, int offset, int budget, in FillInBMInfo() 2245 int budget, in EatsAtLeast() 2260 void AssertionNode::FillInBMInfo(Isolate* isolate, int offset, int budget, in FillInBMInfo() 2270 int budget, in EatsAtLeast() 2281 int budget, in EatsAtLeast() 2294 int NegativeLookaroundChoiceNode::EatsAtLeast(int still_to_find, int budget, in EatsAtLeast() 2315 int budget, in EatsAtLeastHelper() 2335 int budget, in EatsAtLeast() 2345 int budget, in EatsAtLeast() [all …]
|
D | jsregexp.h | 515 virtual void FillInBMInfo(Isolate* isolate, int offset, int budget, in FillInBMInfo() 596 virtual void FillInBMInfo(Isolate* isolate, int offset, int budget, in FillInBMInfo() 855 virtual void FillInBMInfo(Isolate* isolate, int offset, int budget, in FillInBMInfo() 1017 virtual void FillInBMInfo(Isolate* isolate, int offset, int budget, in FillInBMInfo()
|
/external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/bsdiff/ |
D | DivSuffixSorter.java | 1310 TRBudget budget = new TRBudget(trIlg(n) * 2 / 3, n); in trSort() local 1415 private final void trIntroSort(int ISA, int ISAd, int first, int last, TRBudget budget) in trIntroSort()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 2966 bool OutputASM::trivial(TIntermTyped *expression, int budget) in trivial() 2977 int OutputASM::cost(TIntermNode *expression, int budget) in cost()
|