Searched refs:axp (Results 1 – 3 of 3) sorted by relevance
90 if ( nr < axp::MAX_WORDS_IN_REGS ) \99 if ( nr < axp::MAX_WORDS_IN_REGS ) \105 if ( nr < axp::MAX_WORDS_IN_REGS ) \111 if ( nr < axp::MAX_WORDS_IN_REGS ) \117 if ( nr < axp::MAX_WORDS_IN_REGS ) \139 if ( nFPR > axp::MAX_SSE_REGS ) in callVirtualMethod()140 nFPR = axp::MAX_SSE_REGS; in callVirtualMethod()141 if ( nGPR > axp::MAX_GPR_REGS ) in callVirtualMethod()142 nGPR = axp::MAX_GPR_REGS; in callVirtualMethod()213 sal_uInt64 pGPR[axp::MAX_GPR_REGS]; in cpp_call()[all …]
127 if (nregs < axp::MAX_WORDS_IN_REGS) in cpp2uno_call()148 if (nregs < axp::MAX_WORDS_IN_REGS) in cpp2uno_call()164 if (nregs < axp::MAX_WORDS_IN_REGS) in cpp2uno_call()180 if (nregs < axp::MAX_WORDS_IN_REGS) in cpp2uno_call()194 if (nregs < axp::MAX_WORDS_IN_REGS) in cpp2uno_call()220 if (nregs < axp::MAX_WORDS_IN_REGS) in cpp2uno_call()505 sal_uInt64 gpreg[axp::MAX_GPR_REGS]; in cpp_vtable_call()513 double fpreg[axp::MAX_SSE_REGS]; in cpp_vtable_call()
89 namespace axp namespace
Completed in 22 milliseconds