Searched defs:STORE (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DReferenceType.java376 public Instruction STORE(int slot) { method in class:ReferenceType
H A DBooleanType.java202 public Instruction STORE(int slot) { method in class:BooleanType
H A DIntType.java279 public Instruction STORE(int slot) { method in class:IntType
H A DNodeSetType.java328 public Instruction STORE(int slot) { method in class:NodeSetType
H A DNodeType.java321 public Instruction STORE(int slot) { method in class:NodeType
H A DObjectType.java176 public Instruction STORE(int slot) { method in class:ObjectType
H A DRealType.java328 public Instruction STORE(int slot) { method in class:RealType
H A DResultTreeType.java462 public Instruction STORE(int slot) { method in class:ResultTreeType
H A DStringType.java228 public Instruction STORE(int slot) { method in class:StringType
H A DType.java267 public Instruction STORE(int slot) { method in class:Type
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageAffine_BL_S32.c38 #define STORE(res, x) SAT_32(res, x) macro
94 STORE(dstPixelPtr[0], pix0);
98 STORE(dstPixelPtr[0], pix0);
165 STORE(dstPixelPtr[0], pix0);
166 STORE(dstPixelPtr[1], pix1);
171 STORE(dstPixelPtr[0], pix0);
172 STORE(dstPixelPtr[1], pix1);
249 STORE(dstPixelPtr[0], pix0);
250 STORE(dstPixelPtr[1], pix1);
251 STORE(dstPixelPt
[all...]
H A Dmlib_ImageAffine_BC_D64.c77 #define STORE(res, x) SAT32(res) macro
86 #define STORE(res, x) res = (x) macro
95 #define STORE(res, x) res = (x) macro
200 STORE(dstPixelPtr[0], val0);
235 STORE(dstPixelPtr[0], val0);
264 STORE(dstPixelPtr[0], val0);
333 STORE(dPtr[0], val0);
368 STORE(dPtr[0], val0);
397 STORE(dPtr[0], val0);
467 STORE(dPt
[all...]
H A Dmlib_ImageAffine_BC_F32.c77 #define STORE(res, x) SAT32(res) macro
86 #define STORE(res, x) res = (x) macro
95 #define STORE(res, x) res = (x) macro
200 STORE(dstPixelPtr[0], val0);
235 STORE(dstPixelPtr[0], val0);
264 STORE(dstPixelPtr[0], val0);
333 STORE(dPtr[0], val0);
368 STORE(dPtr[0], val0);
397 STORE(dPtr[0], val0);
467 STORE(dPt
[all...]
H A Dmlib_ImageAffine_BC_S32.c77 #define STORE(res, x) SAT32(res) macro
86 #define STORE(res, x) res = (x) macro
95 #define STORE(res, x) res = (x) macro
202 STORE(dstPixelPtr[0], val0);
237 STORE(dstPixelPtr[0], val0);
266 STORE(dstPixelPtr[0], val0);
337 STORE(dPtr[0], val0);
373 STORE(dPtr[0], val0);
402 STORE(dPtr[0], val0);
474 STORE(dPt
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DLabel.java103 static final int STORE = 32; field in class:Label
146 * @see #STORE

Completed in 55 milliseconds