Searched refs:PVAL (Results 1 – 1 of 1) sorted by relevance
25 #define PVAL(buf,pos) ((unsigned)BVAL(buf,pos)) macro31 return PVAL(buf, pos) | PVAL(buf, pos + 1) << 8; in WVAL_LH()