Searched refs:repeat_count (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_5/Regress/
H A Dregress-191633.js70 function repeat_str(str, repeat_count)
72 var arr = new Array(repeat_count);
74 while (repeat_count != 0)
75 arr[--repeat_count] = str;
H A Dregress-192414.js87 function repeat_str(str, repeat_count)
89 var arr = new Array(--repeat_count);
90 while (repeat_count != 0)
91 arr[--repeat_count] = str;
/macosx-10.9.5/cups-372.4/cups/filter/
H A Drastertolabel.c98 void ZPLCompress(char repeat_char, int repeat_count);
755 int repeat_count; /* Number of repeated characters */ local
840 for (compptr = CompBuffer + 1, repeat_char = CompBuffer[0], repeat_count = 1;
844 repeat_count ++;
847 ZPLCompress(repeat_char, repeat_count);
849 repeat_count = 1;
858 if (repeat_count & 1)
860 repeat_count --;
864 if (repeat_count > 0)
868 ZPLCompress(repeat_char, repeat_count);
1048 ZPLCompress(char repeat_char, int repeat_count) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2ps.c1074 int repeat_count; local
1087 repeat_count = TIFFNumberOfTiles(tif);
1107 repeat_count = tf_numberstrips;
1111 if (repeat_count > 1) {
1125 if (repeat_count > 1)
1126 fprintf(fd, "%d { %% repeat\n", repeat_count);
1360 if (repeat_count > 1) {
/macosx-10.9.5/cups-372.4/cups/test/
H A Dipptool.c764 repeat_count, /* Repeat count */ local
2433 repeat_count = 0;
2439 repeat_count ++;
2831 repeat_count < statuses[i].repeat_limit)
2842 repeat_count < statuses[i].repeat_limit)
2917 repeat_count < expect->repeat_limit)
2953 repeat_count < expect->repeat_limit)
2971 repeat_count < expect->repeat_limit)
3001 repeat_count < expect->repeat_limit)
3015 repeat_count < expec
[all...]

Completed in 184 milliseconds