Lines Matching refs:address_length
129 my $address_length = 16;
3658 $address_length = ($str eq (chr(0)x8)) ? 16 : 8;
3659 if ($address_length == 8) {
3702 if ($address_length == 8) { # the 32-bit case
3975 my $addr = sprintf("0%o", $i * ($address_length == 8 ? 4 : 8));
3991 $pc = sprintf("%0*x", $address_length, $pc);
4401 my $zeros_needed = $address_length - length($addr);
4403 printf STDERR "Warning: address $addr is longer than address length $address_length\n";
4690 if ($address_length == 8) {
4744 if ($address_length == 8) {
4795 if ($address_length == 8) {
5134 $address_length = 16;
5434 $address_length = 8;
5453 $address_length = 16;
5486 $address_length = 8;
5505 $address_length = 16;
5537 $address_length = 8;
5556 $address_length = 16;