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

/freebsd-10.1-release/contrib/gcc/
H A Dcfgloop.c157 int num_loops;
159 num_loops = loops->num;
160 if (! num_loops || ! file)
163 fprintf (file, ";; %d loops found\n", num_loops);
165 for (i = 0; i < num_loops; i++)
597 int num_loops;
630 num_loops = 0;
664 num_loops++;
670 loops->parray = XCNEWVEC (struct loop *, num_loops + 1);
693 if (num_loops)
156 int num_loops; local
596 int num_loops; local
[all...]
H A Dmodulo-sched.c907 unsigned i,num_loops;
1064 num_loops = loops->num;
1066 for (i = 0; i < num_loops; i++)
904 unsigned i,num_loops; local
/freebsd-10.1-release/crypto/heimdal/lib/gssapi/
H A Dtest_acquire_cred.c183 static int num_loops = 1; variable
189 {"loops", 0, arg_integer, &num_loops, "enctype-num", NULL },
290 for (i = 0; i < num_loops; i++) {
H A Dtest_context.c119 int num_loops = 0; local
155 num_loops++;
234 if (max_loops && num_loops > max_loops)
236 num_loops, max_loops);
241 printf("num loops %d\n", num_loops);
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dr200.c96 int i, num_loops; local
101 num_loops = DIV_ROUND_UP(size, 0x1FFFFF);
102 r = radeon_ring_lock(rdev, ring, num_loops * 4 + 64);
110 for (i = 0; i < num_loops; i++) {
H A Dr600_blit_kms.c639 int num_loops = 0; local
647 num_loops++;
652 (num_loops*48)+256, 256, true);
664 ring_size = num_loops * dwords_per_loop;
H A Drv770.c912 int i, num_loops; local
922 num_loops = DIV_ROUND_UP(size_in_dw, 0xFFFF);
923 r = radeon_ring_lock(rdev, ring, num_loops * 5 + 8);
938 for (i = 0; i < num_loops; i++) {
H A Devergreen.c3354 int i, num_loops; local
3364 num_loops = DIV_ROUND_UP(size_in_dw, 0xfffff);
3365 r = radeon_ring_lock(rdev, ring, num_loops * 5 + 11);
3380 for (i = 0; i < num_loops; i++) {
H A Dr600.c2711 int i, num_loops; local
2721 num_loops = DIV_ROUND_UP(size_in_dw, 0xFFFE);
2722 r = radeon_ring_lock(rdev, ring, num_loops * 4 + 8);
2737 for (i = 0; i < num_loops; i++) {
H A Dsi.c4028 int i, num_loops; local
4038 num_loops = DIV_ROUND_UP(size_in_bytes, 0xfffff);
4039 r = radeon_ring_lock(rdev, ring, num_loops * 5 + 11);
4054 for (i = 0; i < num_loops; i++) {
H A Dr100.c855 int num_loops; local
863 num_loops = DIV_ROUND_UP(num_gpu_pages, 8191);
866 ndw = 64 + (10 * num_loops);

Completed in 202 milliseconds