Home
last modified time | relevance | path

Searched refs:rmax (Results 1 – 8 of 8) sorted by relevance

/external/quake/quake/src/WinQuake/
Dpr_cmds.cpp135 vec3_t rmin, rmax; in SetMinMaxSize() local
151 VectorCopy (max, rmax); in SetMinMaxSize()
169 rmax[0] = rmax[1] = rmax[2] = -9999; in SetMinMaxSize()
190 if (transformed[l] > rmax[l]) in SetMinMaxSize()
191 rmax[l] = transformed[l]; in SetMinMaxSize()
200 VectorCopy (rmax, e->u.v.maxs); in SetMinMaxSize()
/external/bison/src/
Dvcg.c126 g->rmax = G_RMAX; in new_graph()
837 if (g->rmax != G_RMAX) in output_graph()
838 fprintf (fout, "\trmax:\t%d\n", g->rmax); in output_graph()
Dvcg.h913 int rmax; member
/external/qemu/
Dconsole.c1459 pf.rmax = 255; in qemu_different_endianness_pixelformat()
1475 pf.rmax = 255; in qemu_different_endianness_pixelformat()
1508 pf.rmax = 31; in qemu_default_pixelformat()
1522 pf.rmax = 255; in qemu_default_pixelformat()
1536 pf.rmax = 255; in qemu_default_pixelformat()
Dconsole.h90 uint8_t rmax, gmax, bmax, amax; member
Dvnc-android.c1636 vs->clientds.pf.rmax = red_max; in set_pixel_format()
1671 vnc_write_u16(vs, vs->ds->surface->pf.rmax); /* red-max */ in pixel_format_message()
Dvnc.c1630 vs->clientds.pf.rmax = red_max; in set_pixel_format()
1665 vnc_write_u16(vs, vs->ds->surface->pf.rmax); /* red-max */ in pixel_format_message()
/external/libxml2/
Dxmlschemas.c16676 xmlSchemaCheckParticleRangeOK(int rmin, int rmax, in xmlSchemaCheckParticleRangeOK() argument
16682 (rmax > bmax)) in xmlSchemaCheckParticleRangeOK()