Home
last modified time | relevance | path

Searched refs:hexnum (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs.h81 #define LERRCHKSUM(hexnum) (((hexnum) & 0xf) ^ ((hexnum) >> 4 & 0xf) ^ \ argument
82 ((hexnum) >> 8 & 0xf))
/drivers/scsi/
Dscript_asm.pl156 $hexnum = '0[xX][0-9A-Fa-f]+';
157 $constant = "$hexnum|$decnum";
163 "$identifier\\s*[+-]\s*$hexnum|$constant";