HomeSort by: relevance | last modified time | path
    Searched refs:print_value (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/utils/gtf/
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
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(7, "[H PERIOD EST]", h_period_est)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/gtf/
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
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(7, "[H PERIOD EST]", h_period_est)
    [all...]
  /xsrc/external/mit/xmessage/dist/
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;
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/
hashtable.h 118 void (*print_value)(void *opaque, void *value),
hashtable.c 277 void (*print_value)(void *opaque, void *value),
293 print_value(opaque, it->data);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
eg_debug.c 51 static void print_value(FILE *file, uint32_t value, int bits) function
75 print_value(file, value, bits);
95 print_value(file, value, 32);
119 print_value(file, val,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
eg_debug.c 51 static void print_value(FILE *file, uint32_t value, int bits) function
75 print_value(file, value, bits);
95 print_value(file, value, 32);
119 print_value(file, val,
  /xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_debug.c 84 static void print_value(FILE *file, uint32_t value, int bits) function
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/amd/common/
ac_debug.c 76 static void print_value(FILE *file, uint32_t value, int bits) function
100 print_value(file, value, bits);
136 print_value(file, value, 32);
160 print_value(file, val,
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_opt_copy_prop_vars.c 712 print_value(struct value *value, unsigned num_components) function
748 print_value(&entry->src, num_components);
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_opt_copy_prop_vars.c 770 print_value(struct value *value, unsigned num_components) function
806 print_value(&entry->src, num_components);

Completed in 10 milliseconds