Searched refs:rmax (Results 1 – 11 of 11) sorted by relevance
/external/valgrind/main/perf/ |
D | ffbench.c | 244 double mapbase, mapscale, /* x, */ rmin, rmax, imin, imax; in main() local 281 rmin = 1e10; rmax = -1e10; in main() 292 rmax = max(r, rmax); in main() 298 rmin, rmax, imin, imax); in main() 303 mapscale = 255 / (rmax - rmin); in main()
|
/external/quake/quake/src/WinQuake/ |
D | pr_cmds.cpp | 135 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/ |
D | vcg.h | 913 int rmax; member
|
D | vcg.c | 126 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()
|
/external/qemu/ |
D | console.c | 1678 pf.rmax = 255; in qemu_different_endianness_pixelformat() 1694 pf.rmax = 255; in qemu_different_endianness_pixelformat() 1729 pf.rmax = 31; in qemu_default_pixelformat() 1743 pf.rmax = 31; in qemu_default_pixelformat() 1757 pf.rmax = 255; in qemu_default_pixelformat() 1771 pf.rmax = 255; in qemu_default_pixelformat()
|
D | console.h | 133 uint8_t rmax, gmax, bmax, amax; member
|
D | vnc.c | 1630 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()
|
D | vnc-android.c | 1636 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()
|
/external/qemu/hw/ |
D | goldfish_fb.c | 172 pf->rbits, pf->rmask, pf->rshift, pf->rmax); in goldfish_fb_get_pixel_format()
|
/external/flac/libFLAC/ |
D | stream_encoder.c | 3869 FLAC__uint32 rmax; in precompute_partition_info_escapes_() local 3880 rmax = 0; in precompute_partition_info_escapes_() 3885 rmax |= ~r; in precompute_partition_info_escapes_() 3887 rmax |= r; in precompute_partition_info_escapes_() 3890 raw_bits_per_partition[partition] = rmax? FLAC__bitmath_ilog2(rmax) + 2 : 1; in precompute_partition_info_escapes_()
|
/external/libxml2/ |
D | xmlschemas.c | 16676 xmlSchemaCheckParticleRangeOK(int rmin, int rmax, in xmlSchemaCheckParticleRangeOK() argument 16682 (rmax > bmax)) in xmlSchemaCheckParticleRangeOK()
|