Searched refs:hexnum (Results 1 – 2 of 2) sorted by relevance
81 #define LERRCHKSUM(hexnum) (((hexnum) & 0xf) ^ ((hexnum) >> 4 & 0xf) ^ \ argument82 ((hexnum) >> 8 & 0xf))
156 $hexnum = '0[xX][0-9A-Fa-f]+'; 157 $constant = "$hexnum|$decnum";163 "$identifier\\s*[+-]\s*$hexnum|$constant";