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

  /xsrc/external/mit/fontconfig/dist/fc-lang/
fclang.h 32 #define NUM(s,n) (NUM0 + n * sizeof (FcChar16) - SET(s))
47 { "aa", { FC_REF_CONSTANT, 1, OFF(0,0), NUM(0,0) } }, /* 0 */
48 { "ab", { FC_REF_CONSTANT, 1, OFF(1,1), NUM(1,1) } }, /* 1 */
49 { "af", { FC_REF_CONSTANT, 2, OFF(2,2), NUM(2,2) } }, /* 2 */
50 { "agr", { FC_REF_CONSTANT, 1, OFF(3,4), NUM(3,4) } }, /* 3 */
51 { "ak", { FC_REF_CONSTANT, 5, OFF(4,5), NUM(4,5) } }, /* 4 */
52 { "am", { FC_REF_CONSTANT, 2, OFF(5,10), NUM(5,10) } }, /* 5 */
53 { "an", { FC_REF_CONSTANT, 1, OFF(6,12), NUM(6,12) } }, /* 6 */
54 { "anp", { FC_REF_CONSTANT, 1, OFF(7,13), NUM(7,13) } }, /* 7 */
55 { "ar", { FC_REF_CONSTANT, 1, OFF(8,14), NUM(8,14) } }, /* 8 *
    [all...]
  /xsrc/external/mit/xf86-video-ati/xorg-server-copy/
fi1236.h 6 /* why someone has defined NUM someplace else is beyoung me.. */
7 #undef NUM
41 int NUM;
fi1236.c 83 xf86DrvMsg(f->d.pI2CBus->scrnIndex, X_INFO, "MT2032: computed f_lo1=%g f_lo2=%g LO1I=%d LO2I=%d SEL=%d STEP=%d NUM=%d\n",
84 m->f_lo1, m->f_lo2, m->LO1I, m->LO2I, m->SEL, m->STEP, m->NUM);
263 m->NUM=floor(3780.0*(m->f_lo2/f_ref-m->LO2I));
264 m->NUM=m->STEP*lrint((1.0*m->NUM)/(1.0*m->STEP));
314 data[1]=m->NUM & 0xff;
315 data[2]=(1<<7)|((m->NUM >> 8) & 0x0f);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
fi1236.h 6 /* why someone has defined NUM someplace else is beyoung me.. */
7 #undef NUM
41 int NUM;
fi1236.c 83 xf86DrvMsg(f->d.pI2CBus->scrnIndex, X_INFO, "MT2032: computed f_lo1=%g f_lo2=%g LO1I=%d LO2I=%d SEL=%d STEP=%d NUM=%d\n",
84 m->f_lo1, m->f_lo2, m->LO1I, m->LO2I, m->SEL, m->STEP, m->NUM);
263 m->NUM=floor(3780.0*(m->f_lo2/f_ref-m->LO2I));
264 m->NUM=m->STEP*lrint((1.0*m->NUM)/(1.0*m->STEP));
314 data[1]=m->NUM & 0xff;
315 data[2]=(1<<7)|((m->NUM >> 8) & 0x0f);
  /xsrc/external/mit/xterm/dist/vttests/
mouse-codes 144 -b NUM set the number of buttons (default: 7)
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
ddc.c 150 s_end = s_ptr + NUM;
184 int count = NUM;
187 ptr = xp = malloc(sizeof(int) * NUM);
edid.h 24 #define NUM BITS_PER_BYTE*EDID1_LEN
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
ddc.c 135 s_end = s_ptr + NUM;
164 int count = NUM;
167 ptr=xp=malloc(sizeof(int)*NUM);
edid.h 24 #define NUM BITS_PER_BYTE*EDID1_LEN
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glut_gamemode.c 43 "width", "height", "bpp", "hertz", "num"
167 numok = 1; /* "num" capability is indexed from 1,
196 if (cap == NUM) {
251 if (cap == NUM) {
475 if (!strcmp(word, "num")) {
653 return window->num + 1;
glut_dstr.c 58 "xtruecolor", "xdirectcolor", "slow", "conformant", "num"
637 numok = 1; /* "num" capability is indexed from 1,
671 if (cap == NUM) {
726 if (cap == NUM) {
999 if (!strcmp(word, "num")) {
1000 criterion[0].capability = NUM;
glutint.h 201 #define NUM (NUM_CAPS + 0)
245 #define DM_NUM 4 /* "num" */
308 int num; /* Small integer window id (0-based). */ member in struct:_GLUTwindow
474 int num; /* number of entries */ member in struct:_GLUTmenu
605 int num, int type);
  /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
glutint.h 186 #define NUM (NUM_CAPS + 0)
230 #define DM_NUM 4 /* "num" */
323 int num; /* Small integer window id (0-based). */ member in struct:_GLUTwindow
496 int num; /* number of entries */ member in struct:_GLUTmenu
623 int num, int type);

Completed in 34 milliseconds