Searched defs:fp (Results 76 - 85 of 85) sorted by relevance

1234

/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp117 static void cost_check(FILE *fp, const char *spaces, argument
129 if( debug_output ) { fprintf(fp, "// Previous rule with lower cost than: %s === %s_rule costs %s\n", arrayIdx, rule, cost->as_string()); }
137 if( debug_output ) { fprintf(fp, "// Previous rule with higher cost\n"); }
145 fprintf(fp, "%sif (STATE__NOT_YET_VALID(%s) || _cost[%s] > %s) {\n", spaces, arrayIdx, arrayIdx, cost->as_string());
150 if( debug_output ) { fprintf(fp, "%s// %s KNOWN_INVALID \n", spaces, arrayIdx); }
159 fprintf(fp, "%sif ( /* %s KNOWN_VALID || */ _cost[%s] > %s) {\n", spaces, arrayIdx, arrayIdx, cost->as_string());
167 fprintf(fp, "%s %s(%s, %s_rule, %s)", spaces, production, arrayIdx, rule, cost->as_string() );
169 if( cost_is_below_lower_bound ) { fprintf(fp, "\t // overwrites higher cost rule"); }
171 fprintf(fp, "\n");
175 fprintf(fp, "
193 child_test(FILE *fp, MatchList &mList) argument
213 calc_cost(FILE *fp, const char *spaces, MatchList &mList, ProductionState &status) argument
239 gen_match(FILE *fp, MatchList &mList, ProductionState &status, Dict &operands_chained_from) argument
293 expand_opclass(FILE *fp, const char *indent, const Expr *cost, const char *result_type, ProductionState &status) argument
311 chain_rule(FILE *fp, const char *indent, const char *operand, const Expr *icost, const char *irule, Dict &operands_chained_from, ProductionState &status) argument
373 buildDFA(FILE* fp) argument
571 generate_cse(FILE *fp) argument
593 gen_dfa_state_body(FILE* fp, Dict &minimize, ProductionState &status, Dict &operands_chained_from, int i) argument
865 print_defines(FILE *fp) argument
874 print_asserts(FILE *fp) argument
[all...]
H A Dformssel.cpp1266 void InstructForm::rep_var_format(FILE *fp, const char *rep_var) { argument
1269 fprintf(fp, "char reg[128]; ra->dump_register(in(mach_constant_base_node_input()), reg);\n");
1270 fprintf(fp, " st->print(\"%%s\", reg);\n");
1274 fprintf(fp, "st->print(\"#%%d\", constant_offset());\n");
1278 fprintf(fp, "st->print(\"constant table base + #%%d\", constant_offset());\n");
1306 fprintf(fp, " st->print(\"%s\");\n", first->_regname);
1312 fprintf(fp,"opnd_array(%d)->",idx);
1314 fprintf(fp,"int_format(ra, this, st); // %s\n", rep_var);
1316 fprintf(fp,"ext_format(ra, this,idx%d, st); // %s\n", idx, rep_var );
1396 void InstructForm::index_temps(FILE *fp, FormDic argument
1441 output(FILE *fp) argument
1463 output(FILE *fp) argument
1565 output(FILE *fp) argument
1632 output(FILE *fp) argument
1685 print_opcode(FILE *fp, Opcode::opcode_type desired_opcode) argument
1721 output(FILE *fp) argument
1768 output(FILE *fp) argument
1850 output(FILE *fp) argument
1880 output(FILE *fp) argument
1908 output(FILE *fp) argument
1986 output(FILE *fp) argument
2413 disp_is_oop(FILE *fp, FormDict &globals) argument
2445 int_format(FILE *fp, FormDict &globals, uint index) argument
2473 ext_format(FILE *fp, FormDict &globals, uint index) argument
2499 format_constant(FILE *fp, uint const_index, uint const_type) argument
2576 access_constant(FILE *fp, FormDict &globals, uint const_index) argument
2598 output(FILE *fp) argument
2625 output(FILE *fp) argument
2641 output(FILE *fp) argument
2684 output(FILE *fp) argument
2699 output(FILE *fp) argument
2714 output(FILE *fp) argument
2731 output(FILE *fp) argument
2764 output(FILE *fp) argument
2786 output(FILE *fp) argument
2823 output(FILE *fp) argument
2872 output(FILE *fp) argument
3107 output(FILE *fp) argument
3426 output(FILE *fp) argument
4159 output_short(FILE *fp) argument
4166 output(FILE *fp) argument
4195 output(FILE *fp) argument
4211 output(FILE *fp) argument
[all...]
H A Doutput_c.cpp56 static void defineRegNames(FILE *fp, RegisterForm *registers) { argument
58 fprintf(fp,"\n");
59 fprintf(fp,"// An array of character pointers to machine register names.\n");
60 fprintf(fp,"const char *Matcher::regName[REG_COUNT] = {\n");
69 fprintf(fp," \"%s\"%s\n", reg_def->_regname, comma);
73 fprintf(fp,"};\n");
75 fprintf(fp,"\n");
76 fprintf(fp,"// An array of character pointers to machine register names.\n");
77 fprintf(fp,"const VMReg OptoReg::opto2vm[REG_COUNT] = {\n");
84 fprintf(fp,"\
96 defineRegEncodes(FILE *fp, RegisterForm *registers) argument
126 defineRegClassEnum(FILE *fp, RegisterForm *registers) argument
1062 defineOut_RegMask(FILE *fp, const char *node, const char *regMask) argument
1067 print_block_index(FILE *fp, int inst_position) argument
1076 check_peepmatch_instruction_sequence(FILE *fp, PeepMatch *pmatch, PeepConstraint *pconstraint) argument
1114 build_instruction_index_mapping( FILE *fp, FormDict &globals, PeepMatch *pmatch ) argument
1140 check_peepconstraints(FILE *fp, FormDict &globals, PeepMatch *pmatch, PeepConstraint *pconstraint) argument
1332 generate_peepreplace( FILE *fp, FormDict &globals, PeepMatch *pmatch, PeepConstraint *pconstraint, PeepReplace *preplace, int max_position ) argument
1415 definePeephole(FILE *fp, InstructForm *node) argument
1485 defineExpand(FILE *fp, InstructForm *node) argument
1892 DefineEmitState(FILE *fp, ArchDesc &AD, EncClass &encoding, InsEncode &ins_encode, InstructForm &inst) argument
2481 defineSize(FILE *fp, InstructForm &inst) argument
2499 defineEmit(FILE* fp, InstructForm& inst) argument
2584 defineEvalConstant(FILE* fp, InstructForm& inst) argument
2667 defineIn_RegMask(FILE *fp, FormDict &globals, OperandForm &oper) argument
2731 defineClone(FILE *fp, FormDict &globalNames, OperandForm &oper) argument
2835 define_oper_interface(FILE *fp, OperandForm &oper, FormDict &globals, const char *name, const char *encoding) argument
2960 defineClasses(FILE *fp) argument
3621 path_to_constant(FILE *fp, FormDict &globals, MatchNode *mnode, uint idx) argument
3677 genMachOperCase(FILE *fp, FormDict &globalNames, ArchDesc &AD, OperandForm &op) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DXRBackendNative.c177 FILE *fp = fopen(pkgInfoPath, "r"); local
178 if (fp != NULL) {
185 while(fgets(line,sizeof(line),fp) != NULL && --lineCount > 0) {
223 fclose(fp);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDS.cpp368 FORMATETC *fp = (FORMATETC *)first; local
370 int r = fp->cfFormat - sp->cfFormat;
372 return r != 0 ? r : fp->tymed - sp->tymed;
H A Dawt_DnDDT.cpp984 FORMATETC *fp = (FORMATETC *)first; local
987 if (fp->cfFormat == sp->cfFormat) {
988 return fp->tymed - sp->tymed;
991 return fp->cfFormat - sp->cfFormat;
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.c577 png_init_io(png_structp png_ptr, png_FILE_p fp) argument
584 png_ptr->io_ptr = (png_voidp)fp;
973 /* ASCII to fp functions */
1166 double fp, unsigned int precision)
1183 if (fp < 0)
1185 fp = -fp;
1190 if (fp >= DBL_MIN && fp <= DBL_MAX)
1204 (void)frexp(fp,
1165 png_ascii_from_fp(png_structp png_ptr, png_charp ascii, png_size_t size, double fp, unsigned int precision) argument
1467 png_ascii_from_fixed(png_structp png_ptr, png_charp ascii, png_size_t size, png_fixed_point fp) argument
1540 png_fixed(png_structp png_ptr, double fp, png_const_charp text) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscgats.c1623 void WriteHeader(cmsIT8* it8, SAVESTREAM* fp) argument
1629 WriteStr(fp, t->SheetType);
1630 WriteStr(fp, "\n");
1638 WriteStr(fp, "#\n# ");
1642 Writef(fp, "%c", *Pt);
1645 WriteStr(fp, "# ");
1649 WriteStr(fp, "\n#\n");
1657 WriteStr(fp, "KEYWORD\t\"");
1658 WriteStr(fp, p->Keyword);
1659 WriteStr(fp, "\"\
1703 WriteDataFormat(SAVESTREAM* fp, cmsIT8* it8) argument
1726 WriteData(SAVESTREAM* fp, cmsIT8* it8) argument
2280 FILE *fp; local
[all...]
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp384 FILE *fp = fopen(fname, "r"); local
385 if (fp == NULL) {
388 fclose(fp);
1332 FILE *fp = fopen("/proc/self/maps", "r"); local
1333 if (fp) {
1335 while (!feof(fp)) {
1336 if (fscanf(fp, "%p-%p", &low, &high) == 2) {
1340 fclose (fp);
1345 int ch = fgetc(fp);
1349 fclose(fp);
1409 FILE *fp; local
3249 FILE *fp = fopen("/proc/self/maps", "r"); local
3359 FILE *fp = fopen("/proc/meminfo", "r"); local
5396 FILE *fp; local
[all...]
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp333 FILE *fp = fopen(fname, "r"); local
334 if (fp == NULL) {
337 fclose(fp);
1140 FILE *fp = fopen("/proc/self/maps", "r"); local
1141 if (fp) {
1143 while (!feof(fp)) {
1144 if (fscanf(fp, "%p-%p", &low, &high) == 2) {
1148 fclose (fp);
1153 int ch = fgetc(fp);
1157 fclose(fp);
1217 FILE *fp; local
3176 FILE *fp = fopen("/proc/self/maps", "r"); local
3284 FILE *fp = fopen("/proc/meminfo", "r"); local
5142 FILE *fp; local
[all...]

Completed in 127 milliseconds

1234