Home | History | Annotate | Download | only in libxml2

Lines Matching refs:repeat

159 static int repeat = 0;
1674 if (repeat == 0) {
1878 if ((timing) && (!repeat)) {
1888 if ((timing) && (!repeat)) {
1893 if ((timing) && (!repeat)) {
1903 if ((timing) && (!repeat)) {
1912 if ((timing) && (!repeat)) {
1925 if ((timing) && (!repeat)) {
2027 if ((timing) && (!repeat)) {
2040 if ((timing) && (!repeat)) {
2166 if ((timing) && (!repeat))
2197 /* if (repeat) */
2262 /* if (repeat) size = 1024; */
2393 if ((timing) && (!repeat)) {
2412 if ((timing) && (!repeat)) {
2417 if ((timing) && (!repeat)) {
2505 if ((timing) && (!repeat)) {
2542 if ((timing) && (!repeat)) {
2694 if ((timing) && (!repeat)) {
2726 if ((timing) && (!repeat)) {
2733 if ((timing) && (!repeat)) {
2756 if ((timing) && (!repeat)) {
2770 if ((timing) && (!repeat)) {
2785 if ((timing) && (!repeat)) {
2796 if ((timing) && (!repeat)) {
2808 if ((timing) && (!repeat)) {
2837 if ((timing) && (!repeat)) {
2847 if ((timing) && (!repeat)) {
2868 if ((timing) && (!repeat)) {
2875 if ((timing) && (!repeat)) {
2896 if ((timing) && (!repeat)) {
2912 if ((timing) && (!repeat)) {
2916 if ((timing) && (!repeat)) {
3004 printf("\t--repeat : repeat 100 times, for timing or profiling\n");
3237 else if ((!strcmp(argv[i], "-repeat")) ||
3238 (!strcmp(argv[i], "--repeat"))) {
3239 if (repeat)
3240 repeat *= 10;
3242 repeat = 100;
3688 if ((timing) && (repeat))
3692 if (repeat) {
3695 for (acount = 0;acount < repeat;acount++) {
3734 if ((timing) && (repeat)) {
3735 endTimer("%d iterations", repeat);