Searched refs:nump (Results 1 – 2 of 2) sorted by relevance
132 data_read_u32(unsigned char *dp, unsigned int *nump) in data_read_u32() argument134 *nump = (dp[0] << 24) | (dp[1] << 16) | (dp[2] << 8) | dp[3]; in data_read_u32()
119 static ZCONST char *getnum OF((ZCONST char *strp, int * ZCONST nump,268 static ZCONST char *getnum(strp, nump, min, max) in getnum() argument270 int * ZCONST nump;288 *nump = num;