Lines Matching refs:pDS
85 #define INSERT_FLOAT( pSV, nr, pFPR, pDS ) \ argument
92 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); \
95 #define INSERT_DOUBLE( pSV, nr, pFPR, pDS ) \ argument
99 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV ); // verbatim!
101 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
105 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV );
107 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
111 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
113 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
117 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV );
119 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument
123 *pDS++ = *reinterpret_cast<sal_uInt8 *>( pSV );