Home
last modified time | relevance | path

Searched refs:loopcount (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/fs/fs_di/
Dfs_di186 loopcount=0
188 while [ $loopcount -lt $LOOPS ]
231 end_testcase "Error in loop $loopcount: cmp after write FAILED"
237 end_testcase "Error in loop $loopcount: cmp after read FAILED"
241 loopcount=$(( $loopcount + 1 ))
242 tst_resm TINFO "Completed Loop $loopcount"
/third_party/mesa3d/src/intel/compiler/
Dbrw_clip_unfilled.c293 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts); in emit_lines()
303 brw_ADD(p, c->reg.loopcount, c->reg.loopcount, brw_imm_d(-1)); in emit_lines()
313 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts); in emit_lines()
342 brw_ADD(p, c->reg.loopcount, c->reg.loopcount, brw_imm_d(-1)); in emit_lines()
359 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts); in emit_points()
385 brw_ADD(p, c->reg.loopcount, c->reg.loopcount, brw_imm_d(-1)); in emit_points()
Dbrw_clip_tri.c83 c->reg.loopcount = retype(brw_vec1_grf(i, 1), BRW_REGISTER_TYPE_D); in brw_clip_tri_alloc_regs()
137 struct brw_reg tmp0 = c->reg.loopcount; /* handy temporary */ in brw_clip_tri_init_vertices()
177 struct brw_reg tmp0 = c->reg.loopcount; /* handy temporary */ in brw_clip_tri_flat_shade()
305 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts); in brw_clip_tri()
402 brw_ADD(p, c->reg.loopcount, c->reg.loopcount, brw_imm_d(-1)); in brw_clip_tri()
454 c->reg.loopcount, in brw_clip_tri_emit_polygon()
482 brw_ADD(p, c->reg.loopcount, c->reg.loopcount, brw_imm_d(-1)); in brw_clip_tri_emit_polygon()
531 struct brw_reg tmp0 = c->reg.loopcount; /* handy temporary */ in brw_clip_test()
Dbrw_clip.h61 struct brw_reg loopcount; member
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLBufferAgeTest.cpp130 const uint32_t loopcount = 15; in TEST_P() local
132 for (uint32_t i = 0; i < loopcount; i++) in TEST_P()
321 const uint32_t loopcount = 10; in TEST_P() local
323 for (uint32_t i = 0; i < loopcount; i++) in TEST_P()
/third_party/giflib/
Dgifbuild.c727 unsigned int loopcount = params[1] | (params[2] << 8); in DumpExtensions() local
728 printf("netscape loop %u\n\n", loopcount); in DumpExtensions()
/third_party/alsa-utils/alsaloop/
Dpcmjob.c1860 int err, loopcount = 0, idx; in pcmjob_pollfds_handle() local
1941 ccount == 0 && loopcount == 0) { in pcmjob_pollfds_handle()
1963 loopcount++; in pcmjob_pollfds_handle()
1964 } while ((ccount > 0 || pcount > 0) && loopcount > 10); in pcmjob_pollfds_handle()
/third_party/mesa3d/src/freedreno/decode/
Dcffdec.c2197 uint32_t loopcount; in cp_start_bin() local
2200 loopcount = dwords[0]; in cp_start_bin()
2222 for (uint32_t i = 0; i < loopcount; i++) { in cp_start_bin()
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c10094 int loopcount = 0; in pcre2_compile() local
10095 errorcode = check_lookbehinds(cb.parsed_pattern, NULL, NULL, &cb, &loopcount); in pcre2_compile()