OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:address_length
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc/dist/bin/
jeprof.in
129
my $
address_length
= 16;
3717
# Set the global $
address_length
based on what we see here.
3719
$
address_length
= ($str eq (chr(0)x8)) ? 16 : 8;
3720
if ($
address_length
== 8) {
3763
if ($
address_length
== 8) { # the 32-bit case
4036
my $addr = sprintf("0%o", $i * ($
address_length
== 8 ? 4 : 8));
4052
$pc = sprintf("%0*x", $
address_length
, $pc);
4462
my $zeros_needed = $
address_length
- length($addr);
4464
printf STDERR "Warning: address $addr is longer than address length $
address_length
\n";
4782
# Add two hex addresses of length $
address_length
[
all
...]
/src/external/bsd/jemalloc.old/dist/bin/
jeprof.in
129
my $
address_length
= 16;
3656
# Set the global $
address_length
based on what we see here.
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";
4683
# Add two hex addresses of length $
address_length
[
all
...]
Completed in 28 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026