Searched defs:rule (Results 26 - 29 of 29) sorted by relevance

12

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.h63 /* The integer constants to identify the compositing rule being defined. */
82 jint rule; /* See RULE_* constants above */ member in struct:_CompositeInfo
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DShapeSpanIterator.c67 char evenodd; /* non-zero if path has EvenOdd winding rule */
398 (JNIEnv *env, jobject sr, jint rule)
407 pd->evenodd = (rule == java_awt_geom_PathIterator_WIND_EVEN_ODD);
397 Java_sun_java2d_pipe_ShapeSpanIterator_setRule(JNIEnv *env, jobject sr, jint rule) argument
/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp147 MatchRule *rule; local
184 rule = instr->_matrule;
185 if (rule == NULL) {
186 // This is first match rule encountered
187 rule = match_parse(instr->_localNames);
188 if (rule) {
189 instr->_matrule = rule;
193 rule->_result = "Universe";
196 matchrule_clone_and_swap(rule, instr->_ident, match_rules_cnt);
199 // Find the end of the match rule lis
297 matchrule_clone_and_swap(MatchRule* rule, const char* instr_ident, int& match_rules_cnt) argument
403 MatchRule *rule; local
731 char *rule = NULL; // String representation of encode rule local
754 char *rule = NULL; // String representation of encode rule local
2738 char *rule = NULL; // String representation of predicate local
[all...]
H A Dformssel.cpp62 InstructForm::InstructForm(const char *id, InstructForm *instr, MatchRule *rule) argument
71 _matrule = rule;
155 // This instruction has an expand rule?
160 // This instruction has a peephole rule?
165 // This instruction has a peephole rule?
183 assert( src_op, "Not operand class of chain rule" );
195 // Recursive check on all operands' match rules in my match rule
213 // Recursive check on all operands' match rules in my match rule
228 // Recursive check on all operands' match rules in my match rule
498 // The source of the chain rule i
[all...]

Completed in 48 milliseconds

12