Searched defs:frm (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsplugin.c518 cmsBool CMSEXPORT _cmsIOPrintf(cmsIOHANDLER* io, const char* frm, ...) argument
526 _cmsAssert(frm != NULL);
528 va_start(args, frm);
530 len = vsnprintf((char*) Buffer, 2047, frm, args);
H A Dcmscgats.c1608 void Writef(SAVESTREAM* f, const char* frm, ...) argument
1613 va_start(args, frm);
1614 vsnprintf(Buffer, 4095, frm, args);
/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp312 const Form *frm = _globalNames[rch]; local
314 frm && frm->is_operand() && (! frm->ideal_only()) ) {
344 if( frm->is_operand() == NULL || frm->is_operand()->_predicate == NULL ) {
H A Dformssel.cpp2191 const Form *frm = globals[type]; local
2192 OperandForm *op = frm->is_operand();
2860 const Form *frm = globals[_type]; local
2861 if (frm == NULL) return NULL;
2862 OperandForm *op = frm->is_operand();
H A Doutput_c.cpp1497 const Form *frm = NULL; local
1507 frm = node->_localNames[new_id];
1508 assert(frm, "Invalid entry in new operands list of expand rule");
1509 new_oper = frm->is_operand();

Completed in 97 milliseconds