Searched refs:high (Results 226 - 250 of 316) sorted by relevance

1234567891011>>

/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachOClassic.cpp859 int32_t high = symbolCount-1; local
870 for (int32_t low = 0; low <= high; mid = (low+high)/2) {
888 high = mid - 1;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dbn.h450 void BN_set_params(int mul,int high,int low,int mont);
451 int BN_get_params(int which); /* 0, mul, 1 high, 2 low, 3 mont */
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dtekhex.c76 bfd_vma high; member in struct:__anon7585
577 bfd_vma prev_number = 1; /* Nothing can have this as a high bit. */
583 /* Get high bits of address. */
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dcoffgrok.c578 is->high = s->where->offset + s->type->size;
/macosx-10.10/cxxfilt-11/cxxfilt/include/
H A Dhp-symtab.h1850 CORE_ADDR high; member in struct:quick_alias
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dcp-demangle.c1483 int high = ((sizeof (cplus_demangle_operators) local
1492 i = low + (high - low) / 2;
1499 high = i;
1502 if (low == high)
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dtic80-opc.c244 int high = tic80_num_predefined_symbols - 1;
248 while (low <= high)
250 middle = (low + high) / 2;
254 high = middle - 1;
243 int high = tic80_num_predefined_symbols - 1; local
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dhdgen.c187 cp->value.hyper_int_val.high,
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_consume.c1010 uint16_t factor, low, high, nsteps; local
1026 high = DTRACE_LLQUANTIZE_HIGH(arg);
1033 if (size > INT32_MAX || factor < 2 || low >= high ||
1086 while (order <= high) {
/macosx-10.10/hfs-285/fsck_hfs/
H A Dfsck_messages.c42 int high; member in struct:messages
/macosx-10.10/hfs-285/newfs_hfs/
H A Dmakehfs.c154 UInt32 high; member in struct:VolumeUUID::__anon9200
835 finderInfoUUIDPtr->v.high = OSSwapHostToBigInt32(newVolumeUUID.v.high);
2166 } while ((newVolumeID->v.high == 0) || (newVolumeID->v.low == 0));
/macosx-10.10/libxslt-13/libxslt/libexslt/
H A Ddate.c1444 #define FQUOTIENT_RANGE(a,low,high) (FQUOTIENT((a-low),(high-low)))
1445 #define MODULO_RANGE(a,low,high) ((MODULO((a-low),(high-low)))+low)
/macosx-10.10/rsync-45/rsync/
H A Dtech_report.tex17 two machines are connected by a low-bandwidth high-latency
277 characters. This is quite high because the total number of blocks in
/macosx-10.10/ruby-106/ruby/
H A Dinsns.def546 @e put new Range object.(Range.new(low, high, flag))
547 @j Range.new(low, high, flag) ������������������������������������������������������������������������������
552 (VALUE low, VALUE high)
555 val = rb_range_new(low, high, (int)flag);
H A Dutil.c203 high = ((size) / mmstep) * mmstep;\
207 #define mmarg mmkind, size, high, low
208 #define mmargdecl int mmkind, size_t size, size_t high, size_t low
217 register char *t = a + high;
255 register char *t = a + high;
316 size_t high, low, n; local
592 * high-precision integer arithmetic. Whether this speeds things
627 * or more strings of hex digits, the first is for the high 20 bits,
636 * in pow5mult, ensures lazy evaluation of only one copy of high
3453 /* If FLT_ROUNDS == 2, L will usually be high b
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/fumagic/
H A Dfiletypes.tcl169 if {[N c 3 == 0x2]} {emit {\b, high precision}}
2936 if {[N c 11 x {}]} {emit {%d chars high}}
/macosx-10.10/vim-55/runtime/autoload/
H A Dcsscomplete.vim269 let values = ["x-low", "low", "medium", "high", "x-high"]
/macosx-10.10/zlib-55/zlib/contrib/masmx86/
H A Dmatch686.asm120 chainlenwmask equ esp + 0 ; high word: current chain len
233 ;;; It is then shifted into the high word, to make room for the wmask
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DMIPSAssembler.h961 int high = (*insn & 0xffff) << 16; local
963 int oldTargetAddress = high | low;
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A Dconfigure.in527 [Does this platform have wide high-resolution clicks?])
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-nfs.c328 TCHECK(rp->rm_reply.rp_reject.rj_vers.high);
330 rhigh = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_vers.high);
/macosx-10.10/uucp-11/uucp/contrib/
H A Duucomp.shar199 Xeven at high speeds.
/macosx-10.10/vim-55/runtime/syntax/
H A Djal.vim100 syn keyword jalBit high low
/macosx-10.10/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-compile.c1314 int j, high, low; local
1325 high = to_reorder[ti];
1329 DPRINT(("ti=%d high=%d low=%d\n", ti, high, low));
1330 if (low > high)
1332 DPRINT(("Tag %d already before %d\n", high, low));
1336 if (to_reorder[j] > low && to_reorder[j] < high)
/macosx-10.10/emacs-93/emacs/lisp/mail/
H A Drmail.el3094 (high rmail-total-messages)
3096 (while (> (- high low) 1)
3099 (setq high mid))
3100 (setq mid (+ low (/ (- high low) 2))))
3101 (if (>= where (rmail-msgbeg high)) high low)))

Completed in 440 milliseconds

1234567891011>>