Searched refs:adjusted_length (Results 1 - 3 of 3) sorted by path

/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Dpro_arange.c128 Dwarf_Unsigned adjusted_length; local
190 adjusted_length = arange_num_bytes - uword_size
193 Dwarf_Unsigned du = adjusted_length;
H A Dpro_types.c163 Dwarf_Unsigned adjusted_length; /* count excluding length field local
223 adjusted_length = stream_bytes_count - uword_size - extension_size;
225 (const void *) &adjusted_length,
226 sizeof(adjusted_length), uword_size);
/macosx-10.9.5/pdisk-9/
H A Dpartition_map.c619 u32 adjusted_length = 0; local
681 adjusted_length = data->dpme_pblocks - length;
688 adjusted_length = base - adjusted_base;
694 adjusted_length = data->dpme_pblocks - (length + new_length);
718 cur->data->dpme_pblocks = adjusted_length;
719 cur->data->dpme_lblocks = adjusted_length;

Completed in 199 milliseconds