Home
last modified time | relevance | path

Searched refs:_max (Results 1 - 10 of 10) sorted by relevance

/third_party/pulseaudio/src/tests/
H A Druntime-test-util.h32 pa_usec_t _min = INT_MAX, _max = 0; \
44 if (_max < (_stop - _start)) _max = _stop - _start; \
52 (long long unsigned int)_max, \
H A Dvolume-ui.py90 _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 DStringToInt.cpp18 if (res > (k_ ## uintType ## _max) / 10) return 0; \
21 if (res > (k_ ## uintType ## _max) - v) return 0; \
/third_party/ffmpeg/libavcodec/
H A Dvp9_superframe_bsf.c35 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 Dpsaux.h297 #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 Df_uvc.c1006 #define CLAMP(_val, _min, _max) ( \
1010 typeof(_max)__max = (_max); \
/third_party/alsa-lib/src/pcm/
H A Dpcm.c5443 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 Dlinmath.h61 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 Dpvr_cmd_buffer.c2586 #define PVR_WRITE(_buffer, _value, _offset, _max) \
2593 assert((__offset + __nr_dwords) <= (_max)); \
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp6055 builtin_builder::_max(builtin_available_predicate avail, in _max() function in builtin_builder

Completed in 38 milliseconds