Searched refs:_max (Results 1 - 10 of 10) sorted by relevance
/third_party/pulseaudio/src/tests/ |
H A D | runtime-test-util.h | 32 pa_usec_t _min = INT_MAX, _max = 0; \ 44 if (_max < (_stop - _start)) _max = _stop - _start; \ 52 (long long unsigned int)_max, \
|
H A D | volume-ui.py | 90 _max = libpulse.pa_cvolume_max variable in CVolume 91 _max.restype = c_uint32 92 _max.argtypes = [c_void_p] 128 return this._max(byref(this))
|
/third_party/lzma/CPP/Common/ |
H A D | StringToInt.cpp | 18 if (res > (k_ ## uintType ## _max) / 10) return 0; \
21 if (res > (k_ ## uintType ## _max) - v) return 0; \
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp9_superframe_bsf.c | 35 unsigned *_max, unsigned *_sum) in stats() 48 *_max = max; in stats() 34 stats(AVPacket * const *in, int n_in, unsigned *_max, unsigned *_sum) stats() argument
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | psaux.h | 297 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ 303 _max, \ 308 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ 314 _max, 0, \
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_uvc.c | 1006 #define CLAMP(_val, _min, _max) ( \ 1010 typeof(_max)__max = (_max); \
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm.c | 5443 unsigned int _max = *max; in snd_pcm_hw_params_set_period_size_minmax() local 5444 int err = snd_pcm_hw_param_set_minmax(pcm, params, SND_TRY, SND_PCM_HW_PARAM_PERIOD_SIZE, &_min, mindir, &_max, maxdir); in snd_pcm_hw_params_set_period_size_minmax() 5446 *max = _max; in snd_pcm_hw_params_set_period_size_minmax() 6050 unsigned int _max = *max; in snd_pcm_hw_params_set_buffer_size_minmax() local 6051 int err = snd_pcm_hw_param_set_minmax(pcm, params, SND_TRY, SND_PCM_HW_PARAM_BUFFER_SIZE, &_min, NULL, &_max, NULL); in snd_pcm_hw_params_set_buffer_size_minmax() 6053 *max = _max; in snd_pcm_hw_params_set_buffer_size_minmax()
|
/third_party/glfw/deps/ |
H A D | linmath.h | 61 LINMATH_H_FUNC void vec##n##_max(vec##n r, vec##n const a, vec##n const b) \
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_cmd_buffer.c | 2586 #define PVR_WRITE(_buffer, _value, _offset, _max) \ 2593 assert((__offset + __nr_dwords) <= (_max)); \
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_functions.cpp | 6055 builtin_builder::_max(builtin_available_predicate avail, in _max() function in builtin_builder
|
Completed in 38 milliseconds