OpenGrok
Cross Reference: checkpatch.pl
xref
: /
external
/
u-boot
/
scripts
/
checkpatch.pl
Home
|
History
|
Annotate
|
Download
|
only in
scripts
Lines Matching
refs:hexval
4849
my $
hexval
= sprintf("0x%x", oct($var));
4851
s/\b$var\b/$
hexval
/;