Searched refs:GPR_COUNT (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_ppc_netbsd.cpp54 #define GPR_COUNT 8 macro
107 if (gpr < GPR_COUNT)
117 if (gpr < GPR_COUNT)
123 if ((gpr + 1) < GPR_COUNT) {
135 if (gpr < GPR_COUNT)
H A Dxptcstubs_ppc_netbsd.cpp53 #define GPR_COUNT 8 macro
122 if (gpr < GPR_COUNT)
133 if (gpr < GPR_COUNT)
141 if ((gpr + 1) < GPR_COUNT) {
152 if (gpr < GPR_COUNT)
H A Dxptcinvoke_ppc_linux.cpp54 #define GPR_COUNT 8 macro
117 if ((gpr + 1) < GPR_COUNT) {
129 if (gpr < GPR_COUNT)
H A Dxptcinvoke_amd64_darwin.cpp44 const PRUint32 GPR_COUNT = 6; variable
68 if (nr_gpr < GPR_COUNT)
126 if (nr_gpr < GPR_COUNT)
148 PRUint64 gpregs[GPR_COUNT];
H A Dxptcinvoke_x86_64_linux.cpp44 const PRUint32 GPR_COUNT = 6; variable
68 if (nr_gpr < GPR_COUNT)
126 if (nr_gpr < GPR_COUNT)
148 PRUint64 gpregs[GPR_COUNT];
H A Dxptcstubs_ppc_linux.cpp53 #define GPR_COUNT 8 macro
135 if ((gpr + 1) < GPR_COUNT) {
146 if (gpr < GPR_COUNT)
H A Dxptcstubs_amd64_darwin.cpp50 const PRUint32 GPR_COUNT = 6; variable
126 if (nr_gpr < GPR_COUNT)
H A Dxptcstubs_x86_64_linux.cpp50 const PRUint32 GPR_COUNT = 6; variable
126 if (nr_gpr < GPR_COUNT)
H A Dxptcstubs_x86_64_solaris.cpp51 const PRUint32 GPR_COUNT = 6; variable
127 if (nr_gpr < GPR_COUNT)

Completed in 69 milliseconds