Searched refs:mid (Results 101 - 125 of 233) sorted by relevance

12345678910

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dtimezone.cpp170 int32_t mid; local
178 mid = (int32_t)((start + limit) / 2);
179 if (lastMid == mid) { /* Have we moved? */
182 lastMid = mid;
183 u = ures_getStringByIndex(array, mid, &len, &status);
187 U_DEBUG_TZ_MSG(("tz: compare to %s, %d .. [%d] .. %d\n", U_DEBUG_TZ_STR(u), start, mid, limit));
191 U_DEBUG_TZ_MSG(("fisa: found at %d\n", mid));
192 return mid;
194 limit = mid;
196 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.9.5/rsync-42/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.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl_file.c62 uint64_t mid; member in struct:__anon12666
637 asl_file_save(asl_file_t *s, aslmsg in, uint64_t *mid) argument
796 if (s->flags & ASL_FILE_FLAG_PRESERVE_MSG_ID) *mid = atoll(val);
857 if (*mid != 0)
859 r.mid = *mid;
863 r.mid = asl_core_new_msg_id(0);
864 *mid = r.mid;
882 _asl_put_64(r.mid,
1609 asl_file_fetch(asl_file_t *s, uint64_t mid, aslmsg *msg) argument
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/
H A Dinstall.rb793 def traverse( task, rel, mid )
797 return unless respond_to? mid
800 __send__ mid, rel.sub( %r_\A.*?(?:/|\z)_, '' )
802 traverse task, rel + '/' + d, mid
940 mid = "parsearg_#{task}"
941 if respond_to? mid, true then
942 __send__ mid
/macosx-10.9.5/ruby-104/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.9.5/ICU-511.35/icuSources/common/
H A Ducnv_bld.cpp361 uint32_t mid, start, limit; local
372 mid = limit;
376 mid = (uint32_t)((start + limit) / 2);
377 if (lastMid == mid) { /* Have we moved? */
380 lastMid = mid;
381 result = uprv_strcmp(strippedName, cnvNameType[mid].name);
384 limit = mid;
386 start = mid;
388 return converterData[cnvNameType[mid].type];
/macosx-10.9.5/msdosfs-198/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.9.5/RubyCocoa-80/RubyCocoa/framework/tool/
H A Drb_nibtool.rb67 sclass = (a[1][:vid] or a[1][:mid])
70 @current_class = a[1][:mid]
78 case val[:mid]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dsort.el535 (let (mid) (setq mid end end beg beg mid)))
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmktime.c196 time_t mid = *t = (bad < 0 local
202 ok = mid;
205 bad = mid;
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dmktime.c242 time_t mid = *t = (bad < 0 local
247 ok = mid;
249 bad = mid;
/macosx-10.9.5/emacs-92/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.9.5/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.9.5/ruby-104/ruby/lib/xmlrpc/
H A Dclient.rb589 def method_missing(mid, *args)
590 pre = @prefix + mid.to_s
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_class.rb371 define_method(:singleton_method_added) {|mid| added << [self, mid]}
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Doctcode.c334 char mid = (character >> 3) & 0x07;
338 buffer [1] = mid + '0';
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dkscript.vim17 syn keyword kscriptHardCoded print println connect length arg mid upper lower isEmpty toInt toFloat findApplication
/macosx-10.9.5/dcerpc-58/dcerpc/idl_lib/
H A Dinterpsh.c1191 idl_long_int low, mid, high; /* Element indices */ local
1210 mid = (low + high) / 2; /* Compute midpoint element */
1211 arm_switch_value = IDL_ARM_SWITCH_VALUE(defn_vec_ptr, mid);
1215 low = mid + 1; /* adjust low index past midpoint */
1220 high = mid - 1; /* adjust high index below midpoint */
1229 *p_arm_type_ptr = defn_vec_ptr + mid * IDL_UNION_ARM_DESC_WIDTH;
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dchangelog.vim152 let mid = middles[str[i + 1]]
153 let str = strpart(str, 0, i) . mid . strpart(str, i + 2)
154 let inc = strlen(mid)
/macosx-10.9.5/vim-53/runtime/macros/
H A Dmatchit.vim192 " = ini:mid:fin or ini:fin
219 let mid = substitute(strpart(group, i,j-i-1), s:notslash.'\zs:', '\\|', 'g')
223 let mid = substitute(mid, s:notslash . '\zs\\\(:\|,\)', '\1', 'g')
227 let mid = substitute(mid, s:notslash . '\zs\\(', '\\%(', 'g')
229 " Set mid. This is optimized for readability, not micro-efficiency!
232 let mid = ""
252 let b:match_tail = (strlen(mid) ? mid
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Decofflink.c1880 long mid = -1;
1890 mid = (high + low) / 2;
1891 if (offset >= tab[mid].base_addr && offset < tab[mid + 1].base_addr)
1894 if (tab[mid].base_addr > offset)
1895 high = mid;
1897 low = mid + 1;
1901 higher than the highest entry. In the former case high = low = mid = 0;
1902 we want to return -1. In the latter case, low = high and mid = low - 1;
1905 ++mid;
1876 long mid = -1; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dad.c1268 int mid = (top + bot) / 2; local
1269 int mlen = options[mid].name.bv_len;
1270 char *mname = options[mid].name.bv_val;
1276 if ( j==0 && (optlen==mlen || options[mid].prefix) )
1277 return &options[mid];
1280 bot = mid;
1282 top = mid + 1;

Completed in 392 milliseconds

12345678910