Lines Matching refs:pDS
253 #define INSERT_FLOAT( pSV, nfr, pFPR, ngr, pGPR, pDS, bOverflow ) \ argument
261 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); // verbatim!
263 #define INSERT_DOUBLE( pSV, nfr, pFPR, ngr, pGPR, pDS, bOverflow ) \ argument
271 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); // verbatim!
273 #define INSERT_INT64( pSV, nr, pGPR, pDS, bOverflow ) \ argument
279 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV );
281 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow ) \ argument
287 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
289 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverflow ) \ argument
295 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV );
297 #define INSERT_INT8( pSV, nr, pGPR, pDS, bOverflow ) \ argument
303 *pDS++ = *reinterpret_cast<sal_uInt8 *>( pSV );