Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/ncpfs/
Dncpsign_kernel.c25 #define PVAL(buf,pos) ((unsigned)BVAL(buf,pos)) macro
31 return PVAL(buf, pos) | PVAL(buf, pos + 1) << 8; in WVAL_LH()