Searched refs:count (Results 1 - 25 of 1232) sorted by relevance

1234567891011>>

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_KEY_TYPE.badkey2.d40 @a[0] = count();
41 @b[@a] = count();
H A Derr.D_AGG_MDIM.bad.d42 @counts[0][2] = count();
H A Derr.D_IDENT_UNDEF.badkey3.d41 @t[i] = count();
H A Derr.D_KEY_TYPE.badkey1.d40 @a[1, (void)0] = count();
H A Derr.D_KEY_TYPE.badkey4.d42 @a[curpsinfo] = count();
H A Derr.D_PROTO_LEN.counttoomany.d32 * count() should not accept any arguments
40 @a["badtest"] = count(1);
H A Derr.D_TRUNC_PROTO.badmany.d31 @[0] = count();
H A Derr.D_TRUNC_SCALAR.bad.d31 @[0] = count();
H A Dtst.signature.d35 @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 Dtst.count.d31 * Postive count() test
41 @a = count();
42 @a = count();
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/clauses/
H A Derr.D_IDENT_UNDEF.aggtup.d39 @a[x] = count();
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_AGGREGATION.d35 @["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 Derr.D_AGG_COMM.AggAftCommit.d39 @a["foo"] = count();
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntinrval.c57 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 Dwrites.d29 @counts["write system calls"] = count();
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/pointers/
H A Derr.D_ADDROF_VAR.agg.d40 @a = count();
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/printa/
H A Derr.D_PRINTF_ARG_TYPE.jstack.d31 @[jstack()] = count();
H A Derr.D_PRINTF_ARG_TYPE.stack.d31 @[stack()] = count();
H A Derr.D_PRINTF_ARG_TYPE.ustack.d31 @[ustack()] = count();
H A Dtst.stack.d31 @[stack()] = count();
32 @[ustack()] = count();
33 @[jstack()] = count();
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/printf/
H A Derr.D_PRINTF_ARG_TYPE.aggarg.d40 @a = count();
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dstip68kgnu.h32 #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 Dstip68kgnu.h32 #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 Dstip68kgnu.h32 #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 Dstip68kgnu.h34 #define STIPPLE(addr,stipple,value,width,count,shift) \
109 "=d" (count), /* %1 */ \
115 "1" (count-1), /* %7 */ \

Completed in 97 milliseconds

1234567891011>>