Searched refs:mask (Results 276 - 300 of 374) sorted by relevance

<<1112131415

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DRaster.java541 int mask = (1 << bitsPerBand) - 1;
544 /* Make sure the total mask size will fit in the data type */
562 masks[i] = mask << shift;
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DForkJoinWorkerThread.java485 int mask = size - 1;
494 (q, ((b & mask) << ASHIFT) + ABASE, x);
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.cpp410 int mask = OopMapValue::oop_value | OopMapValue::value_value | OopMapValue::narrowoop_value; local
412 for (OopMapStream oms(map,mask); !oms.is_done(); oms.next()) {
/openjdk7/hotspot/src/share/vm/opto/
H A DidealKit.cpp72 void IdealKit::if_then(Node* left, BoolTest::mask relop,
165 void IdealKit::loop(GraphKit* gkit, int nargs, IdealVariable& iv, Node* init, BoolTest::mask relop, Node* limit, float prob, float cnt) {
H A Dsuperword.cpp1442 // Vector instructions do not mask shift count, do it here.
1443 juint mask = (p0->bottom_type() == TypeInt::INT) ? (BitsPerInt - 1) : (BitsPerLong - 1); local
1447 if (shift > mask) { // Unsigned cmp
1448 cnt = ConNode::make(C, TypeInt::make(shift & mask));
1451 if (t == NULL || t->_lo < 0 || t->_hi > (int)mask) {
1452 cnt = ConNode::make(C, TypeInt::make(mask));
2084 Node* mask = _igvn.intcon(vw-1); local
2085 Node* masked_xbase = new (_phase->C) AndINode(xbase, mask);
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.cpp194 // Chunk and register mask are determined by the register number
272 assert(first != NULL, "empty mask?");
426 fprintf(fp," %s(0x%08x)", res, _resdict[res]->is_resource()->mask());
461 fprintf(fp, "resource: 0x%08x;\n", mask());
H A Dformsopt.hpp113 // Return register mask, compressed chunk and register #
135 // The chunk and register mask bits define info for register allocation
176 // Returns the lowest numbered register in the mask.
287 unsigned mask() const { return _resmask; }; function in class:ResourceForm
H A DarchDesc.cpp821 // Construct the name of the register mask.
831 const char *mask = "_mask"; local
832 int length = (int)strlen(rc_name) + (int)strlen(mask) + 5;
834 sprintf(regMask,"%s%s()", rc_name, mask);
840 // Convert a register class name to its register mask.
851 // Construct the name of the register mask.
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp357 static void set_serialize_page_mask(uintptr_t mask) { argument
358 _serialize_page_mask = mask;
382 // was equal. However, some platforms mask off faulting addresses
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsNativeDispatcher.java668 int mask, long sidAddress) throws WindowsException;
680 int mask, long sidAddress) throws WindowsException;
667 AddAccessAllowedAceEx(long aclAddress, int flags, int mask, long sidAddress) argument
679 AddAccessDeniedAceEx(long aclAddress, int flags, int mask, long sidAddress) argument
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DRenderer.java322 // Cache to store RLE-encoded coverage mask of the current primitive
429 int mask = (windingRule == WIND_EVEN_ODD) ? 0x1 : ~0x0;
471 if ((sum & mask) != 0) {
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRPMBlitLoops.java295 XRMaskImage mask = x11sdSrc.maskBuffer.getMaskImage();
298 int maskPicture = mask.prepareBlitMask(x11sdDst, maskTX, width, height);
312 /* TODO: Is mask ever omitable??? ... should be for 90 degree rotation and no shear, but we always need to use RepeatPad */
H A DXRBackendNative.java84 public native void renderComposite(byte op, int src, int mask, argument
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageConvCopyEdge.c53 * cmask Channel mask to indicate the channels to be convolved.
136 #define VERT_EDGES(chan, type, mask) \
151 if ((mask & testchan) == 0) { \
183 #define HORIZ_EDGES(chan, type, mask) { \
186 if ((mask & testchan) == 0) { \
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWM.java807 * Remove size hints specified by the mask.
810 static void removeSizeHints(XDecoratedPeer window, long mask) { argument
811 mask &= XUtilConstants.PMaxSize | XUtilConstants.PMinSize;
816 if ((hints.get_flags() & mask) == 0) {
820 hints.set_flags(hints.get_flags() & ~mask);
831 * If MWM_DECOR_ALL bit is set, then the rest of the bit-mask is taken
849 * If MWM_FUNC_ALL bit is set, then the rest of the bit-mask is taken
H A DXBaseWindow.java44 EVENT_MASK = "event mask", // event mask, Integer
45 VALUE_MASK = "value mask", // value mask, Long
150 long mask = eventMask.longValue();
151 mask |= XConstants.SubstructureNotifyMask;
152 params.put(EVENT_MASK, mask);
374 value_mask, // value mask
/openjdk7/jdk/src/share/classes/java/util/
H A DCalendar.java864 * The mask value that represents all of the fields.
1583 * Returns a field mask (bit mask) indicating all calendar fields that
1586 * @return a bit mask indicating set state fields
1589 int mask = 0;
1592 mask |= 1 << i;
1595 return mask;
1640 * @param fieldMask the field mask indicating which calendar fields are in
1697 * Returns a field mask indicating which calendar field values
1699 * returned as a bit mask, eac
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.cpp428 InterpreterOopMap mask; local
429 OopMapCache::compute_one_oop_map(get_methodOop(), bci, &mask); local
435 if (mask.is_oop(i)) result.set_bit(i);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEventController.cpp119 jlong mask = bit_for(event_type); local
121 bits |= mask;
123 bits &= ~mask;
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp930 // bit-operations using a mask m
935 inline bool mask_bits_are_true (intptr_t flags, intptr_t mask) { return (flags & mask) == mask; } argument
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.c443 awt_changeAttributes(Display *dpy, Widget w, unsigned long mask, argument
453 mask,
466 mask,
H A DmultiVis.c1119 int32_t mask; local
1134 mask = VisualScreenMask;
1136 *pVisuals = XGetVisualInfo(display, mask, &getVisInfo, numVisuals);
/openjdk7/jdk/src/windows/native/java/net/
H A DNetworkInterface_winXP.c380 curr->mask = (short)prefix->PrefixLength;
496 (*env)->SetShortField(env, ibObj, ni_ibmaskID, addrs->mask);
521 (*env)->SetShortField(env, ibObj, ni_ibmaskID, addrs->mask);
/openjdk7/jdk/make/tools/src/build/tools/generatecharacter/
H A DGenerateCharacter.java574 static void addExProp(long[] map, PropList propList, String prop, long mask) { argument
579 map[cp] |= mask;
1567 int mask = (1 << (sizes[k] - offset)) - 1;
1569 "(" + shifted + "&0x" + hex(mask) + ")";
1571 (mask == 0) ? access : "(" + access + "|" + masked + ")";
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dgl.h784 GLAPI void GLAPIENTRY glClear( GLbitfield mask );
786 GLAPI void GLAPIENTRY glIndexMask( GLuint mask );
810 GLAPI void GLAPIENTRY glPolygonStipple( const GLubyte *mask );
812 GLAPI void GLAPIENTRY glGetPolygonStipple( GLubyte *mask );
849 GLAPI void GLAPIENTRY glPushAttrib( GLbitfield mask );
854 GLAPI void GLAPIENTRY glPushClientAttrib( GLbitfield mask ); /* 1.1 */
1264 GLAPI void GLAPIENTRY glStencilFunc( GLenum func, GLint ref, GLuint mask );
1266 GLAPI void GLAPIENTRY glStencilMask( GLuint mask );
2611 GLAPI void GLAPIENTRY glEnableTraceMESA( GLbitfield mask );
2612 GLAPI void GLAPIENTRY glDisableTraceMESA( GLbitfield mask );
[all...]

Completed in 314 milliseconds

<<1112131415