Searched refs:num_loops (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dneteq_external_decoder_unittest.cc162 virtual int NumExpectedDecodeCalls(int num_loops) const { return num_loops; }
164 void RunTest(int num_loops) { argument
175 .Times(NumExpectedDecodeCalls(num_loops));
178 for (int k = 0; k < num_loops; ++k) {
339 int NumExpectedDecodeCalls(int num_loops) const OVERRIDE {
342 return num_loops - (config_.max_packets_in_buffer + 1);
425 int NumExpectedDecodeCalls(int num_loops) const OVERRIDE {
427 return num_loops - 2;
H A Dneteq_stereo_unittest.cc183 void RunTest(int num_loops) { argument
194 for (int k = 0; k < num_loops; ++k) {
/external/chromium_org/v8/src/compiler/
H A Dscheduler.cc786 Zone* zone, SpecialRPOStackFrame* queue, int num_loops, int num_blocks,
788 LoopInfo* loops = zone->NewArray<LoopInfo>(num_loops);
789 memset(loops, 0, num_loops * sizeof(LoopInfo));
832 static void PrintRPO(int num_loops, LoopInfo* loops, BasicBlockVector* order) { argument
833 PrintF("-- RPO with %d loops ", num_loops);
834 if (num_loops > 0) {
836 for (int i = 0; i < num_loops; i++) {
848 for (int i = 0; i < num_loops; i++) {
863 static void VerifySpecialRPO(int num_loops, LoopInfo* loops, argument
868 for (int i = 0; i < num_loops;
785 ComputeLoopInfo( Zone* zone, SpecialRPOStackFrame* queue, int num_loops, int num_blocks, ZoneList<std::pair<BasicBlock*, int> >* backedges) argument
948 int num_loops = 0; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c756 unsigned num_loops = 16 / type.length; local
763 lp_build_const_int32(gallivm, num_loops),
767 lp_build_const_int32(gallivm, num_loops),
769 for (i = 0; i < num_loops; i++) {
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c756 unsigned num_loops = 16 / type.length; local
763 lp_build_const_int32(gallivm, num_loops),
767 lp_build_const_int32(gallivm, num_loops),
769 for (i = 0; i < num_loops; i++) {

Completed in 956 milliseconds