Searched refs:mid (Results 76 - 100 of 210) sorted by relevance

123456789

/macosx-10.10/ruby-106/ruby/lib/racc/
H A Dparser.rb318 def yyparse(recv, mid)
319 __send__(Racc_YY_Parse_Method, recv, mid, _racc_setup(), true)
322 def _racc_yyparse_rb(recv, mid, arg, c_debug)
338 recv.__send__(mid) do |tok, val|
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_super.rb203 mid=Indexed.new
204 mid.instance_eval(&Overlaid)
205 mid.subseq
206 mid.subseq
H A Dtest_class.rb371 define_method(:singleton_method_added) {|mid| added << [self, mid]}
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtest051.tcl11 # TEST 2. Partial puts for existent record -- replaces at beg, mid, and
139 # Partial puts for existent record -- replaces at beg, mid, and
171 set mid [expr $ilen/2]
176 set offlist [list 0 $mid [expr $ilen -1] [expr $fixed_len - $dlen]]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dlocmap.c1078 uint32_t mid; local
1096 mid = (high+low) >> 1; /*Finds median*/
1098 if (mid == oldmid)
1101 compVal = uprv_strcmp(langID, gPosixIDmap[mid].regionMaps->posixID);
1103 high = mid;
1106 low = mid;
1109 return getHostID(&gPosixIDmap[mid], posixID, status);
1111 oldmid = mid;
H A Ducnv_bld.cpp366 uint32_t mid, start, limit; local
377 mid = limit;
381 mid = (uint32_t)((start + limit) / 2);
382 if (lastMid == mid) { /* Have we moved? */
385 lastMid = mid;
386 result = uprv_strcmp(strippedName, cnvNameType[mid].name);
389 limit = mid;
391 start = mid;
393 return converterData[cnvNameType[mid].type];
/macosx-10.10/ruby-106/ruby/lib/
H A Ddelegate.rb291 def Delegator.delegating_block(mid) # :nodoc:
295 target.__send__(mid, *args, &block)
/macosx-10.10/syslog-267/libsystem_asl.tproj/include/
H A Dasl_file.h147 uint32_t asl_file_save(asl_file_t *s, asl_msg_t *msg, uint64_t *mid) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
150 uint32_t asl_file_fetch(asl_file_t *s, uint64_t mid, asl_msg_t **msg) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl_legacy1.c207 uint32_t top, bot, mid, range; local
215 mid = top / 2;
220 if (xid == s->slotlist[mid].xid) return mid;
221 else if (xid < s->slotlist[mid].xid) top = mid;
222 else bot = mid;
225 mid = bot + (range / 2);
H A Dasl_file.c60 uint64_t mid; member in struct:__anon12687
804 asl_file_save(asl_file_t *s, asl_msg_t *in, uint64_t *mid) argument
964 if (s->flags & ASL_FILE_FLAG_PRESERVE_MSG_ID) *mid = atoll(val);
1025 if (*mid != 0)
1027 r.mid = *mid;
1031 r.mid = asl_core_new_msg_id(0);
1032 *mid = r.mid;
1050 _asl_put_64(r.mid,
1795 asl_file_fetch(asl_file_t *s, uint64_t mid, asl_msg_t **msg) argument
2387 uint64_t mid = n; local
[all...]
/macosx-10.10/ruby-106/ruby/
H A Dvm_insnhelper.c852 ci->me = rb_method_entry(klass, ci->mid, &ci->defined_class);
858 ci->me = rb_method_entry(klass, ci->mid, &ci->defined_class);
1655 ci->mid = SYM2ID(sym);
1657 else if (!(ci->mid = rb_check_id(&sym))) {
1662 ci->mid = rb_to_id(sym);
1671 ci->mid, &ci->defined_class);
1701 ci_entry.mid = idMethodMissing;
1711 argv[0] = ID2SYM(ci->mid);
1804 ci->me = rb_method_entry(klass, ci->mid, &ci->defined_class);
1840 me = rb_method_entry(refinement, ci->mid,
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dtimezone.cpp181 int32_t mid; local
189 mid = (int32_t)((start + limit) / 2);
190 if (lastMid == mid) { /* Have we moved? */
193 lastMid = mid;
194 u = ures_getStringByIndex(array, mid, &len, &status);
198 U_DEBUG_TZ_MSG(("tz: compare to %s, %d .. [%d] .. %d\n", U_DEBUG_TZ_STR(u), start, mid, limit));
202 U_DEBUG_TZ_MSG(("fisa: found at %d\n", mid));
203 return mid;
205 limit = mid;
207 start = mid;
[all...]
H A Dgregoimp.h204 * @param mid output parameter to recieve millis-in-day
207 int32_t& dom, int32_t& dow, int32_t& doy, int32_t& mid);
H A Dtzrule.cpp356 int32_t year, month, dom, dow, doy, mid;
357 Grego::timeToFields(base, year, month, dom, dow, doy, mid);
380 int32_t year, month, dom, dow, doy, mid;
381 Grego::timeToFields(base, year, month, dom, dow, doy, mid);
H A Dgregoimp.cpp135 int32_t& dom, int32_t& dow, int32_t& doy, int32_t& mid) {
138 mid = (int32_t)millisInDay;
134 timeToFields(UDate time, int32_t& year, int32_t& month, int32_t& dom, int32_t& dow, int32_t& doy, int32_t& mid) argument
/macosx-10.10/rsync-45/rsync/
H A Dflist.c1507 int diff, mid, mid_up; local
1510 mid = (low + high) / 2;
1511 if (flist->files[mid]->basename)
1512 mid_up = mid;
1517 mid_up = mid + flist->files[mid]->dir.depth;
1522 flist->files[mid]->dir.depth = mid_up - mid;
1527 high = mid - flist->files[mid]
[all...]
/macosx-10.10/ruby-106/ruby/ext/racc/cparse/
H A Dcparse.c690 ID mid; local
700 mid = value_to_id(method_id);
705 if (mid != id_noreduce)
711 if (mid != id_noreduce) {
725 if (mid != id_noreduce) {
727 tmp = rb_funcall(v->parser, mid,
731 tmp = rb_funcall(v->parser, mid,
/macosx-10.10/msdosfs-209.1.1/newfs_msdos.tproj/
H A Dnewfs_msdos.c169 u_int8_t mid; /* media descriptor */ member in struct:bsbpb
213 u_int mid; /* media descriptor */ member in struct:bpb
567 bpb.mid = opt_m;
790 if (!bpb.mid)
791 bpb.mid = !bpb.hid ? 0xf0 : 0xf8;
878 mk1(bsbpb->mid, bpb.mid);
936 mk1(img[0], bpb.mid);
1263 printf(" mid=%#x", bpb->mid);
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dsort.el535 (let (mid) (setq mid end end beg beg mid)))
/macosx-10.10/emacs-93/emacs/src/
H A Dmktime.c196 time_t mid = *t = (bad < 0 local
202 ok = mid;
205 bad = mid;
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dmktime.c242 time_t mid = *t = (bad < 0 local
247 ok = mid;
249 bad = mid;
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DUnlinkedCodeBlock.cpp336 int mid = low + (high - low) / 2;
337 if (expressionInfo[mid].instructionOffset <= bytecodeOffset)
338 low = mid + 1;
340 high = mid;
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dnnweb.el339 map url mid)
350 ;; Note: Starting with Google Groups 2, `mid' is a Google-internal
352 mid (match-string-no-properties 2)
354 (nnweb-definition 'result) Newsgroups mid))
390 From Date (or Message-ID mid)
/macosx-10.10/pcre-7/pcre/
H A Dpcretest.c674 int mid = 64; local
681 *limit = mid;
688 /* fprintf(outfile, "Testing %s limit = %d\n", msg, mid); */
689 min = mid;
690 mid = (mid == max - 1)? max : (max > 0)? (min + max)/2 : mid*2;
696 if (mid == min + 1)
698 fprintf(outfile, "Minimum %s limit = %d\n", msg, mid);
701 /* fprintf(outfile, "Testing %s limit = %d\n", msg, mid); */
[all...]
/macosx-10.10/ruby-106/ruby/lib/xmlrpc/
H A Dclient.rb589 def method_missing(mid, *args)
590 pre = @prefix + mid.to_s

Completed in 204 milliseconds

123456789