Searched refs:rmax (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/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/libvncserver/x11vnc/ |
D | cleanup.c | 332 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()
|
D | x11vnc.c | 2198 int rmax = atoi(str); in main() local 2199 if (rmax > 0) { in main()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_points.c | 308 const GLfloat rmax = radius + 0.7071F; in smooth_point() local 310 const GLfloat rmax2 = rmax * rmax; in smooth_point()
|
/external/libvncserver/libvncserver/ |
D | cursor.c | 570 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/ |
D | sp_setup.c | 1292 const float rmax = halfSize + 0.7071F; in sp_setup_point() local 1294 const float rmax2 = rmax * rmax; in sp_setup_point()
|
/external/flac/libFLAC/ |
D | stream_encoder.c | 4034 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/ |
D | xmlschemas.c | 16776 xmlSchemaCheckParticleRangeOK(int rmin, int rmax, in xmlSchemaCheckParticleRangeOK() argument 16782 (rmax > bmax)) in xmlSchemaCheckParticleRangeOK()
|