Searched refs:tensptr (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/libntp/ |
H A D | mktime.c | 115 int * tensptr, in normalize() argument 121 *tensptr += *unitsptr / base; in normalize() 124 --*tensptr; in normalize() 127 *tensptr -= 1 + (-*unitsptr) / base; in normalize()
|
/freebsd/contrib/tzcode/ |
H A D | localtime.c | 2036 normalize_overflow(int *const tensptr, int *const unitsptr, const int base) 2044 return increment_overflow(tensptr, tensdelta); in increment_overflow() 2048 normalize_overflow32(int_fast32_t *tensptr, int *unitsptr, int base) in increment_overflow() 2056 return increment_overflow32(tensptr, tensdelta); in increment_overflow() 2095 normalize_overflow(int * const tensptr,int * const unitsptr,const int base) normalize_overflow() argument 2107 normalize_overflow32(int_fast32_t * tensptr,int * unitsptr,int base) normalize_overflow32() argument
|