Searched refs:old_length (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/lib/rake/
H A Dfile_list.rb402 old_length = nil
403 while dir != '.' && dir.length != old_length
405 old_length = dir.length
/macosx-10.9.5/libauto-185.5/
H A Dauto_impl_utilities.c371 unsigned old_length = set->length; local
378 set->length = (old_length + PTR_SET_GROWTH) | 1;
564 unsigned old_length = map->length; local
571 map->length = (old_length + PTR_SET_GROWTH) | 1;
581 for (slot = old_members; slot < old_end; slot++) ptr_map_add_no_lock_did_grow(map, *slot, *(slot+old_length));
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_string.c121 size_t old_length = as->buffer_length; local
124 if (as->buffer_length < old_length) {
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dnsec3.c572 unsigned int old_length; local
708 old_length = nsec3.next_length;
727 INSIST(old_length <= sizeof(nexthash));
728 memcpy(nexthash, old_next, old_length);
827 old_length = nsec3.next_length;
848 INSIST(old_length <= sizeof(nexthash));
849 memcpy(nexthash, old_next, old_length);
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexp_clib.c2433 int old_length; /* old buf_length */
2588 old_length = buf_length;
2593 fwrite(exp_buffer + old_length,1,cc,exp_logfile);
2595 if (exp_loguser) fwrite(exp_buffer + old_length,1,cc,stdout);
2596 if (exp_debugfile) fwrite(exp_buffer + old_length,1,cc,exp_debugfile);
2609 buf_length -= rm_nulls(exp_buffer + old_length, cc);
2432 int old_length; /* old buf_length */ local
/macosx-10.9.5/groff-38/groff/src/preproc/refer/
H A Dlabel.y1116 int old_length = v.length();
1118 for (int j = old_length; j <= bytei; j++)
H A Dlabel.cpp1163 int old_length = v.length(); local
1165 for (int j = old_length; j <= bytei; j++)
/macosx-10.9.5/BootCache-106/
H A Dkext.c3877 u_int64_t old_length = ce->ce_length; local
3913 if (ce->ce_length != old_length) {
/macosx-10.9.5/emacs-92/emacs/src/
H A Dkeyboard.c1186 Lisp_Object old_level, old_length;
1215 old_length = Vprint_length;
1220 Vprint_length = old_length;
1179 Lisp_Object old_level, old_length; local

Completed in 240 milliseconds