Searched refs:down (Results 276 - 300 of 347) sorted by relevance

<<11121314

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_parse_peg_c.tcl140 struct F_STACK* down;
149 new->down = top;
156 F_STACK* next = top->down;
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/
H A DLog4perl.pm569 generate a flood of useless log messages and bog your system down beyond
1233 log4perl.logger.deep.down.the.hierarchy = ERROR, LOGFILE
1505 will slow down these Log4perl calls by about 40%.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm713 generate a flood of useless log messages and bog your system down beyond
1442 log4perl.logger.deep.down.the.hierarchy = ERROR, LOGFILE
1734 will slow down these Log4perl calls by about 40%.
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dcl-macs.el740 (let* ((down (or (eq (car args) 'downfrom)
762 (if down (if excl '> '>=) (if excl '< '<=))
764 (push (list var (list (if down '- '+) var
/macosx-10.9.5/CPANInternal-140/Apache-DBI/lib/Apache/
H A DAuthDBI.pm1353 slowing down response time to the client. The minimum time between two
/macosx-10.9.5/CPANInternal-140/Apache-DBI-1.11/lib/Apache/
H A DAuthDBI.pm1354 slowing down response time to the client. The minimum time between two
/macosx-10.9.5/CPANInternal-140/Config-Std-0.900/lib/Config/
H A DStd.pm534 Providing round-trip file re-write is the spoonful of sugar to help the medicine go down.
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Drbt.c82 #define DOWN(node) ((node)->down)
345 * Go as far right and then down as much as possible,
346 * as long as the rightmost node has a down pointer.
458 * the down pointer to this tree should point
476 * Follow the down pointer (possibly NULL).
493 * to have just the common suffix, and a down
598 * the not-in-common parts down to
865 * down pointer and search in the new tree.
920 * had no down pointer.
1043 * Attempted to follow a down pointe
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Darc-mode.el92 ;; cut-down versions of the cheaders.
282 "*If non-nil then zip file members may be down-cased.
345 (define-key map [down] 'archive-next-line)
H A Dcalculator.el422 (calculator-saved-down [down] [?\C-n])
527 ["Next number" calculator-saved-down]
661 * `down' `C-n' browse to the next value in the list
1564 (defun calculator-saved-down ()
1565 "Go down the list of saved values."
1700 * up/down/C-p/C-n - browse saved * C-delete - clear all saved
H A Dido.el44 ;; narrowed down so that gradually the buffer or file you want will be
110 ;; you can use [up] and [down] to quickly scroll the list to the next
113 ;; To go down into a subdirectory, and continue the file selection on
1572 (define-key map [down] 'ido-next-match-dir)
1575 (define-key map [(meta down)] 'ido-next-work-directory)
H A Dwid-edit.el291 (scroll-other-window-down
647 (defun widget-image-insert (widget tag image &optional down inactive)
863 (define-key map [down-mouse-2] 'widget-button-click)
864 (define-key map [down-mouse-1] 'widget-button-click)
925 (mouse-1 (memq (event-basic-type event) '(mouse-1 down-mouse-1)))
960 (unless (widget-apply button :mouse-down-action event)
1004 (cond ((setq command ;down event
1005 (lookup-key widget-global-map [down-mouse-1]))
1009 (cond ((setq command ;down event
1010 (lookup-key widget-global-map [down
[all...]
/macosx-10.9.5/ruby-104/ruby/test/bigdecimal/
H A Dtest_bigdecimal.rb11 [ BigDecimal::ROUND_DOWN, :down],
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dmkpsenc.tcl1209 % the clipping region), and round the lower coordinates down
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dmkpsenc.tcl1209 % the clipping region), and round the lower coordinates down
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmuttrc.vim438 syn match muttrcFunction contained "\<half-\%(up\|down\)\>"
439 syn match muttrcFunction contained "\<history-\%(up\|down\)\>"
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm1902 flawed (Kudos to David Harris for tracking this down). Use it at your own
2021 The vast majority of problems that are reported in this area boil down
2114 If you haven't, then the problem boils down to the fact that the
/macosx-10.9.5/CPANInternal-140/Class-Std/lib/Class/
H A DStd.pm1333 complete, the constructor walks down the class's inheritance tree a
2136 called going strictly up through the hierarchy or going strictly down
/macosx-10.9.5/CPANInternal-140/Class-Std-0.011/lib/Class/
H A DStd.pm1334 complete, the constructor walks down the class's inheritance tree a
2137 called going strictly up through the hierarchy or going strictly down
/macosx-10.9.5/CPANInternal-140/JSON/lib/
H A DJSON.pm1154 hash will be inserted. This setting can slow down decoding considerably.
1827 and it makes the de/encoding speed down a bit.
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/
H A DJSON.pm1282 hash will be inserted. This setting can slow down decoding considerably.
2006 and it makes the de/encoding speed down a bit.
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex612 The mp\_int structure (fig. \ref{fig:mpint}) can be broken down as follows.
674 feature to implement since it allows the calling functions to cut down on the number of variables it must maintain.
1548 By step three both inputs must have the same number of digits so its safe to start from either $a.used - 1$ or $b.used - 1$ and count down to
1855 flag. A high level addition is actually performed as a series of eight separate cases which can be optimized down to three unique cases.
2184 The loop on step 7 copies the digit from the tail to the head. In each iteration the window is moved down one digit. The last loop on
2321 complete. It is possible to optimize this algorithm down to a $O(n)$ algorithm at a cost of making the algorithm slightly harder to follow.
3299 The outer loop of this algorithm begins on step 4. It is best to think of the outer loop as walking down the rows of the partial results, while
3727 So far the reduction algorithm has been optimized from $3m^2$ single precision multiplications down to $2m^2 + m$ single precision multiplications. As
3732 half of the product. It would be nice to be able to remove those digits from the product to effectively cut down the number of single precision
4016 problem breaks down t
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLowLevelInterpreter.asm333 # arguments and value profiles, the desire to have a simple loop-down-to-zero
/macosx-10.9.5/emacs-92/emacs/etc/
H A Drefcard.tex446 \key{move rest of line vertically down}{C-M-o}
/macosx-10.9.5/vim-53/runtime/macros/
H A Dmatchit.vim632 " go up or down as many levels as possible and again return "".

Completed in 260 milliseconds

<<11121314