Searched refs:STORE_D64 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_GlyphList.c36 #define STORE_D64(TSIZE, dst, mask) \ macro
138 STORE_D64(8, dst, (mask0 << off) | (mask1 >> (8 - off)));
199 STORE_D64(16, dst, (mask0 << off) | (mask1 >> (4 - off)));
261 STORE_D64(32, dst, mask >> 2);
262 STORE_D64(32, dst + 2, mask);
345 STORE_D64(32, dst, mask >> 2);
346 STORE_D64(32, dst + 2, mask);
H A Dvis_GlyphListXor.c36 #define STORE_D64(TSIZE, dst, mask) \ macro
140 STORE_D64(8, dst, (mask0 << off) | (mask1 >> (8 - off)));
201 STORE_D64(16, dst, (mask0 << off) | (mask1 >> (4 - off)));
263 STORE_D64(32, dst, mask >> 2);
264 STORE_D64(32, dst + 2, mask);
347 STORE_D64(32, dst, mask >> 2);
348 STORE_D64(32, dst + 2, mask);

Completed in 31 milliseconds