Home
last modified time | relevance | path

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

/third_party/ltp/testcases/network/stress/route/
H A Droute-change-netlink.c28 static int fd, num_loops, port; variable
116 if (tst_parse_int(c_opt, &num_loops, 1, INT_MAX)) { in setup()
117 num_loops = INT_MAX; in setup()
119 c_opt, num_loops); in setup()
282 tst_res(TINFO, "adding and deleting route %d times", num_loops); in run()
287 for (i = 0; i < num_loops; i++) { in run()
/third_party/python/Lib/test/
H A Dtest_timeit.py372 num_loops, time_taken = self.autorange()
373 self.assertEqual(num_loops, 500)
377 num_loops, time_taken = self.autorange(seconds_per_increment=1.0)
378 self.assertEqual(num_loops, 1)
385 num_loops, time_taken = self.autorange(callback=callback)
386 self.assertEqual(num_loops, 500)
/third_party/ltp/testcases/misc/math/float/
H A Dmain.c60 int num_loops = 500; variable
148 num_loops = atoi(optarg); in main()
180 argv[0], num_loops, datadir); in main()
H A Dthread_code.c362 while (th_data->th_nloop <= num_loops) { in thread_code()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.h102 unsigned num_loops; member
H A Detnaviv_shader.c72 printf("num loops: %i\n", shader->num_loops); in etna_dump_shader()
391 v->num_loops); in dump_shader_info()
H A Detnaviv_compiler_nir.c1078 v->num_loops = 0; /* TODO */ in etna_compile_shader()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c762 unsigned num_loops = 16 / type.length; in lp_build_interp_soa_init() local
769 lp_build_const_int32(gallivm, num_loops), in lp_build_interp_soa_init()
773 lp_build_const_int32(gallivm, num_loops), in lp_build_interp_soa_init()
775 for (i = 0; i < num_loops; i++) { in lp_build_interp_soa_init()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.h116 unsigned num_loops; member
H A Dr600_shader.c377 shader->shader.num_loops, in r600_pipe_shader_create()
3471 shader->num_loops = ctx.info.opcode_count[TGSI_OPCODE_BGNLOOP]; in r600_shader_from_tgsi()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h160 unsigned num_loops; member
H A Dradeon_compiler.c394 s->num_loops++; in rc_get_stats()
423 s.num_fc_insts, s.num_loops, s.num_tex_insts, s.num_presub_ops, in print_stats()
/third_party/node/deps/v8/src/compiler/
H A Dscheduler.cc815 int num_loops = static_cast<int>(loops_.size()); in ComputeAndInsertSpecialRPO() local
831 SetLoopNumber(succ, num_loops++); in ComputeAndInsertSpecialRPO()
847 if (num_loops > static_cast<int>(loops_.size())) { in ComputeAndInsertSpecialRPO()
850 ComputeLoopInfo(&stack_, num_loops, &backedges_); in ComputeAndInsertSpecialRPO()
911 DCHECK(GetLoopNumber(succ) < num_loops); in ComputeAndInsertSpecialRPO()
994 size_t num_loops, ZoneVector<Backedge>* backedges) { in ComputeLoopInfo()
1002 loops_.resize(num_loops, LoopInfo()); in ComputeLoopInfo()
993 ComputeLoopInfo(ZoneVector<SpecialRPOStackFrame>* queue, size_t num_loops, ZoneVector<Backedge>* backedges) ComputeLoopInfo() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h428 int num_loops; member
H A Dnir.c435 comp->num_loops, in gpir_print_shader_db()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dppir.h433 int num_loops; member
H A Dnir.c760 comp->num_loops++; in ppir_emit_loop()
871 comp->num_loops, in ppir_print_shader_db()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.cpp1360 sh_info->num_loops = m_nloops; in get_shader_info()

Completed in 35 milliseconds