Searched +refs:count +refs:lines (Results 1 - 25 of 172) sorted by relevance

1234567

/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dpretty.build12 my $count = 0;
17 ++$count;
19 print "Source files to build: $count\nBuilding...\n";
21 my $lines = 0;
24 printf("Building %3.2f%%, ", (++$i/$count)*100.0);
30 my $tleft = ($count - $i) / $rate;
36 my $cnt = ($i/$count)*30.0;
49 ++$lines while (<SRC>);
63 print "Compiled approximately $filesbuilt files and $lines lines o
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp51 // Skip comment lines (start with a character below 'A').
52 if(lines[i].name[0]>=0x41) {
55 int32_t len=lines[i].len;
57 while(len>0 && ((c=lines[i].name[len-1])==0xa || c==0xd)) {
60 lines[i].len=len;
71 const ULine *getCachedLines() const { return lines; }
73 int32_t numTextLines; // excluding comment lines
114 static int32_t simpleBinarySearch(const char *s, const char *names, const TOCEntry *toc, int32_t count) { argument
116 int32_t limit=count;
140 int32_t count local
160 int32_t count=pkg.getItemCount(); local
204 prefixBinarySearch(const char *s, const char *names, const TOCEntry *toc, int32_t count) argument
250 int32_t count=pkg.getItemCount(); local
277 int32_t count=pkg.getItemCount(); local
307 int32_t count=pkg.getItemCount(); local
346 ucharsTrieMatches(UCharsTrie &trie, UText *text, int32_t textLimit, int32_t *lengths, int &count, int limit ) argument
409 const ULine *lines=perf.getCachedLines(); local
442 const ULine *lines=perf.getCachedLines(); local
450 int32_t count=0; local
466 const ULine *lines=perf.getCachedLines(); local
512 const ULine *lines=perf.getCachedLines(); local
545 bytesTrieMatches(BytesTrie &trie, UText *text, int32_t textLimit, int32_t *lengths, int &count, int limit ) argument
591 const ULine *lines=perf.getCachedLines(); local
599 int32_t count=0; local
618 const ULine *lines=perf.getCachedLines(); local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dcmp.c37 "occurred are written to standard output. Bytes and lines are numbered "
63 "[n:count|bytes?Compare at most \acount\a bytes.]#[count]"
145 cmp(const char* file1, Sfio_t* f1, const char* file2, Sfio_t* f2, int flags, Sfoff_t count, Sfoff_t differences) argument
151 register Sfoff_t lines = 1; local
163 if (count > 0 && !(count -= n1))
175 if (count > 0 && c1 > count)
176 c1 = (int)count;
262 Sfoff_t count = -1; local
[all...]
/macosx-10.9.5/shell_cmds-175/locate/locate/
H A Dfastfind.c49 register int lines, chars, size, big, zwerg; local
52 int count, umlaut; local
60 lines = chars = big = zwerg = umlaut = 0;
63 for (c = getc(fp), count = 0; c != EOF; size++) {
65 count += getwf(fp) - OFFSET;
69 count += c - OFFSET;
71 for (p = path + count; (c = getc(fp)) > SWITCH; size++)
86 lines++;
96 (void)printf("Filenames: %d, ", lines);
144 int count, foun local
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/generator/
H A Dmarkup.rb89 last = first + src.count("\n")
117 lines = src.lines.to_a
118 lines.shift if src =~ /\A.*#\ *File/i # remove '# File' comment
119 lines.each do |line|
/macosx-10.9.5/text_cmds-87/col/
H A Dcol.c74 /* build up at least this many lines before flushing them out */
108 LINE *lines; variable
110 int fine; /* if `fine' resolution (half lines) */
111 int max_bufd_lines; /* max # lines to keep in memory */
129 int extra_lines; /* # of lines above first line */
134 int nflushd_lines; /* number of lines that were flushed */
152 case 'l': /* buffered line count */
170 /* this value is in half lines */
176 lines = l = alloc_line();
263 l = lines
407 static int count_size, *count, i, save, sorted_size, tot; local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqhttpheader.cpp58 QStringList lines;
63 if (!lines.isEmpty()) {
64 lines.last() += QLatin1Char(' ');
65 lines.last() += (*it).trimmed();
68 lines.append((*it));
73 for (it = lines.begin(); it != lines.end(); ++it) {
248 if (lst.count() > 0) {
250 if (lst.count() > 1) {
252 if (lst.count() >
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DView.js397 var lines = [];
398 this._collectViewHierarchy("", lines);
399 console.log(lines.join("\n"));
402 _collectViewHierarchy: function(prefix, lines)
404 lines.push(prefix + "[" + this.element.className + "]" + (this._children.length ? " {" : ""));
407 this._children[i]._collectViewHierarchy(prefix + " ", lines);
410 lines.push(prefix + "}");
463 var count = (childElement.__viewCounter || 0) + (childElement.__view ? 1 : 0);
464 if (!count)
468 parentElement.__viewCounter = (parentElement.__viewCounter || 0) + count;
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtsmthred.cpp336 int32_t count = 0; local
342 count++;
347 if(count == THREADTEST_NRTHREADS)
407 int32_t count = 0; local
413 count++;
418 if(count == ARABICSHAPE_THREADTEST)
1013 const Line *lines; member in class:CollatorThreadTest
1019 lines(NULL),
1027 lines = l;
1039 if(lines[
[all...]
/macosx-10.9.5/libxml2-26/libxml2/doc/
H A Dapibuild.py350 count = 0
354 count = count + 1
357 if count != public:
358 print(" %d %s , %d public" % (count, type, public))
359 elif count != 0:
360 print(" %d public %s" % (count, type))
650 lines = comment.split("\n")
652 for line in lines:
711 lines
[all...]
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dcucumber.vim21 nmap <silent><buffer> <C-]> :<C-U>exe <SID>jump('edit',v:count)<CR>
22 nmap <silent><buffer> <C-W>] :<C-U>exe <SID>jump('split',v:count)<CR>
23 nmap <silent><buffer> <C-W><C-]> :<C-U>exe <SID>jump('split',v:count)<CR>
24 nmap <silent><buffer> <C-W>} :<C-U>exe <SID>jump('pedit',v:count)<CR>
28 function! s:jump(command,count)
30 if len(steps) == 0 || len(steps) < a:count
32 elseif len(steps) > 1 && !a:count
35 let c = a:count ? a:count-1 : 0
44 let lines
[all...]
H A Dabaqus.vim27 " Define format of comment lines (see 'formatoptions' for uses)
42 " Fold all lines that do not begin with *
68 " Define keys used to move [count] keywords backward or forward.
77 " Un-comment all lines in range
80 " Comment all lines in range
H A Dplaintex.vim22 let &l:define .= '\|\\new\(count\|dimen\|skip\|muskip\|box\|toks\|read\|write'
25 " The following lines enable the macros/matchit.vim plugin for
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dpop.h60 extern int pop_stat _ARGS((popserver server, int *count, int *size));
69 extern int pop_top_first _ARGS((popserver server, int message, int lines,
/macosx-10.9.5/libxslt-13/libxslt/doc/
H A Dapibuild.py272 count = 0
276 count = count + 1
279 if count != public:
280 print " %d %s , %d public" % (count, type, public)
281 elif count != 0:
282 print " %d public %s" % (count, type)
562 lines = string.split(comment, "\n") variable in class:CParser
564 for line in lines:
623 lines variable in class:CParser
699 lines = string.split(self.comment, '\\n') variable in class:CParser
1769 count = 0 variable in class:docBuilder
1780 count = 0 variable in class:docBuilder
1798 count = count + 1 variable in class:docBuilder
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dscroll.c71 lines into the first i new lines using the general scrolling method.
107 at the i'th line of the lines we are considering,
118 /* Discourage long scrolls on fast lines.
169 based on old lines through j-1,
184 based on old lines through j,
187 leaving old lines starting from j for reuse below. */
212 based on old lines through j-1,
235 /* Perform insert-lines and delete-lines operation
258 struct queue { int count, pos; }; member in struct:queue
664 struct alt_queue { int count, pos, window; }; member in struct:alt_queue
854 struct { int hash; int count; } lines[01000]; local
[all...]
/macosx-10.9.5/bash-92/bash-3.2/support/
H A Dtexi2html354 # $docu_name_$what.idx is created which contains lines of the form
694 # and pointer to arrays of lines which need to be printed by t2h_print_lines
695 # $T2H_OVERVIEW -- lines of short table of contents
696 # $T2H_TOC -- lines of table of contents
697 # $T2H_TOP -- lines of Top texinfo node
698 # $T2H_THIS_SECTION -- lines of 'This' section
2553 my($count);
2567 unless ($count = $l2h_to_latex{$text})
2569 $count = $l2h_latex_count;
2571 $l2h_to_latex{$text} = $count;
[all...]
/macosx-10.9.5/groff-38/groff/src/devices/grotty/
H A Dtty.cpp198 glyph **lines; member in class:tty_printer
292 lines = new glyph *[nlines];
294 lines[i] = 0;
300 a_delete lines; local
397 glyph **old_lines = lines;
398 lines = new glyph *[vpos + 1];
399 memcpy(lines, old_lines, nlines * sizeof(glyph *));
401 lines[i] = 0;
428 for (pp = lines + (vpos - 1); *pp; pp = &(*pp)->next)
553 int count; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dflymake.el199 (+ (car (cdr (window-edges))) (count-lines (window-start) (point)))
200 (count-lines (window-start) (point))))
385 (defcustom flymake-master-file-count-limit 32
414 (when (>= (length files) flymake-master-file-count-limit)
415 (flymake-log 3 "master file count limit (%d) reached" flymake-master-file-count-limit)
544 (master-file-count (length possible-master-files))
551 (while (and (not found) (< idx master-file-count))
[all...]
/macosx-10.9.5/IOKitUser-907.100.13/graphics.subproj/
H A DWSTests.c107 void AccelTests( int reset, int count )
126 if( !count)
127 count = 10000;
160 for( i = 0; i < count; i++ ) {
170 printf("%s: Count: %d, ", name, count );
177 int count; local
178 int i,j = 0, lines; local
188 count = ((slice * h * bytesPerPixel) + 31) / 32;
200 lines = count;
579 int count = 0; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/mime/
H A Dmime.tcl81 # count: length in octets of (encoded) content
513 set state(lines) [split $value "\n"]
514 set state(lines.count) [llength $state(lines)]
515 set state(lines.current) 0
528 -count {
529 set state(count) $value
533 set state(lines) $value
534 set state(lines
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dremote_pipe.py38 self.sequence = itertools.count()
85 def writelines(self, lines):
86 for line in lines:
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dremote_pipe.py38 self.sequence = itertools.count()
85 def writelines(self, lines):
86 for line in lines:
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dmycomputer.tcl39 -lines 1
40 $T element create txtOther text -lines 1
87 $T item span $I first [$T column count]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/page/
H A Dcompiler_peg_mecpu.tcl935 set count 0
949 incr count
954 page_info " Removed [plural $count instruction] in [plural $runs run]"
984 set count 0
1026 incr count
1029 page_info " Removed [plural $count instruction]"
1045 set count 0
1067 incr count 2
1070 page_info " Merged [plural $count arc]"
1091 set count
[all...]

Completed in 408 milliseconds

1234567