Searched refs:itemp (Results 1 – 1 of 1) sorted by relevance
60 int itemp; in db_RandomInt() local62 itemp=(int) dtemp; in db_RandomInt()63 if(itemp<=0) return(0); in db_RandomInt()64 if(itemp>=max) return(max); in db_RandomInt()65 return(itemp); in db_RandomInt()