Lines Matching refs:retbuf
141 char retbuf[32]; in call() local
143 retin = returnType == NULL ? NULL : retbuf; in call()
345 callStack[0] = *reinterpret_cast< sal_Bool * >(retbuf); in call()
348 callStack[0] = *reinterpret_cast< sal_Int8 * >(retbuf); in call()
351 callStack[0] = *reinterpret_cast< sal_Int16 * >(retbuf); in call()
354 callStack[0] = *reinterpret_cast< sal_uInt16 * >(retbuf); in call()
358 callStack[0] = *reinterpret_cast< sal_Int32 * >(retbuf); in call()
361 callStack[0] = *reinterpret_cast< sal_uInt32 * >(retbuf); in call()
364 callStack[0] = *reinterpret_cast< sal_Int64 * >(retbuf); in call()
367 callStack[0] = *reinterpret_cast< sal_uInt64 * >(retbuf); in call()
370 fp_loadf0(reinterpret_cast< float * >(retbuf)); in call()
373 fp_loadd0(reinterpret_cast< double * >(retbuf)); in call()
376 callStack[0] = *reinterpret_cast< sal_Unicode * >(retbuf); in call()
383 *reinterpret_cast< void ** >(retbuf)); in call()
386 loadFpRegsFromStruct(rtd, retbuf); in call()
389 std::memcpy(callStack, retbuf, rtd->nSize); in call()