Searched refs:STORE (Results 1 - 20 of 20) sorted by relevance

/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/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DVariable.java145 _local.setStart(il.append(_type.STORE(_local.getIndex())));
175 il.append(_type.STORE(_local.getIndex()));
H A DParam.java228 il.append(_type.STORE(_local.getIndex()));
H A DVariableBase.java143 _storeInstruction = _type.STORE(_local.getIndex());
H A DFunctionCall.java792 il.append(expType.STORE(paramTemp[i].getIndex())));
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DObjectType.java176 public Instruction STORE(int slot) { method in class:ObjectType
H A DBooleanType.java202 public Instruction STORE(int slot) { method in class:BooleanType
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
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 DRealType.java328 public Instruction STORE(int slot) { method in class:RealType
H A DReferenceType.java376 public Instruction STORE(int slot) { method in class:ReferenceType
H A DResultTreeType.java462 public Instruction STORE(int slot) { method in class:ResultTreeType
/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
H A DMethodWriter.java1287 l.status |= Label.STORE;
1316 if ((l.status & Label.STORE) != 0) {
2439 if ((l.status & Label.STORE) != 0 || (u >= 0 && resize[u]))

Completed in 320 milliseconds