Lines Matching refs:address_length
128 my $address_length = 16;
3655 $address_length = ($str eq (chr(0)x8)) ? 16 : 8;
3656 if ($address_length == 8) {
3699 if ($address_length == 8) { # the 32-bit case
3972 my $addr = sprintf("0%o", $i * ($address_length == 8 ? 4 : 8));
3988 $pc = sprintf("%0*x", $address_length, $pc);
4398 my $zeros_needed = $address_length - length($addr);
4400 printf STDERR "Warning: address $addr is longer than address length $address_length\n";
4677 if ($address_length == 8) {
4731 if ($address_length == 8) {
4782 if ($address_length == 8) {
5121 $address_length = 16;
5421 $address_length = 8;
5440 $address_length = 16;
5473 $address_length = 8;
5492 $address_length = 16;
5524 $address_length = 8;
5543 $address_length = 16;