Searched refs:num_loops (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
D | neteq_external_decoder_unittest.cc | 162 virtual int NumExpectedDecodeCalls(int num_loops) const { return num_loops; } in NumExpectedDecodeCalls() 164 void RunTest(int num_loops) { in RunTest() argument 175 .Times(NumExpectedDecodeCalls(num_loops)); in RunTest() 178 for (int k = 0; k < num_loops; ++k) { in RunTest() 339 int NumExpectedDecodeCalls(int num_loops) const OVERRIDE { in NumExpectedDecodeCalls() 342 return num_loops - (config_.max_packets_in_buffer + 1); in NumExpectedDecodeCalls() 425 int NumExpectedDecodeCalls(int num_loops) const OVERRIDE { in NumExpectedDecodeCalls() 427 return num_loops - 2; in NumExpectedDecodeCalls()
|
D | neteq_stereo_unittest.cc | 183 void RunTest(int num_loops) { in RunTest() argument 194 for (int k = 0; k < num_loops; ++k) { in RunTest()
|
/external/chromium_org/v8/src/compiler/ |
D | scheduler.cc | 786 Zone* zone, SpecialRPOStackFrame* queue, int num_loops, int num_blocks, in ComputeLoopInfo() argument 788 LoopInfo* loops = zone->NewArray<LoopInfo>(num_loops); in ComputeLoopInfo() 789 memset(loops, 0, num_loops * sizeof(LoopInfo)); in ComputeLoopInfo() 832 static void PrintRPO(int num_loops, LoopInfo* loops, BasicBlockVector* order) { in PrintRPO() argument 833 PrintF("-- RPO with %d loops ", num_loops); in PrintRPO() 834 if (num_loops > 0) { in PrintRPO() 836 for (int i = 0; i < num_loops; i++) { in PrintRPO() 848 for (int i = 0; i < num_loops; i++) { in PrintRPO() 863 static void VerifySpecialRPO(int num_loops, LoopInfo* loops, in VerifySpecialRPO() argument 868 for (int i = 0; i < num_loops; i++) { in VerifySpecialRPO() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_bld_interp.c | 756 unsigned num_loops = 16 / type.length; in lp_build_interp_soa_init() local 763 lp_build_const_int32(gallivm, num_loops), in lp_build_interp_soa_init() 767 lp_build_const_int32(gallivm, num_loops), in lp_build_interp_soa_init() 769 for (i = 0; i < num_loops; i++) { in lp_build_interp_soa_init()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_interp.c | 756 unsigned num_loops = 16 / type.length; in lp_build_interp_soa_init() local 763 lp_build_const_int32(gallivm, num_loops), in lp_build_interp_soa_init() 767 lp_build_const_int32(gallivm, num_loops), in lp_build_interp_soa_init() 769 for (i = 0; i < num_loops; i++) { in lp_build_interp_soa_init()
|