Searched refs:mask (Results 301 - 325 of 374) sorted by relevance

<<1112131415

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp312 int used_mask = pipeline->_resdict[piperesource->_resource]->is_resource()->mask();
389 int used_mask = pipeline->_resdict[piperesource->_resource]->is_resource()->mask();
500 int used_mask = pipeline->_resdict[piperesource->_resource]->is_resource()->mask();
544 uint mask = (((uint)1) << upper_position) - 1; local
547 res_mask[upper_idx--] |= mask;
548 mask = (uint)-1;
551 mask -= (((uint)1) << lower_position) - 1;
552 res_mask[upper_idx] |= mask;
647 fprintf(fp_cpp, " uint mask = resourcesUsedExclusively() & pred->resourcesUsedExclusively();\n");
648 fprintf(fp_cpp, " if (mask
[all...]
H A Dadlparse.cpp1627 unsigned mask; local
1654 mask = (1 << pipeline._rescount++);
1668 mask = resource->mask();
1686 mask |= resource->mask();
1691 resource = new ResourceForm(mask);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java1880 int mask = 1<<(LG_AO_HAVE_XXX_FLAGS_HI+ctype);
1883 assert(mask == AO_HAVE_CLASS_FLAGS_HI); break;
1885 assert(mask == AO_HAVE_FIELD_FLAGS_HI); break;
1887 assert(mask == AO_HAVE_METHOD_FLAGS_HI); break;
1889 assert(mask == AO_HAVE_CODE_FLAGS_HI); break;
1893 return testBit(archiveOptions, mask);
1922 // It is possible to clear the overflow mask (bit 16).
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c449 (JNIEnv *env, jclass clazz, jlong display, jlong window, jlong mask)
452 XSelectInput((Display *) jlong_to_ptr(display), (Window) window, mask);
915 (JNIEnv *env , jclass clazz, jlong display, jlong source, jlong mask, jlong fore, jlong back, jint x , jint y) {
918 return (jlong) XCreatePixmapCursor((Display *) jlong_to_ptr(display), (Pixmap) source, (Pixmap) mask,
1919 jlong display, jint mask,
1922 XChangeActivePointerGrab((Display*)jlong_to_ptr(display), (unsigned int)mask,
448 Java_sun_awt_X11_XlibWrapper_XSelectInput(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong mask) argument
914 Java_sun_awt_X11_XlibWrapper_XCreatePixmapCursor(JNIEnv *env , jclass clazz, jlong display, jlong source, jlong mask, jlong fore, jlong back, jint x , jint y) argument
1918 Java_sun_awt_X11_XlibWrapper_XChangeActivePointerGrab(JNIEnv *env, jclass clazz, jlong display, jint mask, jlong cursor, jlong time) argument
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrutil.c2701 * of interlaced images, depending on the mask value.
2702 * The mask value describes which pixels are to be combined with
2707 * you want all pixels to be combined, pass 0xff (255) in mask.
2711 png_combine_row(png_structp png_ptr, png_bytep row, int mask) argument
2723 if (mask == 0xff)
2763 if (m & mask)
2822 if (m & mask)
2878 if (m & mask)
2915 if (m & mask)
H A Dpngset.c1196 png_set_invalid(png_structp png_ptr, png_infop info_ptr, int mask) argument
1199 info_ptr->valid &= ~mask;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DImagePainter.java139 int mask = Paint9Painter.PAINT_ALL;
141 mask |= Paint9Painter.PAINT_CENTER;
145 mask);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp1264 const size_t mask = sz - 1; local
1265 if ((region_min_size & mask) == 0 && (region_max_size & mask) == 0) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DClassInfoImpl.java601 * Each constant gets an unique bit mask so that the presence/absence
634 * Bit mask that represents secondary annotations that are allowed on this group.
641 int mask = 0;
645 mask |= SECONDARY_ANNOTATIONS[i].bitMask;
647 allowedsecondaryAnnotations = ~mask;
729 // encountered secondary annotations are accumulated into a bit mask
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFormattedTextField.java254 private Object mask; field in class:JFormattedTextField
/openjdk7/hotspot/src/share/vm/opto/
H A Dchaitin.hpp73 uint _reg; // Chosen register; undefined if mask is plural
113 int mask_size() const { assert( _msize_valid, "mask size not valid" );
115 // Get the last mask size computed, even if it does not match the
116 // count of bits in the current mask.
118 const RegMask &mask() const { return _mask; } function in class:LRG
H A Dloopnode.hpp264 BoolTest::mask test_trip() const { return in(TestValue)->as_Bool()->_test._test; }
996 ProjNode* insert_if_before_proj(Node* left, bool Signed, BoolTest::mask relop, Node* right, ProjNode* proj);
H A Dmacro.cpp103 Node* PhaseMacroExpand::opt_bits_test(Node* ctrl, Node* region, int edge, Node* word, int mask, int bits, bool return_fast_path) { argument
105 if (mask != 0) {
106 Node* and_node = transform_later(new (C) AndXNode(word, MakeConX(mask)));
1713 Node* mask = _igvn.MakeConX(~(intptr_t)(step_size-1)); local
1714 cache_adr = new (C) AndXNode(cache_adr, mask);
H A DgraphKit.cpp1239 BoolTest::mask btest = assert_null ? BoolTest::eq : BoolTest::ne;
3125 Node* mask = MakeConX(~ (intptr_t)right_n_bits(LogBytesPerLong)); local
3126 size = _gvn.transform( new (C) AndXNode(size, mask) );
3209 // The rounding mask is strength-reduced, if possible.
3229 Node* mask = intcon(round_mask); local
3230 header_size = _gvn.transform( new(C) AddINode(hsize, mask) );
3239 // There is no need to mask or shift this value.
3240 // The semantics of LShiftINode include an implicit mask to 0x1F.
3269 Node* mask = MakeConX(~round_mask); local
3270 size = _gvn.transform( new(C) AndXNode(size, mask) );
[all...]
H A DloopTransform.cpp84 BoolTest::mask bt = cl->loopexit()->test_trip();
899 BoolTest::mask b_test = main_end->test_trip();
1095 BoolTest::mask new_test = (main_end->stride_con() > 0) ? BoolTest::lt : BoolTest::gt;
1277 BoolTest::mask bt = loop_end->test_trip();
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.hpp289 int increment, int mask,
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/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageConvClearEdge.c53 * cmask Channel mask to indicate the channels to be convolved.
167 #define VERT_EDGES(chan, type, mask) \
181 if ((mask & testchan) == 0) { \
211 #define HORIZ_EDGES(chan, type, mask) \
215 if ((mask & testchan) == 0) { \
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c804 jclass this, jlong aclAddress, jint flags, jint mask, jlong sidAddress)
809 if (AddAccessAllowedAceEx(pAcl, ACL_REVISION, (DWORD)flags, (DWORD)mask, pSid) == 0) {
816 jclass this, jlong aclAddress, jint flags, jint mask, jlong sidAddress)
821 if (AddAccessDeniedAceEx(pAcl, ACL_REVISION, (DWORD)flags, (DWORD)mask, pSid) == 0) {
803 Java_sun_nio_fs_WindowsNativeDispatcher_AddAccessAllowedAceEx(JNIEnv* env, jclass this, jlong aclAddress, jint flags, jint mask, jlong sidAddress) argument
815 Java_sun_nio_fs_WindowsNativeDispatcher_AddAccessDeniedAceEx(JNIEnv* env, jclass this, jlong aclAddress, jint flags, jint mask, jlong sidAddress) argument
/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/java/util/concurrent/
H A DForkJoinPool.java203 * variable scanGuard includes a mask for the nearest power of two
527 private static final int SMASK = 0xffff; // mask short bits
745 int g = scanGuard; // mask 0 avoids useless scans if only one active
951 int mask = size - 1;
960 (q, ((b & mask) << ASHIFT) + ABASE, x);
1025 do {} while (!UNSAFE.compareAndSwapLong(this, ctlOffset, // no mask
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DParser.java492 jjtn000.mask = t.image;
512 jjtn000.mask = t.image;
/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/share/vm/oops/
H A DmethodOop.hpp422 void mask_for(int bci, InterpreterOopMap* mask);

Completed in 250 milliseconds

<<1112131415