HomeSort by: relevance | last modified time | path
    Searched defs:total1 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
tspeed.c 51 int total1, total2, idelta, mindelta, nsdelta; variable
132 total1 = now3 - now2;
152 idelta = total2 - total1;
155 total1, total2, idelta, iters);
163 && (total1 + total2) > (15 * 1000000)
164 && (total1 + total2) < (30 * 1000000))
171 ((int) (((unsigned long long) total1) * 1000) / iters));
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
tspeed.c 51 int total1, total2, idelta, mindelta, nsdelta; variable
132 total1 = now3 - now2;
152 idelta = total2 - total1;
155 total1, total2, idelta, iters);
163 && (total1 + total2) > (15 * 1000000)
164 && (total1 + total2) < (30 * 1000000))
171 ((int) (((unsigned long long) total1) * 1000) / iters));
  /src/external/gpl3/gcc.old/dist/libgcc/config/spu/
multi3.c 85 qword carry, total0, total1, total2, total3, total4; local
90 total1 = si_a (part2l, part3h);
95 total6 = si_a (total0, total1);
106 carry = si_a (carry, si_cg (total0, total1));
  /src/external/mit/isl/dist/
isl_map.c 11086 isl_size total1, keep1, total2, keep2; local
11088 total1 = isl_map_dim(map, isl_dim_in);
11090 if (total1 < 0 || total2 < 0)
11103 map = isl_map_project_out(map, isl_dim_in, keep1, total1 - keep1);
11115 isl_size total1, keep1, total2, keep2; local
11117 total1 = isl_map_dim(map, isl_dim_in);
11119 if (total1 < 0 || total2 < 0)
11132 map = isl_map_project_out(map, isl_dim_in, 0, total1 - keep1);

Completed in 24 milliseconds