Searched defs:mask (Results 126 - 150 of 220) sorted by relevance

123456789

/openjdk7/hotspot/src/share/vm/opto/
H A Dmulnode.cpp458 int mask = max_juint >> shift; local
459 if ((mask & con) == mask) // If AND is useless, skip it
469 // Special case constant AND mask
472 const int mask = t2->get_con(); local
478 (mask & 0xFFFF0000) ) // Can we make a smaller mask?
479 return new (phase->C) AndINode(load,phase->intcon(mask&0xFFFF));
484 if (lop == Op_LoadS && (mask & 0xFFFF0000) == 0 ) {
490 return new (phase->C) AndINode(ldus, phase->intcon(mask
586 jlong mask = max_julong >> shift; local
600 const jlong mask = t2->get_con(); local
900 const Node *mask = in(1); local
1106 const int mask = right_n_bits(BitsPerJavaInteger - con); local
1253 const jlong mask = (((jlong)CONST64(1) << (jlong)(BitsPerJavaLong - con)) -1); local
[all...]
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageWriter.java549 int mask = (a[i]&0xFF) + ((r[i]&0xFF)*0x100) + ((g[i]&0xFF)*0x10000) + ((b[i]&0xFF)*0x1000000);
550 stream.writeInt(mask);
1485 * mask is 0x001F, the green mask is 0x03E0, and the red mask
1486 * is 0x7C00; and a 5-6-5 16-bit image, where the blue mask
1487 * is 0x001F, the green mask is 0x07E0, and the red mask is
1513 protected void writeMaskToPalette(int mask, int i, argument
1515 b[i] = (byte)(0xff & (mask >> 2
[all...]
/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/hotspot/src/share/vm/utilities/
H A DbitMap.cpp84 bm_word_t mask = inverted_bit_mask_for_range(beg, end); local
85 *word_addr(beg) |= ~mask;
93 bm_word_t mask = inverted_bit_mask_for_range(beg, end); local
94 *word_addr(beg) &= mask;
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_ImageZoom_NN.c480 mlib_u32 v, mask = mlib_bit_mask4[i]; local
482 v = (gray_val0 & ~mask) | (gray_val1 & mask);
511 DTYPE mask; local
512 MASK(mask);
558 LSHIFT(dtmp, mask, off);
563 RSHIFT(dtmp, mask, off);
H A Dvis_IntArgbPre.c460 mlib_d64 dd, mask; local
468 mask = vis_to_double_dup(0xFF000000);
477 dst[i] = vis_fors(src[i], vis_read_hi(mask));
485 *(mlib_d64*)(dst + i) = vis_for(dd, mask);
489 dst[i] = vis_fors(src[i], vis_read_hi(mask));
503 mlib_d64 dd, mask; local
506 mask = vis_to_double_dup(0xFF000000);
517 *dst++ = vis_fors(src[tmpsxloc >> shift], vis_read_hi(mask));
525 *(mlib_d64*)dst = vis_for(dd, mask);
530 *dst = vis_fors(src[tmpsxloc >> shift], vis_read_hi(mask));
830 mlib_s32 i, i0, j, x, mask; local
911 mlib_s32 i, j, x, mask; local
996 mlib_s32 i, j, x, mask; local
[all...]
H A Dvis_IntRgbx.c46 mlib_d64 dd, mask; local
54 mask = vis_to_double_dup(0xFF000000);
72 *(mlib_d64*)(dst + i) = vis_for(dd, mask);
90 mlib_d64 dd, mask; local
93 mask = vis_to_double_dup(0xFF000000);
114 *(mlib_d64*)dst = vis_for(dd, mask);
134 mlib_d64 dd, mask; local
142 mask = vis_to_double_dup(0xFFFFFF00);
160 *(mlib_d64*)(dst + i) = vis_fand(dd, mask);
178 mlib_d64 dd, mask; local
541 mlib_s32 i, i0, j, mask; local
591 mlib_s32 j, mask; local
644 mlib_s32 i, i0, j, mask; local
792 mlib_s32 i, i0, j, x, mask; local
846 mlib_s32 j, x, mask; local
900 mlib_s32 j, x, mask; local
965 mlib_s32 pix, mask, mask_z; local
[all...]
/openjdk7/jdk/src/windows/native/java/net/
H A DNetworkInterface.c362 unsigned long mask; local
426 mask = ntohl(tableP->table[i].dwMask);
427 curr->mask = 0;
428 while (mask) {
429 mask <<= 1;
430 curr->mask++;
439 curr->mask = -1;
565 if (addrs->mask != -1) {
579 (*env)->SetShortField(env, ibObj, ni_ibmaskID, addrs->mask);
605 (*env)->SetShortField(env, ibObj, ni_ibmaskID, addrs->mask);
[all...]
/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/share/classes/sun/text/normalizer/
H A DNormalizerBase.java1043 int/*unsigned*/ mask,
1066 if((norm32&mask)==0) {
1084 int/*unsigned*/ mask,
1120 decompQCMask=(ccOrQCMask<<2)&0xf; /*decomposition quick check mask*/
1129 int/*mask*/ mask,
1139 isBoundary=obj.isPrevBoundary(src, minC, mask, chars);
1183 int/*unsigned*/ mask;
1194 mask = mode.getMask();
1228 minC, mask,buffe
1041 getPrevNorm32(UCharacterIterator src, int minC, int mask, char[] chars) argument
1082 isPrevBoundary(UCharacterIterator src, int minC, int mask, char[] chars) argument
1126 findPreviousIterationBoundary(UCharacterIterator src, IsPrevBoundary obj, int minC, int mask, char[] buffer, int[] startIndex) argument
1267 isNextBoundary(UCharacterIterator src, int minC, int mask, int[] chars) argument
1278 getNextNorm32(UCharacterIterator src, int minC, int mask, int[] chars) argument
1348 findNextIterationBoundary(UCharacterIterator src, IsNextBoundary obj, int minC, int mask, char[] buffer) argument
[all...]
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmp_gf2m.c563 mp_digit top_bit, mask; local
572 mask = top_bit;
574 if (MP_DIGITS(a)[i] & mask) {
578 mask >>= 1;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXTextFieldPeer.java466 public long filterEvents(long mask) { return 0; } argument
476 public native long filterEvents(long mask);
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRBackend.java86 public void renderComposite(byte op, int src, int mask, int dst, argument
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DSolarisWatchService.java486 void processDirectoryEvents(SolarisWatchKey key, int mask) { argument
487 if ((mask & (FILE_MODIFIED | FILE_ATTRIB)) != 0) {
497 boolean processEntryEvents(EntryNode node, int mask) { argument
506 if (((mask & (FILE_MODIFIED | FILE_ATTRIB)) != 0) &&
513 if (((mask & (FILE_REMOVED)) != 0) &&
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp206 IN ULONG mask,
240 IN ULONG mask,
239 Output(THIS_ IN ULONG mask, IN PCSTR msg) argument
/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...]
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMemberName.java309 private boolean testFlags(int mask, int value) { argument
310 return (flags & mask) == value;
312 private boolean testAllFlags(int mask) { argument
313 return testFlags(mask, mask);
315 private boolean testAnyFlags(int mask) { argument
316 return !testFlags(mask, 0);
/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DMonitor.java272 * in the vector. It contains a bit mask of the flags {@link
1008 synchronized boolean isAlreadyNotified(ObservedObject o, int mask) { argument
1009 return ((o.getAlreadyNotified() & mask) != 0);
1018 int mask, int an[]) {
1022 o.setAlreadyNotified(o.getAlreadyNotified() | mask);
1032 int index, int mask) {
1033 o.setAlreadyNotified(o.getAlreadyNotified() & ~mask);
1017 setAlreadyNotified(ObservedObject o, int index, int mask, int an[]) argument
1031 resetAlreadyNotified(ObservedObject o, int index, int mask) argument
/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/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java573 boolean flagTest(byte mask) { return (flags & mask) != 0; } argument
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DNumericShaper.java77 * <p><b>Bit mask- and enum-based Unicode ranges</b></p>
81 * mask-based ones, such as {@link #ARABIC NumericShaper.ARABIC}, and
83 * Multiple ranges can be specified by ORing bit mask-based constants,
93 * The enum-based ranges are a super set of the bit mask-based ones.
144 * mask-based values (e.g., {@link NumericShaper#ARABIC}), and
145 * supports more Unicode ranges than the bit mask-based ones. For
146 * example, the following code using the bit mask:
334 private static Set<Range> maskToRangeSet(int mask) { argument
338 if ((mask & (1 << i)) != 0) {
376 private int mask; field in class:NumericShaper
906 getKeyFromMask(int mask) argument
1035 NumericShaper(int key, int mask) argument
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp297 const int mask = ((1 << Tier0InvokeNotifyFreqLog) - 1) << InvocationCounter::count_shift; local
307 __ increment_mask_and_jump(mdo_invocation_counter, increment, mask,
318 __ increment_mask_and_jump(invocation_counter, increment, mask,
698 // Make sure we don't need to mask G1_scratch after the above shift
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp351 int mask = ((1 << Tier0InvokeNotifyFreqLog) - 1) << InvocationCounter::count_shift; local
361 __ increment_mask_and_jump(mdo_invocation_counter, increment, mask, rcx, false, Assembler::zero, overflow);
366 __ increment_mask_and_jump(invocation_counter, increment, mask, rcx, true, Assembler::zero, overflow);
379 __ andl(rax, InvocationCounter::count_mask_value); // mask out the status bits
714 // Make sure we don't need to mask rdx after the above shift
H A DtemplateInterpreter_x86_64.cpp307 int mask = ((1 << Tier0InvokeNotifyFreqLog) - 1) << InvocationCounter::count_shift; local
317 __ increment_mask_and_jump(mdo_invocation_counter, increment, mask, rcx, false, Assembler::zero, overflow);
322 __ increment_mask_and_jump(invocation_counter, increment, mask, rcx, true, Assembler::zero, overflow);
337 __ andl(rax, InvocationCounter::count_mask_value); // mask out the status bits
687 // Make sure we don't need to mask edx after the above shift
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp847 DWORD mask; // mask for the ACE member in struct:ace_data
852 // indicated in mask for the principal indicated in SID to the given
973 aces[i].mask, aces[i].pSid)) {
1105 aces[0].mask = umask;
1128 aces[1].mask = amask;
1146 aces[2].mask = emask;

Completed in 122 milliseconds

123456789