Lines Matching refs:pDS
188 #define INSERT_FLOAT( pSV, nr, pFPR, pDS, bOverflow ) \ argument
194 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); // verbatim!
196 #define INSERT_DOUBLE( pSV, nr, pFPR, pDS, bOverflow ) \ argument
202 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); // verbatim!
204 #define INSERT_INT64( pSV, nr, pGPR, pDS, bOverflow ) \ argument
210 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV );
212 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow ) \ argument
218 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
220 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverflow ) \ argument
226 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV );
228 #define INSERT_INT8( pSV, nr, pGPR, pDS, bOverflow ) \ argument
234 *pDS++ = *reinterpret_cast<sal_uInt8 *>( pSV );