Home
last modified time | relevance | path

Searched refs:axp (Results 1 – 3 of 3) sorted by relevance

/trunk/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Duno2cpp.cxx90 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 …]
H A Dcpp2uno.cxx127 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()
H A Dshare.hxx89 namespace axp namespace

Completed in 33 milliseconds