Searched refs:mask (Results 51 - 75 of 374) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DOpenTypeTables.h72 FeatureMask mask; member in struct:FeatureMap
/openjdk7/jdk/src/share/classes/java/net/
H A DSocketPermission.java180 // the actions mask
181 private transient int mask; field in class:SocketPermission
281 SocketPermission(String host, int mask) { argument
284 init(getName(), mask);
369 private void init(String host, int mask) { argument
370 // Set the integer mask that represents the actions
372 if ((mask & ALL) != mask)
373 throw new IllegalArgumentException("invalid actions mask");
376 this.mask
1078 getActions(int mask) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DPackedColorModel.java44 * in bits indicated by bit masks. Each bit mask must be contiguous and
93 * Constructs a <code>PackedColorModel</code> from a color mask array,
95 * contain each of the color samples, and an alpha mask. Color
98 * the <code>ColorSpace</code>. All of the bits in each mask
114 * @param alphaMask specifies the mask representing
142 // Get the mask offset and #bits
159 * mask must be contiguous and fit in the specified number of
172 * @param rmask specifies the mask representing
175 * @param gmask specifies the mask representing
178 * @param bmask specifies the mask representin
263 DecomposeMask(int mask, int idx, String componentName) argument
469 countBits(int mask) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DThreadLocalRandom.java68 private static final long mask = (1L << 48) - 1; field in class:ThreadLocalRandom
125 rnd = (seed ^ multiplier) & mask;
129 rnd = (rnd * multiplier + addend) & mask;
/openjdk7/hotspot/src/share/vm/code/
H A DpcDesc.hpp50 void set_flag(int mask, bool z) { argument
51 _flags = z ? (_flags | mask) : (_flags & ~mask);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DClassLoaderBuilder.java64 List mask = new ArrayList(Arrays.asList(maskedPackages));
65 mask.add("javax.xml.bind.");
67 cl = new MaskingClassLoader(cl,mask);
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_IntArgbBm.c46 mlib_s32 i, i0, j, x, mask; local
75 mask = ((*pp0 & 1) << 7) | ((*pp1 & 1) << 3);
77 vis_pst_8(dFF, dst + i, mask);
79 mask = ((*pp0 & 1) << 1) | (*pp1 & 1);
80 dd = vis_for(dd, ((mlib_d64*)vis_amask_arr)[mask]);
102 mlib_s32 i, i0, j, x, mask; local
127 mask = vis_fcmplt32(dd, dzero);
128 mask = ((mask << 3) | (mask <<
154 mlib_s32 j, x, mask; local
207 mlib_s32 i, i0, j, x, mask; local
261 mlib_s32 j, x, mask; local
314 mlib_s32 i, i0, j, x, mask; local
371 mlib_s32 j, x, mask; local
428 mlib_s32 j, x, mask; local
548 mlib_s32 pix, mask, srcA, dstA; local
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DArrayDeque.java355 int mask = elements.length - 1;
363 i = (i + 1) & mask;
383 int mask = elements.length - 1;
384 int i = (tail - 1) & mask;
391 i = (i - 1) & mask;
531 final int mask = elements.length - 1;
534 final int front = (i - h) & mask;
535 final int back = (t - i) & mask;
538 if (front >= ((t - h) & mask))
547 elements[0] = elements[mask];
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DAttributeValues.java199 // mask api
202 return att.mask;
206 int mask = 0;
208 mask |= a.mask;
210 return mask;
220 public void defineAll(int mask) { argument
221 defined |= mask;
222 if ((defined & EBASELINE_TRANSFORM.mask) != 0) {
227 public boolean allDefined(int mask) { argument
231 anyDefined(int mask) argument
235 anyNonDefault(int mask) argument
312 merge(Map<? extends Attribute, ?>map, int mask) argument
336 merge(AttributeValues src, int mask) argument
357 fromMap(Map<? extends Attribute, ?> map, int mask) argument
[all...]
H A DEAttribute.java70 /* package */ final int mask; field in class:EAttribute
74 mask = 1 << ordinal();
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dimg_util_md.h33 XID mask; /* The X11 pixmap with the transparency mask */ member in struct:__anon1009
41 XImage *maskim; /* The Ximage structure for the mask */
77 #define SetOpaqueBit(mask, bit) ((mask) |= (bit))
78 #define SetTransparentBit(mask, bit) ((mask) &= ~(bit))
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedMaskBlit.java96 byte[] mask, int maskoff, int maskscan)
102 if (mask == null) {
103 // no mask involved; delegate to regular blit loop
139 mask, mask.length, maskoff, maskscan,
152 byte[] mask, int masklen,
91 MaskBlit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height, byte[] mask, int maskoff, int maskscan) argument
149 enqueueTile(long buf, int bpos, SurfaceData srcData, long pSrcOps, int srcType, byte[] mask, int masklen, int maskoff, int maskscan, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx_impl.h62 /* converts a single i'th component to the specific format defined by format->shift[i] and format->mask[i] */
64 (LSHIFT((quad),(format)->shift[i])&(format)->mask[i])
66 /* extracts the component defined by format->shift[i] and format->mask[i] from a specific-format value */
68 (RSHIFT((value)&(format)->mask[i],(format)->shift[i]))
294 /* find the shift for specified mask, also verify the mask is valid */
296 getMaskShift(rgbquad_t mask, int *pShift, int *pnumBits) argument
300 /* check the mask is not empty */
301 if (!mask)
304 while ((mask
[all...]
/openjdk7/jdk/src/share/classes/sun/util/
H A DPreHashedMap.java91 private final int mask; field in class:PreHashedMap
106 * @param mask
109 protected PreHashedMap(int rows, int size, int shift, int mask) { argument
113 this.mask = mask;
135 int h = (k.hashCode() >> shift) & mask;
152 int h = (k.hashCode() >> shift) & mask;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DAddress.java192 of the bits of the address and the mask (least significant bits
193 of the Address and the mask are aligned) and returns the result
195 public Address andWithMask(long mask) throws UnsupportedOperationException; argument
199 of the bits of the address and the mask (least significant bits
200 of the Address and the mask are aligned) and returns the result
202 public Address orWithMask(long mask) throws UnsupportedOperationException; argument
206 operation of the bits of the address and the mask (least
207 significant bits of the Address and the mask are aligned) and
210 public Address xorWithMask(long mask) throws UnsupportedOperationException; argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicBitType.java82 long mask = maskFor(sizeInBits);
83 long val = ((a.getCIntegerAt(0, getSize(), isUnsigned())) >> getOffset()) & mask;
87 val = val | (~mask);
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRMaskBlit.java66 int maskscan, int masklen, byte[] mask);
70 int height, byte[] mask, int maskoff, int maskscan) {
86 uploadMask(width, height, maskscan, maskoff, mask);
64 maskBlit(long srcXsdo, long dstxsdo, int srcx, int srcy, int dstx, int dsty, int w, int h, int maskoff, int maskscan, int masklen, byte[] mask) argument
68 MaskBlit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height, byte[] mask, int maskoff, int maskscan) argument
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DXbmImageDecoder.java127 for (int mask = 1; mask <= 0x80; mask <<= 1) {
129 if ((n & mask) != 0)
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageColorTrue2Index.c98 mlib_s32 mask = ~( ( 1 << nbits ) - 1 ); \
116 dst[ j ] = table[ ( ( *c0 & mask ) >> bits2 ) | \
117 ( ( *c1 & mask ) >> bits1 ) | \
118 ( ( *c2 & mask ) >> bits0 ) ]; \
130 dst[ j ] = table[ ( ( *c0 & mask ) << 1 ) | \
131 ( ( *c1 & mask ) >> 2 ) | \
132 ( ( *c2 & mask ) >> 5 ) ]; \
144 dst[ j ] = table[ ( ( *c0 & mask ) << 4 ) | \
145 ( *c1 & mask ) | \
146 ( ( *c2 & mask ) >>
2781 mlib_s32 mask = 1 << dir_bit; local
2874 mlib_s32 mask = 1 << dir_bit; local
3002 mlib_s32 mask = 1 << dir_bit; local
3096 mlib_s32 mask = 1 << dir_bit; local
3231 mlib_s32 mask = 1 << dir_bit; local
3329 mlib_s32 mask = 1 << dir_bit; local
3465 mlib_s32 mask = 1 << dir_bit; local
3564 mlib_s32 mask = 1 << dir_bit; local
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DDnDUtilities.m202 // Build the mask
203 static jint mask = java_awt_event_InputEvent_SHIFT_DOWN_MASK | java_awt_event_InputEvent_CTRL_DOWN_MASK | java_awt_event_InputEvent_META_DOWN_MASK | java_awt_event_InputEvent_ALT_DOWN_MASK;
204 //static int mask = java_awt_event_InputEvent_SHIFT_DOWN_MASK | java_awt_event_InputEvent_CTRL_DOWN_MASK;
207 jint result = modifiers & mask;
219 // Build the mask
220 static jint mask = java_awt_event_InputEvent_BUTTON1_DOWN_MASK | java_awt_event_InputEvent_BUTTON2_DOWN_MASK | java_awt_event_InputEvent_BUTTON3_DOWN_MASK;
223 return modifiers & mask;
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DAnyByte.h60 xorpixel, XORPREFIX, mask, MASKPREFIX) \
61 (pDst)[x] ^= (((srcpixel) ^ (xorpixel)) & ~(mask))
H A DAnyInt.h60 xorpixel, XORPREFIX, mask, MASKPREFIX) \
61 (pDst)[x] ^= (((srcpixel) ^ (xorpixel)) & ~(mask))
H A DAnyShort.h60 xorpixel, XORPREFIX, mask, MASKPREFIX) \
61 (pDst)[x] ^= (((srcpixel) ^ (xorpixel)) & ~(mask))
/openjdk7/jdk/test/java/util/concurrent/BlockingQueue/
H A DLoopHelpers.java84 private static final long mask = (1L << 48) - 1; field in class:LoopHelpers.SimpleRandom
93 long nextseed = (seed * multiplier + addend) & mask;
/openjdk7/jdk/test/java/util/concurrent/ConcurrentHashMap/
H A DLoopHelpers.java84 private static final long mask = (1L << 48) - 1; field in class:LoopHelpers.SimpleRandom
93 long nextseed = (seed * multiplier + addend) & mask;

Completed in 296 milliseconds

1234567891011>>