/third_party/ltp/testcases/network/stress/route/ |
H A D | route-change-netlink.c | 28 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 D | test_timeit.py | 372 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 D | main.c | 60 int num_loops = 500; variable 148 num_loops = atoi(optarg); in main() 180 argv[0], num_loops, datadir); in main()
|
H A D | thread_code.c | 362 while (th_data->th_nloop <= num_loops) { in thread_code()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler.h | 102 unsigned num_loops; member
|
H A D | etnaviv_shader.c | 72 printf("num loops: %i\n", shader->num_loops); in etna_dump_shader() 391 v->num_loops); in dump_shader_info()
|
H A D | etnaviv_compiler_nir.c | 1078 v->num_loops = 0; /* TODO */ in etna_compile_shader()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_interp.c | 762 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 D | r600_shader.h | 116 unsigned num_loops; member
|
H A D | r600_shader.c | 377 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 D | radeon_compiler.h | 160 unsigned num_loops; member
|
H A D | radeon_compiler.c | 394 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 D | scheduler.cc | 815 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 D | gpir.h | 428 int num_loops; member
|
H A D | nir.c | 435 comp->num_loops, in gpir_print_shader_db()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | ppir.h | 433 int num_loops; member
|
H A D | nir.c | 760 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 D | sfn_shader.cpp | 1360 sh_info->num_loops = m_nloops; in get_shader_info()
|