Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c150 static void normalize P((int * tensptr, int * unitsptr, int base));
1197 normalize(tensptr, unitsptr, base) in normalize() argument
1198 int * const tensptr; in normalize()
1205 *tensptr += *unitsptr / base;
1210 *tensptr -= (tmp/base + 1);