Home
last modified time | relevance | path

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

/haiku/src/libs/libsolv/solv/
H A Drepopack.h132 data_read_u32(unsigned char *dp, unsigned int *nump) in data_read_u32() argument
134 *nump = (dp[0] << 24) | (dp[1] << 16) | (dp[2] << 8) | dp[3]; in data_read_u32()
/haiku/src/bin/unzip/
H A Dtimezone.c119 static ZCONST char *getnum OF((ZCONST char *strp, int * ZCONST nump,
268 static ZCONST char *getnum(strp, nump, min, max) in getnum() argument
270 int * ZCONST nump;
288 *nump = num;