Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dffbench.c244 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/libvncserver/x11vnc/
Dcleanup.c332 static int reopen = 0, rmax = 1; in XIOerr() local
336 rmax = atoi(getenv("X11VNC_REOPEN_DISPLAY")); in XIOerr()
340 if (reopen < rmax && getenv("X11VNC_REOPEN_DISPLAY")) { in XIOerr()
349 rfbLog("*** XIO error: Trying to reopen[%d/%d] display '%s'\n", reopen, rmax, dstr); in XIOerr()
Dx11vnc.c2198 int rmax = atoi(str); in main() local
2199 if (rmax > 0) { in main()
/external/mesa3d/src/mesa/swrast/
Ds_points.c308 const GLfloat rmax = radius + 0.7071F; in smooth_point() local
310 const GLfloat rmax2 = rmax * rmax; in smooth_point()
/external/libvncserver/libvncserver/
Dcursor.c570 int rmax, rshift; in rfbShowCursor() local
576 rmax = s->serverFormat.redMax; in rfbShowCursor()
583 rmask = (rmax << rshift); in rfbShowCursor()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c1292 const float rmax = halfSize + 0.7071F; in sp_setup_point() local
1294 const float rmax2 = rmax * rmax; in sp_setup_point()
/external/flac/libFLAC/
Dstream_encoder.c4034 FLAC__uint32 rmax; in precompute_partition_info_escapes_() local
4045 rmax = 0; in precompute_partition_info_escapes_()
4050 rmax |= ~r; in precompute_partition_info_escapes_()
4052 rmax |= r; in precompute_partition_info_escapes_()
4055 raw_bits_per_partition[partition] = rmax? FLAC__bitmath_ilog2(rmax) + 2 : 1; in precompute_partition_info_escapes_()
/external/libxml2/
Dxmlschemas.c16776 xmlSchemaCheckParticleRangeOK(int rmin, int rmax, in xmlSchemaCheckParticleRangeOK() argument
16782 (rmax > bmax)) in xmlSchemaCheckParticleRangeOK()