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

  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_dac.h 31 int compute_vclk(int Clock, int *out_n, int *out_dn, int *out_div,
xgi_dac.c 67 int *out_n,
160 *out_n = best_n;
xgi.h 971 int compute_vclk(int Clock, int *out_n, int *out_dn, int *out_div,
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis_dac.h 31 int SiS_compute_vclk(int Clock, int *out_n, int *out_dn, int *out_div,
initextx.h 478 extern int SiS_compute_vclk(int Clock, int *out_n, int *out_dn, int *out_div,
initextx.c 41 int out_n, out_dn, out_div, out_sbit, out_scale; local
50 if(SiS_compute_vclk(clock, &out_n, &out_dn, &out_div, &out_sbit, &out_scale)) {
52 (*p2b) |= ((out_n - 1) & 0x7f);
58 clock, out_n, out_dn, out_div, out_sbit, out_scale);
sis_dac.c 116 int *out_n,
210 *out_n = best_n;
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui_memory_editor.h 608 size_t out_n = 0; local
614 out_buf[out_n++] = (buf[j] & (1 << (7 - i))) ? '1' : '0';
615 out_buf[out_n++] = ' ';
617 IM_ASSERT(out_n < IM_ARRAYSIZE(out_buf));
618 out_buf[out_n] = 0;
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_memory_editor.h 606 size_t out_n = 0; local
611 out_buf[out_n++] = (buf[j] & (1 << (7 - i))) ? '1' : '0';
612 out_buf[out_n++] = ' ';
614 out_buf[out_n] = 0;
615 IM_ASSERT(out_n < IM_ARRAYSIZE(out_buf));
  /xsrc/external/mit/xterm/dist/
button.c 4701 int out_n = 0; local
4732 if (out_n == 0) {
4738 result[out_n++] = text_values[in_n];
4746 result[out_n++] = 0;

Completed in 17 milliseconds