Searched refs:baz (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.annotated.c30 baz(void) function
39 baz();
H A Dtst.annotated.d31 pid$1:a.out:baz:entry
H A Dtst.helper.d40 pid$1:a.out:baz:entry
H A Dtst.helper.c34 baz(void) function
49 0xe8, 0x0, 0x0, 0x0, 0x0, /* call baz */
59 *((int *)&instr[4]) = (uintptr_t)baz - (uintptr_t)&fp[8];
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.annotated.c30 baz(void) function
39 baz();
H A Dtst.annotated.d31 pid$1:a.out:baz:entry
H A Dtst.helper.d40 pid$1:a.out:baz:entry
H A Dtst.helper.c34 baz(void) function
48 0x40000000, /* call baz */
58 instr[1] |= ((uintptr_t)baz - (uintptr_t)&fp[1]) >> 2;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/funcs/
H A Dtst.basename.d.out3 if [ `basename "/foo/bar/baz"` != "baz" ]; then
4 echo "basename(\"/foo/bar/baz\") is \"baz\"; expected \"`basename "/foo/bar/baz"`"\"
7 if [ `dirname "/foo/bar/baz"` != "/foo/bar" ]; then
8 echo "dirname(\"/foo/bar/baz\") is \"/foo/bar\"; expected \"`dirname "/foo/bar/baz"`"\"
11 if [ `basename "/foo/bar///baz/"` != "baz" ]; the
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.zero3.d35 @baz[345] = lquantize(0, -10, 10, 1, 0);
41 printa(@baz);
42 printa("%@10d %@10d\n", @bop, @baz);
H A Dtst.zero.d35 @baz[345] = lquantize(0, -10, 10, 1);
48 printa("%10d %@10d %@10d %@10d %@10d\n", @foo, @bar, @bop, @baz);
H A Dtst.zero2.d34 @baz[345] = lquantize(0, -10, 10, 1, 0);
47 printa("%10d %@10d %@10d %@10d %@10d\n", @foo, @bar, @bop, @baz);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.c34 baz(int a) function
48 return (baz(a + 1) - 1);
H A Dtst.spin.ksh113 die "expected END at \$.\n" unless /\`baz\+/;
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/test/
H A Dstub_test.cpp38 class baz : public base { class in inherits:base
48 NS_IMETHODIMP baz::ignored(){return 0;}
78 PrepareAndDispatch(baz* self, PRUint32 methodIndex,
125 __declspec(naked) nsresult __stdcall baz::callme##n() \
131 nsresult __stdcall baz::callme##n() \
135 baz *obj; \
154 PrepareAndDispatch(baz* self, PRUint32 methodIndex, PRUint32* args)
169 nsresult baz::callme##n() \
196 baz* b = new baz();
[all...]

Completed in 238 milliseconds