Searched defs:baz (Results 1 - 6 of 6) 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.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.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/ustack/
H A Dtst.spin.c34 baz(int a) function
48 return (baz(a + 1) - 1);
/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 64 milliseconds