Searched refs:high (Results 176 - 200 of 316) sorted by relevance

1234567891011>>

/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dnnimap.el701 (let (uids cached low high)
704 high (car (last uids)))
713 (when (> high (cdr cached))
716 (cons (1+ (cdr cached)) high) group server))
725 (cons low high) group server))
730 (nnheader-nov-delete-outside-range low high))))
/macosx-10.10/OpenSSH-189/openssh/
H A Dschnorr.c402 * Generate uniformly distributed random number in range (1, high).
406 bn_rand_range_gt_one(const BIGNUM *high) argument
423 if (BN_sub(tmp, high, tmp) == -1) {
424 error("%s: BN_sub failed (tmp = high - 2)", __func__);
/macosx-10.10/WTF-7600.1.24/wtf/dtoa/
H A Dbignum.cc286 uint64_t high = factor >> 32;
289 uint64_t product_high = high * bigits_[i];
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DVectorMath.cpp664 float32x4_t high = vdupq_n_f32(highThreshold);
667 vst1q_f32(destP, vmaxq_f32(vminq_f32(source, high), low));
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DFloatingObjects.cpp214 if (!rangesIntersect(interval.low(), interval.high(), m_belowLogicalHeight, m_aboveLogicalHeight))
459 if (floatingObject->type() != FloatTypeValue || !rangesIntersect(interval.low(), interval.high(), m_lineTop, m_lineBottom))
/macosx-10.10/apr-32/apr-util/apr-util/test/
H A Dtestmemcache.c109 static int randval(apr_uint32_t high) argument
120 i = (int) (d * (high - 0 + 1));
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Dzconf.c933 fprintf (stderr, "seems a little bit high ");
945 fprintf (stderr, "seems a little bit high ");
/macosx-10.10/emacs-93/emacs/lisp/play/
H A Dhanoi.el287 (destructuring-bind (high low micros) (current-time)
288 (+ (* high 65536.0) low (/ micros 1000000.0))))
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h138 Case(const Constant *low, const Constant *high, MachineBasicBlock *bb, argument
139 uint32_t extraweight) : Low(low), High(high), BB(bb),
/macosx-10.10/vim-55/runtime/syntax/
H A Dpapp.vim12 " the clutter high on the screen - mixing three languages is difficult
/macosx-10.10/zsh-61/zsh/Functions/Misc/
H A Dzkbd97 print "Your keyboard uses the Meta key to send high-order characters."
116 print "Your keyboard uses the Alt key to send high-order characters."
134 high-order characters. You may be able to enable the Meta or Alt keys
/macosx-10.10/AppleFileSystemDriver-17/
H A DAppleFileSystemDriver.cpp122 uint32_t high; member in struct:VolumeUUID::__anon2
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dsvc.c390 rply.acpted_rply.ar_vers.high = high_vers;
/macosx-10.10/ncurses-44/ncurses/test/
H A Dncurses.c696 int high = LINES - base; local
705 wresize(winstack[n].frame, high, wide);
706 wresize(winstack[n].text, high - 2, wide - 2);
707 high -= 2;
787 int high = getmaxy(win) - 1 - first_y + 1; local
794 if (high > 2 && wide > 2) {
795 WINDOW *wb = newwin(high, wide, new_y, new_x);
796 WINDOW *wi = newwin(high - 2, wide - 2, new_y + 1, new_x + 1);
844 waddstr(win, " (high-half character)");
921 int high local
1051 int high = getmaxy(win) - 1 - first_y + 1; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Ddatefield.itk53 itk_option define -iq iq Iq high
222 # Valid settings include high, average, and low. With a high iq,
236 high - average - low {
240 should be high, average or low"
545 # high level of intelligence, then we'll make sure that the
550 if {$itk_option(-iq) == "high"} {
573 if {$itk_option(-iq) == "high"} {
722 if {$itk_option(-iq) == "high"} {
H A Dtimefield.itk61 itk_option define -iq iq Iq high
237 # Valid settings include high or low. With a high iq,
250 high - low {
254 error "bad iq option \"$itk_option(-iq)\": should be high or low"
608 } elseif {$itk_option(-iq) == "high"} {
626 } elseif {$itk_option(-iq) == "high"} {
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkTextTag.c5 * for text widgets, plus most of the other high-level functions
1104 int low, high, delta;
1119 high = tagPtr->priority-1;
1123 high = prio;
1129 if ((tagPtr2->priority >= low) && (tagPtr2->priority <= high)) {
1097 int low, high, delta; local
/macosx-10.10/vim-55/runtime/ftplugin/
H A Ddebchangelog.vim216 amenu Changelog.Set\ Urgency.&high :call Urgency("high")<CR>
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtzfmttst.cpp107 UDate low, high; local
111 high = cal->getTime(status);
262 if (!((BasicTimeZone*)&outtz)->hasEquivalentTransitions((BasicTimeZone&)*tz, low, high, TRUE, status)) {
/macosx-10.10/ICU-531.30/icuSources/test/perf/collperf/
H A Dcollperf.cpp418 int high = count - 1; local
423 guess = (high + low)/2;
432 high = guess;
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DAbstractMacroAssembler.h791 void checkOffsets(unsigned low, unsigned high) argument
793 RELEASE_ASSERT_WITH_MESSAGE(!(low <= m_offset && m_offset <= high), "Unsafe branch over register allocation at instruction offset %u in jump offset range %u..%u", m_offset, low, high);
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalccomp.el1192 (high (and (nth 4 a) (math-compose-expr (nth 4 a) 0))))
1195 (append (list 'vcent (if high 3 2))
1196 (and high (list (list 'horiz " " high)))
1216 (high (and (nth 4 a) (math-compose-vector (nthcdr 4 a) ", " 0))))
1219 (append (list 'vcent (if high 3 2))
1220 (and high (list high))
1241 (high (and (nth 4 a) (math-compose-vector (nthcdr 4 a) ", " 0))))
1244 (append (list 'vcent (if high
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DHashing.h22 // execution of the program has a high probability of producing a different
131 /// run with high probability in order to ensure that the hash codes are not
185 inline uint64_t hash_16_bytes(uint64_t low, uint64_t high) { argument
188 uint64_t a = (low ^ high) * kMul;
190 uint64_t b = (high ^ a) * kMul;
/macosx-10.10/vim-55/src/
H A Dsha256.c247 UINT32_T high, low; local
250 high = (ctx->total[0] >> 29) | (ctx->total[1] << 3);
253 PUT_UINT32(high, msglen, 0);
/macosx-10.10/libdispatch-442.1.4/src/
H A Dio.c218 channel->params.high = SIZE_MAX;
575 _dispatch_fd_debug("io set high water", channel->fd);
579 channel->params.high = high_water ? high_water : 1;
590 if (channel->params.high < low_water) {
591 channel->params.high = low_water ? low_water : 1;
2111 size_t max_buf_siz = op->params.high;
2115 // enough to fit chunk_pages but at most high-water
2350 "%p, err = 0x%x, low = 0x%zx, high = 0x%zx, interval%s = %llu ",
2357 channel->params.high, channel->params.interval_flags &
2384 "flags = %u, err = 0x%x, low = 0x%zx, high
[all...]

Completed in 623 milliseconds

1234567891011>>