Searched refs:mid (Results 176 - 200 of 233) sorted by relevance

12345678910

/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcompresult.c169 int pm, pmax, pmm, pma, sm, smax, smm, sma, d, dm, mid; local
178 pm = pmax = sm = smax = d = mid = cbr = -1;
306 mid = zlemetacs;
436 if (mid >= ocs)
437 mid += zlemetacs - ocs;
456 /* This calculates the new cursor position. If we had a mid cline
460 ncs = (mid >= 0 ? mid :
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c8217 int32_t high, low, mid; local
8224 mid = (high - low) / 2;
8226 if(sorted_symbols[mid].n_value == value){
8227 return(sorted_symbols[mid].name);
8229 if(sorted_symbols[mid].n_value > value){
8230 high = mid - 1;
8231 mid = (high + low) / 2;
8234 low = mid + 1;
8235 mid = (high + low) / 2;
8448 int32_t high, low, mid; local
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf64-ppc.c2727 long mid;
2733 mid = (lo + hi) >> 1;
2734 if (syms[mid]->value + syms[mid]->section->vma < value)
2735 lo = mid + 1;
2736 else if (syms[mid]->value + syms[mid]->section->vma > value)
2737 hi = mid;
2739 return syms[mid];
2746 mid
2724 long mid; local
2995 long mid = (lo + hi) >> 1; local
[all...]
H A Delf.c8958 bfd_size_type lo, hi, mid;
8968 mid = (lo + hi) / 2;
8969 if ((unsigned int) shndx1 < ssymbuf1[mid].st_shndx)
8970 hi = mid;
8971 else if ((unsigned int) shndx1 > ssymbuf1[mid].st_shndx)
8972 lo = mid + 1;
8975 count1 = ssymbuf1[mid].count;
8976 ssymbuf1 += mid;
8987 mid = (lo + hi) / 2;
8988 if ((unsigned int) shndx2 < ssymbuf2[mid]
8947 bfd_size_type lo, hi, mid; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Djava_util.i801 jmethodID *mid;
977 *all_methods[i].mid = (*jenv)->GetMethodID(jenv,
981 if (*all_methods[i].mid == NULL) {
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/tool/rubycocoa/
H A Dsetup.rb1529 def traverse(task, rel, mid)
1532 __send__ mid, rel.sub(%r[\A.*?(?:/|\z)], '')
1534 traverse task, "#{rel}/#{d}", mid
/macosx-10.9.5/ruby-104/ruby/
H A Drandom.c1119 double max = RFLOAT_VALUE(v), mid = 0.5, r; local
1124 mid = max + min;
1139 return rb_float_new(+(+(+(r - 0.5) * max) * scale) + mid);
H A Deval.c654 ID mid = cfp->me->called_id; local
660 EXEC_EVENT_HOOK(th, RUBY_EVENT_C_RETURN, self, mid, klass, Qnil);
H A Dparse.c17521 ripper_dispatch0(struct parser_params *parser, ID mid) argument
17523 return rb_funcall(parser->value, mid, 0);
17527 ripper_dispatch1(struct parser_params *parser, ID mid, VALUE a) argument
17530 return rb_funcall(parser->value, mid, 1, a);
17534 ripper_dispatch2(struct parser_params *parser, ID mid, VALUE a, VALUE b) argument
17538 return rb_funcall(parser->value, mid, 2, a, b);
17542 ripper_dispatch3(struct parser_params *parser, ID mid, VALUE a, VALUE b, VALUE c) argument
17547 return rb_funcall(parser->value, mid, 3, a, b, c);
17551 ripper_dispatch4(struct parser_params *parser, ID mid, VALUE a, VALUE b, VALUE c, VALUE d) argument
17557 return rb_funcall(parser->value, mid,
17561 ripper_dispatch5(struct parser_params *parser, ID mid, VALUE a, VALUE b, VALUE c, VALUE d, VALUE e) argument
17572 ripper_dispatch7(struct parser_params *parser, ID mid, VALUE a, VALUE b, VALUE c, VALUE d, VALUE e, VALUE f, VALUE g) argument
[all...]
H A Dparse.y11025 ripper_dispatch0(struct parser_params *parser, ID mid)
11027 return rb_funcall(parser->value, mid, 0);
11031 ripper_dispatch1(struct parser_params *parser, ID mid, VALUE a)
11034 return rb_funcall(parser->value, mid, 1, a);
11038 ripper_dispatch2(struct parser_params *parser, ID mid, VALUE a, VALUE b)
11042 return rb_funcall(parser->value, mid, 2, a, b);
11046 ripper_dispatch3(struct parser_params *parser, ID mid, VALUE a, VALUE b, VALUE c)
11051 return rb_funcall(parser->value, mid, 3, a, b, c);
11055 ripper_dispatch4(struct parser_params *parser, ID mid, VALUE a, VALUE b, VALUE c, VALUE d)
11061 return rb_funcall(parser->value, mid,
[all...]
H A Diseq.c1218 if (ci->mid) {
1219 rb_ary_push(ary, rb_sprintf("mid:%s", rb_id2name(ci->mid)));
1791 rb_hash_aset(e, ID2SYM(rb_intern("mid")), ci->mid ? ID2SYM(ci->mid) : Qnil);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/dns/
H A Ddns.tcl909 binary scan $state(reply) SSSSSS mid hdr nQD nAN nNS nAR
947 binary scan $state(request) SSSSSSc* mid hdr nQD nAN nNS nAR data
949 binary scan $state(reply) SSSSSSc* mid hdr nQD nAN nNS nAR data
969 set info "ID: $mid\
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcdattst.c1179 UDate mid = (UDate) exp((log(small) + log(large)) / 2); local
1184 _aux1ExtremeDates(fmt, mid, buf, buflen, cbuf, ec) &&
1185 _aux2ExtremeDates(fmt, small, mid, buf, buflen, cbuf, count+1, ec) &&
1186 _aux2ExtremeDates(fmt, mid, large, buf, buflen, cbuf, count+1, ec);
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dlocaltime.c1299 register int mid = (lo + hi) >> 1; local
1301 if (t < sp->ats[mid])
1302 hi = mid;
1303 else lo = mid + 1;
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-comb.el1013 mid)
1016 (setq mid (ash (+ lo hi) -1))))
1017 (setq lo mid)
1018 (setq hi mid)))
H A Dcalcalg3.el617 mid vmid)
621 mid (math-add-float low step)))
623 (setq var-DUMMY mid
626 (math-working "bisect" mid)
628 (setq high mid
630 (setq low mid
632 (list 'vec mid vmid)))
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_module.rb12 def assert_method_defined?(klass, mid, message="")
13 message = build_message(message, "#{klass}\##{mid} expected to be defined.")
15 klass.method_defined?(mid) or
20 def assert_method_not_defined?(klass, mid, message="")
21 message = build_message(message, "#{klass}\##{mid} expected to not be defined.")
23 klass.method_defined?(mid) and
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dolsontz.cpp565 int32_t year, month, dom, dow, doy, mid; local
566 Grego::timeToFields(current, year, month, dom, dow, doy, mid);
H A Ducol_elm.cpp490 uint32_t *mid; local
493 mid = start + ((limit - start) >> 1);
494 if (endexpansion <= *mid) {
495 limit = mid;
498 start = mid;
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c17611 ripper_dispatch0(struct parser_params *parser, ID mid) argument
17613 return rb_funcall(parser->value, mid, 0);
17617 ripper_dispatch1(struct parser_params *parser, ID mid, VALUE a) argument
17620 return rb_funcall(parser->value, mid, 1, a);
17624 ripper_dispatch2(struct parser_params *parser, ID mid, VALUE a, VALUE b) argument
17628 return rb_funcall(parser->value, mid, 2, a, b);
17632 ripper_dispatch3(struct parser_params *parser, ID mid, VALUE a, VALUE b, VALUE c) argument
17637 return rb_funcall(parser->value, mid, 3, a, b, c);
17641 ripper_dispatch4(struct parser_params *parser, ID mid, VALUE a, VALUE b, VALUE c, VALUE d) argument
17647 return rb_funcall(parser->value, mid,
17651 ripper_dispatch5(struct parser_params *parser, ID mid, VALUE a, VALUE b, VALUE c, VALUE d, VALUE e) argument
17662 ripper_dispatch7(struct parser_params *parser, ID mid, VALUE a, VALUE b, VALUE c, VALUE d, VALUE e, VALUE f, VALUE g) argument
[all...]
/macosx-10.9.5/system_cmds-597.90.1/latency.tproj/
H A Dlatency.c2723 int mid; local
2748 mid = (low + high) / 2;
2750 if (addr < (uintptr_t)list[mid].k_sym_addr) {
2751 return binary_search(list, low, mid, addr);
2754 return binary_search(list, mid, high, addr);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/latency.tproj/
H A Dlatency.c2723 int mid; local
2748 mid = (low + high) / 2;
2750 if (addr < (uintptr_t)list[mid].k_sym_addr) {
2751 return binary_search(list, low, mid, addr);
2754 return binary_search(list, mid, high, addr);
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dmule.el577 mid (tem coding-system-list))
579 (setq mid (nthcdr (/ len 2) tem))
580 (if (coding-system-lessp (car mid) coding-system)
581 (setq tem mid
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dmagic.tab1583 |name match *.mid MIDI Sequence audio/mid
1651 |name match *.rmi MIDI Sequence audio/mid
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlunicode.c947 int low, high, mid, cmp; local
956 mid = (low + high) / 2;
957 if ((cmp=strcmp(tname, sptr[mid].rangename)) == 0)
958 return (sptr[mid].func);
960 high = mid - 1;
962 low = mid + 1;

Completed in 987 milliseconds

12345678910