Lines Matching defs:ret
7527 int ret = 0;
7540 ret = 1;
7548 return ret;
8340 u32 ret;
8345 ret = (u32)((ms/1000) - ((i64)24405875 * 8640));
8349 ret = (u32)((day - 2440587.5) * 86400);
8351 return ret;
9574 unsigned int ret = 0;
9577 ret += (ret<<3) + (unsigned char)(z[i]);
9579 return (int)(ret % IDX_HASH_SIZE);
13029 int ret = 1;
13033 ret = (pMap->aElem[iElem] & (((u32)1) << iBit)) ? 1 : 0;
13035 return ret;