Searched refs:BigInt (Results 1 – 4 of 4) sorted by relevance
6 use Math::BigInt;38 my $len = Math::BigInt->new("0x" . $3);39 my $vma = Math::BigInt->new("0x" . $4);40 my $lma = Math::BigInt->new("0x" . $5);41 my $foff = Math::BigInt->new("0x" . $6);98 my $start = Math::BigInt->new($symbols{"__cert_list_start"});101 my $size_sym = Math::BigInt->new($symbols{"system_certificate_list_size"});
5 use Math::BigInt;183 my $decodestart = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$func_offset");184 my $decodestop = Math::BigInt->from_hex("0x$target") + 8192;206 …$vmaoffset = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$fu") - Math::BigInt-…222 my $delta = Math::BigInt->from_hex($ad) - Math::BigInt->from_hex($ta);
6 pub(crate) struct BigInt { struct10 impl BigInt { impl12 BigInt { digits: Vec::new() } in new()41 impl AddAssign<u8> for BigInt { implementation56 impl MulAssign<u8> for BigInt { implementation
1127 use crate::bigint::BigInt;1704 let mut value = BigInt::new(); in parse_lit_int()