HomeSort by: relevance | last modified time | path
    Searched defs:total2 (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
146 total2 = now5 - now4;
152 idelta = total2 - total1;
155 total1, total2, idelta, iters);
163 && (total1 + total2) > (15 * 1000000)
164 && (total1 + total2) < (30 * 1000000))
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
tspeed.c 51 int total1, total2, idelta, mindelta, nsdelta; variable
146 total2 = now5 - now4;
152 idelta = total2 - total1;
155 total1, total2, idelta, iters);
163 && (total1 + total2) > (15 * 1000000)
164 && (total1 + total2) < (30 * 1000000))
  /src/external/gpl3/gcc.old/dist/libgcc/config/spu/
multi3.c 85 qword carry, total0, total1, total2, total3, total4; local
91 total2 = si_a (part3l, part4h);
96 total7 = si_a (total2, total3);
107 carry = si_a (carry, si_cg (total2, total3));
  /src/external/mit/isl/dist/
isl_map.c 11086 isl_size total1, keep1, total2, keep2; local
11089 total2 = isl_map_dim(map, isl_dim_out);
11090 if (total1 < 0 || total2 < 0)
11104 map = isl_map_project_out(map, isl_dim_out, keep2, total2 - keep2);
11115 isl_size total1, keep1, total2, keep2; local
11118 total2 = isl_map_dim(map, isl_dim_out);
11119 if (total1 < 0 || total2 < 0)
11133 map = isl_map_project_out(map, isl_dim_out, 0, total2 - keep2);
14519 isl_size total, total2; local
14522 total2 = isl_basic_map_dim(bmap2, isl_dim_all)
    [all...]

Completed in 47 milliseconds