/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/agg/ |
H A D | trunc.d | 36 @func[execname] = count(); 41 trunc(@func, 10); 42 normalize(@func, (timestamp - last) / 1000000000); 43 printa(@func); 44 clear(@func);
|
H A D | renormalize.d | 36 @func[execname] = count(); 41 normalize(@func, (timestamp - start) / 1000000000); 42 printa(@func);
|
H A D | clear.d | 36 @func[execname] = count(); 41 normalize(@func, (timestamp - last) / 1000000000); 42 printa(@func); 43 clear(@func);
|
H A D | normalize.d | 39 @func[execname] = count(); 48 normalize(@func, (timestamp - start) / 1000000000);
|
H A D | denorm.d | 36 @func[execname] = count(); 45 normalize(@func, this->seconds); 46 printa(@func); 49 denormalize(@func); 50 printa(@func);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/docsExamples/ |
H A D | renormalize.d | 48 @func[execname] = count(); 53 normalize(@func, (timestamp - start) / 1000000000); 54 printa(@func);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.denormalize.d | 50 @func[i % 5] = sum(i * 100); 57 normalize(@func, 5); 60 denormalize(@func); 61 printa(@func);
|
H A D | tst.cleardenormalize.d | 52 @func[i%5] = sum(i * 100); 60 denormalize(@func); 61 printa(@func); 63 clear(@func); 66 printa(@func); 74 denormalize(@func); 75 printa(@func);
|
H A D | tst.clearnormalize.d | 51 @func[i % 5] = sum(i * 100); 59 normalize(@func, 5); 60 printa(@func); 62 clear(@func); 65 printa(@func); 73 normalize(@func, 5); 74 printa(@func);
|
H A D | tst.clear.d | 51 @func[i%5] = sum(i * 100); 59 printa(@func); 61 clear(@func); 64 printa(@func); 72 printa(@func);
|
H A D | tst.fmtnormalize.d | 50 @func[i % 5] = sum(i * 100); 58 normalize(@func, 5); 59 printa("%u %@u\n", @func);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | sym.h | 36 #define SYMFUNC( func ) &func, 37 #define SYMFUNCALIAS( name, func ) &func,
|
H A D | xaaWrapper.h | 8 XAAInfoRecPtr infoPtr, int depth, SyncFunc *func);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | sym.h | 36 #define SYMFUNC( func ) &func, 37 #define SYMFUNCALIAS( name, func ) &func,
|
H A D | xaaWrapper.h | 8 XAAInfoRecPtr infoPtr, int depth, SyncFunc *func);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | sym.h | 36 #define SYMFUNC( func ) &func, 37 #define SYMFUNCALIAS( name, func ) &func,
|
H A D | xaaWrapper.h | 8 XAAInfoRecPtr infoPtr, int depth, SyncFunc *func);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | sym.h | 36 #define SYMFUNC( func ) &func, 37 #define SYMFUNCALIAS( name, func ) &func,
|
H A D | xaaWrapper.h | 8 XAAInfoRecPtr infoPtr, int depth, SyncFunc *func);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/pragma/ |
H A D | err.D_PRAGMA_UNUSED.UnusedPragma.d | 37 void func(int, int); 40 #pragma D attributes Stable/Stable/Common func;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | sym.h | 45 #define SYMFUNC( func ) { #func, (funcptr)&func }, 46 #define SYMFUNCALIAS( name, func ) { name, (funcptr)&func },
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | sym.h | 45 #define SYMFUNC( func ) { #func, (funcptr)&func }, 46 #define SYMFUNCALIAS( name, func ) { name, (funcptr)&func },
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.FunctionLookup.c | 40 f2(f func, int i) argument 42 func(i);
|
/vbox/src/VBox/Additions/x11/x11stubs/libXdamage-1.1.0/ |
H A D | libXdamage.c | 22 #define DECLXSTUB(func) \ 23 DECLEXPORT(void) func(void); \ 24 void func(void) {}
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/ |
H A D | assert.c | 32 @param[in] func The name of the function containing the assert 44 IN const char *func, 49 if (func == NULL) 54 failedexpr, file, func, line); 42 __assert( IN const char *file, IN const char *func, IN int line, IN const char *failedexpr ) argument
|