Home
last modified time | relevance | path

Searched refs:pSV (Results 1 – 12 of 12) sorted by relevance

/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Duno2cpp.cxx48 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverFlow )\ argument
56 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
74 *pDS++ = reinterpret_cast<sal_uInt32 *>( pSV )[1]; \
75 *pDS++ = reinterpret_cast<sal_uInt32 *>( pSV )[0]; \
78 #define INSERT_FLOAT( pSV, nr, pFPR, pDS, bOverFlow ) \ argument
87 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
107 *pDS++ = reinterpret_cast<sal_uInt32 *>( pSV )[1]; \
111 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverFlow ) \ argument
117 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV );
119 #define INSERT_INT8( pSV, nr, pGPR, pDS, bOverFlow ) \ argument
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Duno2cpp.cxx259 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow ) \ argument
265 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
268 #define INSERT_INT64( pSV, nr, pGPR, pDS, pStart, bOverflow ) \ argument
290 #define INSERT_INT64( pSV, nr, pGPR, pDS, pStart, bOverflow ) \ argument
291 INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow) \
295 #define INSERT_FLOAT( pSV, nr, pFPR, pDS, bOverflow ) \ argument
296 INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow)
299 INSERT_INT64( pSV, nr, pGPR, pDS, pStart, bOverflow )
301 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverflow ) \ argument
309 #define INSERT_INT8( pSV, nr, pGPR, pDS, bOverflow ) \ argument
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Duno2cpp.cxx259 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow ) \ argument
265 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
268 #define INSERT_INT64( pSV, nr, pGPR, pDS, pStart, bOverflow ) \ argument
290 #define INSERT_INT64( pSV, nr, pGPR, pDS, pStart, bOverflow ) \ argument
291 INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow) \
295 #define INSERT_FLOAT( pSV, nr, pFPR, pDS, bOverflow ) \ argument
296 INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow)
299 INSERT_INT64( pSV, nr, pGPR, pDS, pStart, bOverflow )
301 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverflow ) \ argument
309 #define INSERT_INT8( pSV, nr, pGPR, pDS, bOverflow ) \ argument
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Duno2cpp.cxx88 #define INSERT_FLOAT( pSV, nr, pFPR, pDS ) \ argument
92 pFPR[nr++] = *reinterpret_cast<float *>( pSV ); \
98 #define INSERT_DOUBLE( pSV, nr, pFPR, pDS ) \ argument
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
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Duno2cpp.cxx85 #define INSERT_FLOAT( pSV, nr, pFPR, pDS ) \ argument
89 pFPR[nr++] = *reinterpret_cast<float *>( pSV ); \
95 #define INSERT_DOUBLE( pSV, nr, pFPR, pDS ) \ argument
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
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Duno2cpp.cxx253 #define INSERT_FLOAT( pSV, nfr, pFPR, ngr, pGPR, pDS, bOverflow ) \ argument
255 pFPR[nfr++] = *reinterpret_cast<float *>( pSV ); \
265 pFPR[nfr++] = *reinterpret_cast<double *>( pSV ); \
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
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Duno2cpp.cxx188 #define INSERT_FLOAT( pSV, nr, pFPR, pDS, bOverflow ) \ argument
190 pFPR[nr++] = *reinterpret_cast<float *>( pSV ); \
196 #define INSERT_DOUBLE( pSV, nr, pFPR, pDS, bOverflow ) \ argument
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
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Duno2cpp.cxx188 #define INSERT_FLOAT( pSV, nr, pFPR, pDS, bOverflow ) \ argument
190 pFPR[nr++] = *reinterpret_cast<float *>( pSV ); \
196 #define INSERT_DOUBLE( pSV, nr, pFPR, pDS, bOverflow ) \ argument
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
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Duno2cpp.cxx216 #define INSERT_FLOAT_DOUBLE( pSV, nr, pFPR, pDS ) \ argument
218 pFPR[nr++] = *reinterpret_cast<double *>( pSV ); \
222 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
226 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV );
228 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
232 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
234 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
238 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV );
240 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument
242 pGPR[nr++] = *reinterpret_cast<sal_uInt8 *>( pSV ); \
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Duno2cpp.cxx210 #define INSERT_FLOAT_DOUBLE( pSV, nr, pFPR, pDS ) \ argument
212 pFPR[nr++] = *reinterpret_cast<double *>( pSV ); \
216 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
220 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV );
222 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
226 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
228 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
232 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV );
234 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument
236 pGPR[nr++] = *reinterpret_cast<sal_uInt8 *>( pSV ); \
[all …]
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Duno2cpp.cxx211 #define INSERT_FLOAT_DOUBLE( pSV, nr, pFPR, pDS ) \ argument
213 pFPR[nr++] = *reinterpret_cast<double *>( pSV ); \
217 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
221 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV );
223 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
227 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
229 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
233 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV );
235 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument
237 pGPR[nr++] = *reinterpret_cast<sal_uInt8 *>( pSV ); \
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Duno2cpp.cxx137 #define INSERT_INT32( pSV, pDS )\ argument
140 #define INSERT_INT64( pSV, pDS )\ argument
141 INSERT_INT32( pSV, pDS ) \
142 INSERT_INT32( ((sal_uInt32*)pSV)+1, pDS )
144 #define INSERT_FLOAT( pSV, pDS ) \ argument
145 INSERT_INT32( pSV, pDS )
147 #define INSERT_DOUBLE( pSV, pDS ) \ argument
148 INSERT_INT64( pSV, pDS )
150 #define INSERT_INT16( pSV, pDS ) \ argument
153 #define INSERT_INT8( pSV, pDS ) \ argument
[all …]

Completed in 74 milliseconds