Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.multinormalize.d59 normalize(@func1, 5);
63 normalize(@func2, 5);
H A Dtst.clearnormalize.d59 normalize(@func, 5);
73 normalize(@func, 5);
H A Dtst.lquantnormal.d49 normalize(@, 5);
H A Dtst.denormalize.d57 normalize(@func, 5);
H A Derr.D_NORMALIZE_AGGARG.bad.d63 normalize(count(), 4);
H A Derr.D_NORMALIZE_PROTO.bad.d62 normalize(@func);
H A Derr.D_NORMALIZE_SCALAR.bad.d62 normalize(@func, "hello");
H A Dtst.normalize.d58 normalize(@func, 5);
H A Dtst.fmtnormalize.d58 normalize(@func, 5);
/titanic_41/usr/src/cmd/dtrace/demo/io/
H A Diocpu.d59 normalize(@time, 1000000);
63 normalize(@io, 1000000);
/titanic_41/usr/src/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.normal.d37 normalize(@, 10);
/titanic_41/usr/src/cmd/dtrace/demo/agg/
H A Dnormalize.d48 normalize(@func, (timestamp - start) / 1000000000);
H A Drenormalize.d41 normalize(@func, (timestamp - start) / 1000000000);
H A Dclear.d41 normalize(@func, (timestamp - last) / 1000000000);
H A Dtrunc.d42 normalize(@func, (timestamp - last) / 1000000000);
H A Ddenorm.d45 normalize(@func, this->seconds);
/titanic_41/usr/src/cmd/dtrace/test/tst/common/docsExamples/
H A Drenormalize.d53 normalize(@func, (timestamp - start) / 1000000000);
/titanic_41/usr/src/cmd/dtrace/demo/sched/
H A Dwhererun.d58 normalize(@, 1000);
/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() function
1250 normalize(&yourtm.tm_min, &yourtm.tm_sec, SECSPERMIN);
1251 normalize(&yourtm.tm_hour, &yourtm.tm_min, MINSPERHOUR);
1252 normalize(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY);
1253 normalize(&yourtm.tm_year, &yourtm.tm_mon, MONSPERYEAR);
/titanic_41/usr/src/cmd/dtrace/demo/
H A DMakefile64 normalize.d \
/titanic_41/usr/src/uts/sparc/dtrace/
H A Ddtrace_asm.s608 movl %xcc, %g3, %g2 ! normalize if it's negative (-1)
/titanic_41/usr/src/pkg/manifests/
H A Ddeveloper-dtrace.mf109 file path=usr/demo/dtrace/normalize.d
H A Dsystem-dtrace-tests.mf337 file path=opt/SUNWdtrt/tst/common/aggs/tst.normalize.d mode=0444
338 file path=opt/SUNWdtrt/tst/common/aggs/tst.normalize.d.out mode=0444
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE432 04-10-01 normalize ident stamps
/titanic_41/
H A D.gitignore953 usr/src/cmd/dtrace/demo/normalize.d