Searched refs:mid (Results 151 - 175 of 233) sorted by relevance

12345678910

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dplaintex.vim45 \ '\\\%(mid\|page\)insert\>'
102 \ '\\\%(approx\|asymp\|bowtie\|buildrel\|cong\|dashv\|doteq\|[dD]ownarrow\|equiv\|frown\|geq\=\|gets\|gg\|hook\%(left\|right\)arrow\|iff\|in\|leq\=\|[lL]eftarrow\|\%(left\|right\)harpoon\%(down\|up\)\|[lL]eftrightarrow\|ll\|[lL]ongleftrightarrow\|longmapsto\|[lL]ongrightarrow\|mapsto\|mid\|models\|[ns][ew]arrow\|neq\=\|ni\|not\%(in\)\=\|owns\|parallel\|perp\|prec\%(eq\)\=\|propto\|[rR]ightarrow\|rightleftharpoons\|sim\%(eq\)\=\|smile\|succ\%(eq\)\=\|to\|[uU]parrow\|[uU]pdownarrow\|[vV]ert\)\>'
H A Dopl.vim50 syn keyword OPLStatement lower$ lprint max mcard mcasc mean menu mid$ min
H A Dbasic.vim75 syn keyword basicStatement MID$ mid$ Mid$ TIME$ time$ Time$
111 syn keyword basicFunction MID$ mid$ Mid$ MKDMBF$ mkdmbf$ Mkdmbf$
/macosx-10.9.5/ruby-104/ruby/bootstraptest/
H A Dtest_method.rb303 def method_missing(mid, *args) mid end
307 def method_missing(mid, *args) mid end
311 def method_missing(mid, *args) args end
315 def method_missing(mid, *args) yield 1 end
319 def method_missing(mid, *args, &block) block end
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducurr.cpp1023 int32_t mid = (first + last) / 2; // compute mid point. local
1024 if (indexInCurrencyNames >= currencyNames[mid].currencyNameLen) {
1025 first = mid + 1;
1027 if (key > currencyNames[mid].currencyName[indexInCurrencyNames]) {
1028 first = mid + 1;
1030 else if (key < currencyNames[mid].currencyName[indexInCurrencyNames]) {
1031 last = mid - 1;
1038 int32_t R = mid;
1041 printf("mid
[all...]
/macosx-10.9.5/CPANInternal-140/File-VirtualPath/lib/File/
H A DVirtualPath.pm695 my @mid = (); # store alphanumeric outputs here
699 $part =~ /[a-zA-Z0-9]/ and push( @mid, $part ) and next; # keep alpnums
701 @mid ? pop( @mid ) : push( @out, '..' ); # neg ".." if we can or hold
705 push( @out, @mid ); # add remaining non-neg alphanumerics to output
/macosx-10.9.5/CPANInternal-140/File-VirtualPath-1.011/lib/File/
H A DVirtualPath.pm695 my @mid = (); # store alphanumeric outputs here
699 $part =~ /[a-zA-Z0-9]/ and push( @mid, $part ) and next; # keep alpnums
701 @mid ? pop( @mid ) : push( @out, '..' ); # neg ".." if we can or hold
705 push( @out, @mid ); # add remaining non-neg alphanumerics to output
/macosx-10.9.5/bzip2-29/bzip2/
H A Dbzlib.c689 Int32 nb, na, mid; local
693 mid = (nb + na) >> 1;
694 if (indx >= cftab[mid]) nb = mid; else na = mid;
/macosx-10.9.5/ruby-104/ruby/
H A Dclass.c142 clone_method(VALUE klass, ID mid, const rb_method_entry_t *me) argument
150 rb_add_method(klass, mid, VM_METHOD_TYPE_ISEQ, iseq, me->flag);
154 rb_method_entry_set(klass, mid, me, me->flag);
1338 rb_define_method_id(VALUE klass, ID mid, VALUE (*func)(ANYARGS), int argc) argument
1340 rb_add_method_cfunc(klass, mid, func, argc, NOEX_PUBLIC);
H A Dcompile.c944 new_callinfo(rb_iseq_t *iseq, ID mid, int argc, VALUE block, unsigned long flag) argument
947 ci->mid = mid;
1917 switch (ci->mid) {
1926 switch (ci->mid) {
4177 ID mid; local
4193 mid = node->nd_head->nd_mid;
4199 ID2SYM(mid), Qfalse); /* cref bool */
4203 ADD_INSN1(ret, line, getconstant, ID2SYM(mid)); /* cref obj */
4223 ADD_INSN1(ret, line, setconstant, ID2SYM(mid)); /* cre
4293 ID mid = node->nd_mid; local
5695 ID mid = 0; local
[all...]
H A Dnumeric.c154 #define method_basic_p(klass) rb_method_basic_definition_p(klass, mid)
159 const ID mid = '>'; local
169 return RTEST(rb_funcall(num, mid, 1, INT2FIX(0)));
175 const ID mid = '<'; local
185 return RTEST(rb_funcall(num, mid, 1, INT2FIX(0)));
306 ID mid = rb_to_id(name); local
309 rb_remove_method_id(rb_singleton_class(x), mid); local
312 rb_id2str(mid),
H A Dvm.c1005 ID mid = (ID)key; local
1008 rb_method_entry_t *newme = rb_method_entry(klass, mid, NULL);
1024 add_opt_method(VALUE klass, ID mid, VALUE bop) argument
1027 if (st_lookup(RCLASS_M_TBL(klass), mid, (void *)&me) && me->def &&
1032 rb_bug("undefined optimized method: %s", rb_id2name(mid));
1039 ID mid; local
1044 #define OP(mid_, bop_) (mid = id##mid_, bop = BOP_##bop_, ruby_vm_redefined_flag[bop] = 0)
1045 #define C(k) add_opt_method(rb_c##k, mid, bop)
H A Dgc.c485 size_t hi, lo, mid; local
517 mid = (lo + hi) / 2;
518 mid_membase = (RVALUE *)objspace->heap.sorted[mid];
520 lo = mid + 1;
523 hi = mid;
526 rb_bug("same heap slot is allocated: %p at %"PRIuVALUE, (void *)membase, (VALUE)mid);
767 register size_t hi, lo, mid; local
776 mid = (lo + hi) / 2;
777 heap = objspace->heap.sorted[mid];
781 lo = mid
[all...]
/macosx-10.9.5/syslog-217.1.4/aslmanager.tproj/
H A Daslmanager.c223 uint64_t mid; local
233 mid = 0;
235 status = asl_file_match(f, NULL, &res, &mid, 0, 0, 1);
255 mid = 0;
256 status = asl_file_save(f, (aslmsg)(res->msg[i]), &mid);
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnv2022.cpp751 register int32_t mid = (hi+low) >> 1; /*Finds median*/ local
753 if (mid == oldmid)
756 if (escSeqStateTable_Key_2022[mid] > togo){
757 hi = mid;
759 else if (escSeqStateTable_Key_2022[mid] < togo){
760 low = mid;
764 *offset = mid;
765 return (UCNV_TableStates_2022)escSeqStateTable_Value_2022[mid];
767 oldmid = mid;
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DFrameSelection.cpp1520 int mid = max / 2; local
1527 } else if (pos - mid < 0) {
1531 } else if (pos - mid >= 0 && pos + mid <= textLength) {
1533 show = "..." + text.substring(pos - mid + 3, max - 6) + "...";
1534 caret = mid;
/macosx-10.9.5/screen-22/screen/
H A Dencoding.c913 int mid, min = 0, max = sizeof(combining)/sizeof(*combining) - 1; local
919 mid = (min + max) / 2;
920 if (c > combining[mid].last)
921 min = mid + 1;
922 else if (c < combining[mid].first)
923 max = mid - 1;
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dasl_action.c705 uint64_t mid; local
729 mid = sdata->next_id;
732 status = asl_file_save(sdata->store, msg, &mid);
750 uint64_t mid; local
778 mid = sdata->next_id;
779 status = asl_file_save(sdata->store, msg, &mid);
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachOClassic.cpp860 int32_t mid = hintIndex; local
863 if ( mid >= (int32_t)symbolCount )
864 mid = symbolCount/2;
870 for (int32_t low = 0; low <= high; mid = (low+high)/2) {
871 const uint32_t index = toc[mid].symbol_index;
875 noteAccessedLinkEditAddress(&toc[mid]);
884 low = mid + 1;
888 high = mid - 1;
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dfileutils.rb1627 # Returns true if the method +mid+ have an option +opt+.
1633 def FileUtils.have_option?(mid, opt)
1634 li = OPT_TABLE[mid.to_s] or raise ArgumentError, "no such method: #{mid}"
1639 # Returns an Array of option names of the method +mid+.
1643 def FileUtils.options_of(mid)
1644 OPT_TABLE[mid.to_s].map {|sym| sym.to_s }
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventDriver.cpp629 UInt32 mid = element->getLogicalMin() + ((element->getLogicalMax() - element->getLogicalMin()) / 2); local
633 UInt32 dzMin = mid - diff;
634 UInt32 dzMax = mid + diff;
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dnewcomment.el1012 (if (> beg end) (let (mid) (setq mid beg beg end end mid)))
/macosx-10.9.5/smb-697.95.1/kernel/netsmb/
H A Dsmb_rq.c160 uint16_t mid; local
177 * We need to get the mid for this request.
179 mid = OSIncrementAtomic16((int16_t *) &rqp->sr_vc->vc_mid);
180 if (mid == 0xffff) {
182 mid = OSIncrementAtomic16((int16_t *) &rqp->sr_vc->vc_mid);
184 rqp->sr_mid = mid;
191 * <14478604> For async SMB_COM_NT_TRANSACT requests, the mid/pid can
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/trace.tproj/
H A Dtrace.c2242 int low, high, mid; local
2250 mid = (low + high) / 2;
2266 else if (code < list[mid].debugid)
2267 high = mid;
2269 low = mid;
/macosx-10.9.5/system_cmds-597.90.1/trace.tproj/
H A Dtrace.c2242 int low, high, mid; local
2250 mid = (low + high) / 2;
2266 else if (code < list[mid].debugid)
2267 high = mid;
2269 low = mid;

Completed in 581 milliseconds

12345678910