/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/aggs/ |
H A D | err.D_KEY_TYPE.badkey2.d | 40 @a[0] = count(); 41 @b[@a] = count();
|
H A D | err.D_AGG_MDIM.bad.d | 42 @counts[0][2] = count();
|
H A D | err.D_IDENT_UNDEF.badkey3.d | 41 @t[i] = count();
|
H A D | err.D_KEY_TYPE.badkey1.d | 40 @a[1, (void)0] = count();
|
H A D | err.D_KEY_TYPE.badkey4.d | 42 @a[curpsinfo] = count();
|
H A D | err.D_PROTO_LEN.counttoomany.d | 32 * count() should not accept any arguments 40 @a["badtest"] = count(1);
|
H A D | err.D_TRUNC_PROTO.badmany.d | 31 @[0] = count();
|
H A D | err.D_TRUNC_SCALAR.bad.d | 31 @[0] = count();
|
H A D | tst.signature.d | 35 @stk[ustack()] = count(); 36 @symmy[sym(0)] = count(); 37 @usymmy[usym(0)] = count(); 38 @funky[func(0)] = count(); 39 @ufunky[ufunc(0)] = count(); 40 @moddy[mod(0)] = count(); 41 @umoddy[umod(0)] = count(); 46 @stk[ustack()] = count(); 47 @symmy[sym(0)] = count(); 48 @usymmy[usym(0)] = count(); [all...] |
H A D | tst.count.d | 31 * Postive count() test 41 @a = count(); 42 @a = count();
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/clauses/ |
H A D | err.D_IDENT_UNDEF.aggtup.d | 39 @a[x] = count();
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/drops/ |
H A D | drp.DTRACEDROP_AGGREGATION.d | 35 @["Harding"] = count(); 36 @["Hoover"] = count(); 37 @["Nixon"] = count(); 38 @["Bush"] = count();
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/speculation/ |
H A D | err.D_AGG_COMM.AggAftCommit.d | 39 @a["foo"] = count();
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | ntinrval.c | 57 LARGE_INTEGER count; local 59 if (QueryPerformanceFrequency(&count)) { 65 PR_ASSERT(count.HighPart >= 0); 66 while(count.HighPart) { 67 count.LowPart = (count.HighPart << 31) + (count.LowPart >> 1); 68 count.HighPart >>= 1; 71 while(count.LowPart > PR_INTERVAL_MAX) { 72 count 92 LARGE_INTEGER count; local [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/agg/ |
H A D | writes.d | 29 @counts["write system calls"] = count();
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/pointers/ |
H A D | err.D_ADDROF_VAR.agg.d | 40 @a = count();
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/printa/ |
H A D | err.D_PRINTF_ARG_TYPE.jstack.d | 31 @[jstack()] = count();
|
H A D | err.D_PRINTF_ARG_TYPE.stack.d | 31 @[stack()] = count();
|
H A D | err.D_PRINTF_ARG_TYPE.ustack.d | 31 @[ustack()] = count();
|
H A D | tst.stack.d | 31 @[stack()] = count(); 32 @[ustack()] = count(); 33 @[jstack()] = count();
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/printf/ |
H A D | err.D_PRINTF_ARG_TYPE.aggarg.d | 40 @a = count();
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | stip68kgnu.h | 32 #define STIPPLE(addr,stipple,value,width,count,shift) \ 107 "=d" (count), /* %1 */ \ 113 "1" (count-1), /* %7 */ \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | stip68kgnu.h | 32 #define STIPPLE(addr,stipple,value,width,count,shift) \ 107 "=d" (count), /* %1 */ \ 113 "1" (count-1), /* %7 */ \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | stip68kgnu.h | 32 #define STIPPLE(addr,stipple,value,width,count,shift) \ 107 "=d" (count), /* %1 */ \ 113 "1" (count-1), /* %7 */ \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | stip68kgnu.h | 34 #define STIPPLE(addr,stipple,value,width,count,shift) \ 109 "=d" (count), /* %1 */ \ 115 "1" (count-1), /* %7 */ \
|