| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/gtf/ |
| H A D | gtf.c | 154 void print_value(int n, char *name, float val); 165 * print_value() - print the result of the named computation; this is 171 void print_value(int n, char *name, float val) function in typeref:typename:void 328 print_value(1, "[H PIXELS RND]", h_pixels_rnd); 344 print_value(2, "[V LINES RND]", v_lines_rnd); 355 print_value(3, "[V FIELD RATE RQD]", v_field_rate_rqd); 367 print_value(4, "[TOP MARGIN (LINES)]", top_margin); 379 print_value(5, "[BOT MARGIN (LINES)]", bottom_margin); 389 print_value(6, "[INTERLACE]", interlace); 403 print_value( [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/utils/gtf/ |
| H A D | gtf.c | 147 void print_value(int n, const char *name, float val); 155 * print_value() - print the result of the named computation; this is 162 print_value(int n, const char *name, float val) function in typeref:typename:void 309 print_value(1, "[H PIXELS RND]", h_pixels_rnd); 323 print_value(2, "[V LINES RND]", v_lines_rnd); 333 print_value(3, "[V FIELD RATE RQD]", v_field_rate_rqd); 344 print_value(4, "[TOP MARGIN (LINES)]", top_margin); 356 print_value(5, "[BOT MARGIN (LINES)]", bottom_margin); 365 print_value(6, "[INTERLACE]", interlace); 378 print_value( [all...] |
| /xsrc/external/mit/xmessage/dist/ |
| H A D | makeform.c | 50 Boolean print_value; member in struct:_ButtonRecord 205 if (br->print_value) 215 Boolean print_value, /* print button string on stdout? */ 329 br[i].print_value = print_value; 211 make_queryform(Widget parent,char * msgstr,int msglen,char * button_list,Boolean print_value,char * default_button,Dimension max_width,Dimension max_height) argument
|
| H A D | xmessage.c | 56 Boolean print_value; member in struct:_QueryResources 73 offset(print_value), XtRString, "false" }, 389 qres.print_value, qres.default_button,
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | hashtable.h | 118 void (*print_value)(void *opaque, void *value),
|
| H A D | hashtable.c | 277 void (*print_value)(void *opaque, void *value), 293 print_value(opaque, it->data);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | eg_debug.c | 51 static void print_value(FILE *file, uint32_t value, int bits) function in typeref:typename:void 75 print_value(file, value, bits); 95 print_value(file, value, 32); 119 print_value(file, val,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | eg_debug.c | 51 static void print_value(FILE *file, uint32_t value, int bits) function in typeref:typename:void 75 print_value(file, value, bits); 95 print_value(file, value, 32); 119 print_value(file, val,
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_debug.c | 76 static void print_value(FILE *file, uint32_t value, int bits) function in typeref:typename:void 100 print_value(file, value, bits); 136 print_value(file, value, 32); 160 print_value(file, val,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_debug.c | 84 static void print_value(FILE *file, uint32_t value, int bits) function in typeref:typename:void 109 print_value(file, value, bits); 175 print_value(file, value, 32); 197 print_value(file, val, util_bitcount(field->mask));
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_opt_copy_prop_vars.c | 712 print_value(struct value *value, unsigned num_components) function in typeref:typename:void 748 print_value(&entry->src, num_components);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_copy_prop_vars.c | 770 print_value(struct value *value, unsigned num_components) function in typeref:typename:void 806 print_value(&entry->src, num_components);
|