Lines Matching refs:pDS
88 #define INSERT_FLOAT( pSV, nr, pFPR, pDS ) \ argument
95 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); \
98 #define INSERT_DOUBLE( pSV, nr, pFPR, pDS ) \ argument
102 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); // verbatim!
104 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
108 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV );
110 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
114 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
116 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
120 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV );
122 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument
126 *pDS++ = *reinterpret_cast<sal_uInt8 *>( pSV );