Searched refs:highest (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10/libxslt-13/libxslt/tests/exslt/math/
H A DMakefile.am7 highest.1.out highest.1.xml highest.1.xsl \
8 highest.2.out highest.2.xml highest.2.xsl \
9 highest.5.out highest.5.xml highest.5.xsl \
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A Dcputime.c53 * Calculate the average of an array of doubles. The lowest and highest values
63 double highest = array[0]; local
71 if(curr > highest) {
72 highest = curr;
77 sum -= highest;
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoy.ml11 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Doutdated_command.rb28 highest = remotes.last.first
30 say "#{local.name} (#{local.version} < #{highest.version})"
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoy.ml13 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml18 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml18 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml18 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml19 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/macosx-10.10/vim-55/runtime/indent/
H A Dsql.vim23 " Check for overrides. Buffer variables have the highest priority.
/macosx-10.10/vim-55/runtime/syntax/
H A Dsql.vim24 " Check for overrides. Buffer variables have the highest priority.
/macosx-10.10/WebCore-7600.1.25/dom/
H A DContainerNode.h216 Node* highest = node; local
218 highest = node;
219 return highest;
/macosx-10.10/apr-32/apr/apr/threadproc/beos/
H A Dproc.c156 area_id highest = 0; local
159 if (ai.area > highest)
160 highest = ai.area;
163 if (ai.area > highest)
/macosx-10.10/xnu-2782.1.97/osfmk/device/
H A Diokit_rpc.c597 ppnum_t lastPage, highest = 0; local
603 if (lastPage > highest)
604 highest = lastPage;
606 return (highest);
/macosx-10.10/awk-20/src/
H A DREADME94 awk's speed, perhaps by 1/3 for highest levels.
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Ds_windows89 \ * at the highest warning level, so third party applications can use\\
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-range.el375 ilist lowest highest temp)
387 (setq highest (or (and (atom (car ranges)) (car ranges))
389 (while (and list (<= (car list) highest))
/macosx-10.10/WebCore-7600.1.25/editing/
H A Dhtmlediting.cpp195 // Since enclosingNodeOfType won't search beyond the highest root editable node,
588 Node* highest = 0; local
594 highest = n;
599 return highest;
/macosx-10.10/emacs-93/emacs/src/
H A Dcoding.c4110 highest priority. Priorities of categories are also specified by a
4123 the flag bit for a coding system of the highest priority is set in
4310 /* We found a single coding system of the highest priority in MASK. */
6606 detect_coding_system (src, src_bytes, highest, multibytep)
6608 int src_bytes, highest;
6630 return (highest ? val : Fcons (val, Qnil));
6646 if (highest)
6650 if (!highest)
6665 return (highest ? XCAR (val) : val);
6682 highest priorit
6675 Lisp_Object start, end, highest; variable
6723 Lisp_Object string, highest; variable
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dsyspolicy.sql51 -- in priority order, with the highest-priority matching enabled record
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dsyspolicy.sql51 -- in priority order, with the highest-priority matching enabled record
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dreftex.el1391 (let* ((len (length xr-alist)) (highest (1- (+ ?0 len)))
1393 ?0 highest))
1419 ((and (>= key ?0) (<= key highest)) (- key ?0))
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/Package/
H A DbuildDMG.pl343 highest compression level. The source for the SLA is obtained from the file SLA.r and the file (or file tree) "Example.app" is copied
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dmem.c161 unsigned char * highest; member in struct:isc__mem
589 if (last > ctx->highest)
590 ctx->highest = last;
970 ctx->highest = NULL;
/macosx-10.10/libpthread-105.1.4/kern/
H A Dkern_synch.c118 uint32_t ksynq_lastnum; /* highest seq in queue */
143 uint32_t kw_highseq; /* highest seq in the queue */
2436 uint32_t highest = 0; local
2443 if (first || is_seqhigher(current, highest)) {
2444 highest = current;
2450 return highest;

Completed in 383 milliseconds

12