Searched refs:linecount (Results 1 – 13 of 13) sorted by relevance
/third_party/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 845 int linecount = 0; in doForwardIterTest() local 846 while (linecount < gNumFileLines) { in doForwardIterTest() 847 UChar *str = gFileLines[linecount].name; in doForwardIterTest() 848 int strlen = haslen?gFileLines[linecount].len:-1; in doForwardIterTest() 854 linecount ++; in doForwardIterTest() 865 int linecount = 0; in doForwardIterTest() local 866 while (linecount < gNumFileLines) { in doForwardIterTest() 867 UChar *str = gFileLines[linecount].name; in doForwardIterTest() 868 int strlen = haslen?gFileLines[linecount].len:-1; in doForwardIterTest() 870 linecount ++; in doForwardIterTest() [all …]
|
/third_party/toybox/toys/posix/ |
D | sort.c | 64 int linecount; 294 error_exit("%s: Check line %d\n", TT.name, TT.linecount); in sort_lines() 298 if (!(TT.linecount&63)) in sort_lines() 299 TT.lines = xrealloc(TT.lines, sizeof(char *)*(TT.linecount+64)); in sort_lines() 300 TT.lines[TT.linecount] = line; in sort_lines() 302 TT.linecount++; in sort_lines() 380 qsort(TT.lines, TT.linecount, sizeof(char *), compare_keys); in sort_main() 386 for (jdx=0, idx=1; idx<TT.linecount; idx++) { in sort_main() 391 if (TT.linecount) TT.linecount = jdx+1; in sort_main() 399 for (idx = 0; idx<TT.linecount; idx++) { in sort_main()
|
/third_party/python/Lib/idlelib/ |
D | squeezer.py | 38 linecount = 1 57 linecount += (current_column - 1) // linewidth 58 linecount += 1 67 linecount += 1 76 linecount += (current_column - 1) // linewidth 79 linecount -= 1 81 return linecount
|
/third_party/openssl/util/ |
D | dofile.pl | 168 my $linecount = $x =~ tr/\n//; 169 $prev_linecount = ($linecount += $prev_linecount); 170 $lines{$linecount} = $_;
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_RLEaccel.c | 400 int linecount = srcrect->h; \ in RLEClipBlit() 437 if (!--linecount) \ in RLEClipBlit() 528 int linecount = srcrect->h; \ in SDL_RLEBlit() 544 if(!--linecount) \ in SDL_RLEBlit() 649 int linecount = srcrect->h; \ in RLEAlphaClipBlit() 712 } while(--linecount); \ in RLEAlphaClipBlit() 818 int linecount = srcrect->h; \ in SDL_RLEAlphaBlit() 858 } while(--linecount); \ in SDL_RLEAlphaBlit()
|
/third_party/skia/third_party/externals/jinja2/ |
D | filters.py | 874 def do_batch(value, linecount, fill_with=None): argument 895 if len(tmp) == linecount: 900 if fill_with is not None and len(tmp) < linecount: 901 tmp += [fill_with] * (linecount - len(tmp))
|
/third_party/jinja2/ |
D | filters.py | 874 def do_batch(value, linecount, fill_with=None): argument 895 if len(tmp) == linecount: 900 if fill_with is not None and len(tmp) < linecount: 901 tmp += [fill_with] * (linecount - len(tmp))
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | filters.py | 737 def do_batch(value, linecount, fill_with=None): argument 758 if len(tmp) == linecount: 763 if fill_with is not None and len(tmp) < linecount: 764 tmp += [fill_with] * (linecount - len(tmp))
|
/third_party/pcre2/pcre2/src/ |
D | pcre2grep.c | 2904 int linecount = 0; in pcre2grep() local 2907 while (p < ptr && linecount < after_context) in pcre2grep() 2910 linecount++; in pcre2grep() 2943 int linecount = 0; in pcre2grep() local 2948 linecount < before_context) in pcre2grep() 2950 linecount++; in pcre2grep() 2962 if (number) fprintf(stdout, "%lu-", linenumber - linecount--); in pcre2grep()
|
/third_party/python/Doc/library/ |
D | cgi.rst | 153 linecount = 0 157 linecount = linecount + 1
|
/third_party/toybox/generated/ |
D | globals.h | 1314 int linecount; member
|
/third_party/curl/tests/ |
D | runtests.pl | 5845 my $linecount = 0; 5860 $linecount++; 5861 $truncate = $linecount > 1000;
|
/third_party/uboot/u-boot-2020.01/scripts/ |
D | checkpatch.pl | 6751 my $linecount = 0; 6759 $linecount++; 6761 if ($linecount > 3) {
|