Home
last modified time | relevance | path

Searched defs:rmin (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-lib/src/control/
Dtlv.c142 long rmin, rmax; in snd_tlv_get_dB_range() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c1254 const float rmin = halfSize - 0.7071F; /* 0.7071 = sqrt(2)/2 */ in sp_setup_point() local
/third_party/gstreamer/gstreamer/gst/
Dgstvalue.c5919 const gint rmin = gst_value_get_int_range_min (value); in gst_value_list_equals_range() local
5937 const gint64 rmin = gst_value_get_int64_range_min (value); in gst_value_list_equals_range() local
/third_party/libxml2/
Dxmlschemas.c16917 xmlSchemaCheckParticleRangeOK(int rmin, int rmax, in xmlSchemaCheckParticleRangeOK()