Searched refs:normalize (Results 1 – 25 of 25) sorted by relevance
/titanic_50/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.multinormalize.d | 59 normalize(@func1, 5); 63 normalize(@func2, 5);
|
H A D | tst.clearnormalize.d | 59 normalize(@func, 5); 73 normalize(@func, 5);
|
H A D | tst.lquantnormal.d | 49 normalize(@, 5);
|
H A D | tst.denormalize.d | 57 normalize(@func, 5);
|
H A D | err.D_NORMALIZE_AGGARG.bad.d | 63 normalize(count(), 4);
|
H A D | err.D_NORMALIZE_PROTO.bad.d | 62 normalize(@func);
|
H A D | err.D_NORMALIZE_SCALAR.bad.d | 62 normalize(@func, "hello");
|
H A D | tst.normalize.d | 58 normalize(@func, 5);
|
H A D | tst.fmtnormalize.d | 58 normalize(@func, 5);
|
/titanic_50/usr/src/cmd/dtrace/demo/io/ |
H A D | iocpu.d | 59 normalize(@time, 1000000); 63 normalize(@io, 1000000);
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/llquantize/ |
H A D | tst.normal.d | 37 normalize(@, 10);
|
/titanic_50/usr/src/cmd/dtrace/demo/agg/ |
H A D | normalize.d | 48 normalize(@func, (timestamp - start) / 1000000000);
|
H A D | renormalize.d | 41 normalize(@func, (timestamp - start) / 1000000000);
|
H A D | clear.d | 41 normalize(@func, (timestamp - last) / 1000000000);
|
H A D | trunc.d | 42 normalize(@func, (timestamp - last) / 1000000000);
|
H A D | denorm.d | 45 normalize(@func, this->seconds);
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/docsExamples/ |
H A D | renormalize.d | 53 normalize(@func, (timestamp - start) / 1000000000);
|
/titanic_50/usr/src/cmd/dtrace/demo/sched/ |
H A D | whererun.d | 58 normalize(@, 1000);
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | localtime.c | 150 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_50/usr/src/cmd/dtrace/demo/ |
H A D | Makefile | 64 normalize.d \
|
/titanic_50/usr/src/uts/sparc/dtrace/ |
H A D | dtrace_asm.s | 608 movl %xcc, %g3, %g2 ! normalize if it's negative (-1)
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | developer-dtrace.mf | 110 file path=usr/demo/dtrace/normalize.d
|
H A D | system-dtrace-tests.mf | 337 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_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 432 04-10-01 normalize ident stamps
|
/titanic_50/ |
H A D | .gitignore | 953 usr/src/cmd/dtrace/demo/normalize.d
|