Searched refs:range_length (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/dtrace-147/libdwarf/
H A Ddwarf_arange.c91 Dwarf_Unsigned range_length; local
191 READ_UNALIGNED(dbg, range_length, Dwarf_Unsigned,
196 if (range_address != 0 || range_length != 0) {
206 arange->ar_length = range_length;
226 } while (range_address != 0 || range_length != 0);
319 Dwarf_Unsigned range_length; local
418 READ_UNALIGNED(dbg, range_length, Dwarf_Unsigned,
423 if (range_address != 0 || range_length != 0) {
433 arange->ar_length = range_length;
454 } while (range_address != 0 || range_length !
[all...]
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2Lib/
H A DIOFireWireSBP2LibORB.cpp437 UInt32 range_length = withCount * sizeof(FWSBP2PrivateVirtualRange); local
439 if( fRangeScratchLength < range_length )
450 vm_allocate( mach_task_self(), (vm_address_t*)&fRangeScratch, range_length, true /*anywhere*/ ); local
453 fRangeScratchLength = range_length;
586 UInt32 range_length = withCount * sizeof(FWSBP2PrivateVirtualRange); local
588 if( fRangeScratchLength < range_length )
599 vm_allocate( mach_task_self(), (vm_address_t*)&fRangeScratch, range_length, true /*anywhere*/ ); local
602 fRangeScratchLength = range_length;
/macosx-10.10/ruby-106/ruby/test/net/http/
H A Dtest_httpheader.rb205 assert_equal 500, @c.range_length
207 assert_equal 500, @c.range_length
209 assert_equal 1, @c.range_length
/macosx-10.10/emacs-93/emacs/src/
H A Dinsdel.c1532 int range_length = to - from;
1534 to = from + range_length;
1835 int range_length = to - from;
1837 to = min (ZV, from + range_length);
1874 int range_length = to - from;
1876 to = from + range_length;
1918 int range_length = to - from;
1920 to = from + range_length;
1517 int range_length = to - from; local
1818 int range_length = to - from; local
1857 int range_length = to - from; local
1901 int range_length = to - from; local
/macosx-10.10/ruby-106/ruby/lib/net/http/
H A Dresponse.rb287 clen = range_length()
H A Dheader.rb298 def range_length method in class:Net
/macosx-10.10/cxxfilt-11/cxxfilt/include/
H A Dhp-symtab.h1714 long range_length; /* present only if version >= 2 */ member in struct:DOC_info_header_struct

Completed in 186 milliseconds