Lines Matching defs:tmp
63 isc_uint64_t tmp;93 tmp = 0;100 return (tmp);105 return (tmp);108 if (tmp > overflow) {112 tmp *= base;114 if ((tmp + (o - digits)) < tmp) {118 tmp += o - digits;122 return (tmp);