/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_tables_api.c | 4352 unsigned int n = 0, min = 0; in nf_tables_set_alloc_name() local
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asound.h | 291 unsigned int min, max; member 735 long min; member 740 long long min; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | asound.h | 311 unsigned int min, max; member 816 long min; member 821 long long min; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | asound.h | 311 unsigned int min, max; member 816 long min; member 821 long long min; member
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm.c | 4712 int snd_pcm_hw_params_set_channels_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, unsigned int *max) in snd_pcm_hw_params_set_channels_minmax() argument 4892 int snd_pcm_hw_params_set_rate_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, in argument 5233 snd_pcm_hw_params_set_period_time_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, int *mindir, unsigned int *max, int *maxdir) snd_pcm_hw_params_set_period_time_minmax() argument 5440 snd_pcm_hw_params_set_period_size_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *min, int *mindir, snd_pcm_uframes_t *max, int *maxdir) snd_pcm_hw_params_set_period_size_minmax() argument 5657 snd_pcm_hw_params_set_periods_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, int *mindir, unsigned int *max, int *maxdir) snd_pcm_hw_params_set_periods_minmax() argument 5857 snd_pcm_hw_params_set_buffer_time_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, int *mindir, unsigned int *max, int *maxdir) snd_pcm_hw_params_set_buffer_time_minmax() argument 6047 snd_pcm_hw_params_set_buffer_size_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *min, snd_pcm_uframes_t *max) snd_pcm_hw_params_set_buffer_size_minmax() argument [all...] |
/third_party/backends/backend/ |
H A D | hp3500.c | 2641 constrain (int val, int min, int max) in constrain() argument
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numfmtst.cpp | 1924 int32_t min = nf->getMinimumFractionDigits(); in TestCurrencyPatterns() local [all...] |
/third_party/mbedtls/library/ |
H A D | ssl_tls.c | 1657 mbedtls_ssl_conf_handshake_timeout(mbedtls_ssl_config *conf, uint32_t min, uint32_t max) mbedtls_ssl_conf_handshake_timeout() argument
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pipeline.c | 1956 VkOffset2D min; in tu6_emit_viewport() local [all...] |
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 79 # undef min macro 84 # undef min macro
|
/third_party/node/deps/v8/src/wasm/ |
H A D | module-compiler.cc | 161 int min = std::max(10, units_per_thread / 8); in GetQueueForTask() local
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_cmd_buffer.c | 3682 clamp_int64(int64_t x, int64_t min, int64_t max) in clamp_int64() argument
|
/third_party/libinput/test/ |
H A D | litest.c | 2867 litest_scale_range(int min, int max, double val) in litest_scale_range() argument 2878 int min, ma in litest_scale() local 2911 double min = abs->minimum != 0 ? log2(abs->minimum) : 0, auto_assign_pad_value() local 4063 int min = minimum_movement; litest_assert_scroll() local [all...] |
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.cc | 2509 void Assembler::min(SecondaryField fmt, FPURegister fd, FPURegister fs, in min() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.cc | 2782 void Assembler::min(SecondaryField fmt, FPURegister fd, FPURegister fs, in min() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 4262 void MinMax(Simulator* simulator, int Vd, int Vm, int Vn, bool min) { in MinMax() argument 4273 void PairwiseMinMax(Simulator* simulator, int Vd, int Vm, int Vn, bool min) { in PairwiseMinMax() argument 5170 bool min = instr->Bit(4) != 0; in DecodeAdvancedSIMDDataProcessing() local 5236 bool min = instr->Bit(4) != 0; DecodeAdvancedSIMDDataProcessing() local 5311 bool min = instr->Bit(21) == 1; DecodeAdvancedSIMDDataProcessing() local 5431 bool min = instr->Bit(4) != 0; DecodeAdvancedSIMDDataProcessing() local 5481 bool min = instr->Bit(4) != 0; DecodeAdvancedSIMDDataProcessing() local [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | js-temporal-objects.cc | 1031 int min = 0; in GetISOPartsFromEpoch() local [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_cmd.h | 974 float min; member
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_draw.cpp | 1341 const ImVec2 min = ImMin(uv_a, uv_b); in ShadeVertsLinearUV() local
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_compile.c | 928 int max, min; in show_parsed() local 1411 int32_t min = 0; read_repeat_counts() local [all...] |
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 2498 SkScalar min = pts[index].fX; in find_min_max_x_at_y() local 2637 SkScalar min, max; find_minmax() local 2677 SkScalar min, max; winding_mono_cubic() local 3340 Sk2s min, max; computeTightBounds() local [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_draw.cpp | 1889 const ImVec2 min = ImMin(uv_a, uv_b); in ShadeVertsLinearUV() local
|
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp_python_wrap.c | 1312 SWIG_Python_UnpackTuple(PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t max, PyObject **objs) in SWIG_Python_UnpackTuple() argument 3229 SWIG_CanCastAsInteger(double *d, double min, doubl argument [all...] |
/third_party/skia/tests/ |
H A D | PathTest.cpp | 59 const float min = SkBits2Float(0xcb7f16c8); /* -16717512.000000 */ in test_skbug_3239() local
|
/third_party/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 490 int32_t min = from + info->min_offset; in MacroAssembler() local
|