Searched refs:retbuf (Results 1 – 1 of 1) sorted by relevance
141 char retbuf[32]; in call() local143 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()358 callStack[0] = *reinterpret_cast< sal_Int32 * >(retbuf); in call()370 fp_loadf0(reinterpret_cast< float * >(retbuf)); in call()373 fp_loadd0(reinterpret_cast< double * >(retbuf)); in call()383 *reinterpret_cast< void ** >(retbuf)); in call()386 loadFpRegsFromStruct(rtd, retbuf); in call()[all …]
Completed in 8 milliseconds