Home
last modified time | relevance | path

Searched defs:max (Results 1026 - 1050 of 1463) sorted by relevance

1...<<41424344454647484950>>...59

/third_party/python/Python/
H A Dgetargs.c264 int max = 0; in vgetargs1_impl() local
1626 int max = INT_MAX; vgetargskeywords() local
1910 int i, len, min, max, nkw; parser_init() local
2760 _PyArg_CheckPositional(const char *name, Py_ssize_t nargs, Py_ssize_t min, Py_ssize_t max) _PyArg_CheckPositional() argument
2804 unpack_stack(PyObject *const *args, Py_ssize_t nargs, const char *name, Py_ssize_t min, Py_ssize_t max, va_list vargs) unpack_stack() argument
2822 PyArg_UnpackTuple(PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t max, ...) PyArg_UnpackTuple() argument
2848 _PyArg_UnpackStack(PyObject *const *args, Py_ssize_t nargs, const char *name, Py_ssize_t min, Py_ssize_t max, ...) _PyArg_UnpackStack() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-combine-sink.c613 pa_usec_t min, max, fix; in sink_input_update_sink_latency_range_cb() local
642 pa_usec_t fix, min, max; in sink_input_attach_cb() local
[all...]
/third_party/python/Modules/
H A Daudioop.c471 unsigned int absval, max = 0; in audioop_max_impl() local
503 int min = 0x7fffffff, max = -0x7FFFFFFF-1; in audioop_minmax_impl() local
862 unsigned int max in audioop_maxpp_impl() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dint128.h291 static constexpr absl::uint128 (max)() { return absl::Uint128Max(); } in max() function in std::numeric_limits::absl
526 static constexpr absl::int128 (max)() { return absl::Int128Max(); } in max() function in std::numeric_limits::absl
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dconvert_test.cc502 absl::int128 max = absl::Int128Max(), min = absl::Int128Min(); in TEST_F() local
536 absl::uint128 max = absl::Uint128Max(); in TEST_F() local
1060 constexpr int max = std::numeric_limits<int>::max(); TEST_F() local
[all...]
/third_party/skia/include/private/
H A DSkVx.h531 SIT T max(const Vec<1,T>& x) { return x.val; } in max() function
533 SINT T max(const Vec<N,T>& x) { return std::max(max(x.lo), max(x.hi)); } in max() function
536 SINT Vec<N,T> max(cons in min() function
539 SINTU Vec<N,T> max(const Vec<N,T>& x, U y) { return max(x, Vec<N,T>(y)); } max() function
541 SINTU Vec<N,T> max(U x, const Vec<N,T>& y) { return max(Vec<N,T>(x), y); } max() function
[all...]
/third_party/selinux/libselinux/src/
H A Dlabel_file.c417 static char *rolling_append(char *current, const char *suffix, size_t max) in rolling_append() argument
/third_party/spirv-tools/source/opt/
H A Damd_ext_to_khr.cpp118 Instruction* max = ir_builder.AddNaryExtendedInstruction( in ReplaceTrinaryMid() local
/third_party/spirv-tools/source/util/
H A Dhex_float.h54 static Float16 max() { return Float16(0x7bff); } in max() function in spvtools::utils::Float16
78 static float max() { return std::numeric_limits<float>::max(); } in max() function
98 static double max() { return std::numeric_limits<double>::max(); } in max() function
120 static Float16 max() { return Float16::max(); } in max() function
182 static FloatProxy<T> max() { in max() function in spvtools::utils::FloatProxy
281 max member in spvtools::utils::round_direction
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp643 bool AtomicCounterTest::checkRange (TestLog& log, const vector<deUint32>& values, const vector<deUint32>& min, const vector<deUint32>& max) in checkRange() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dcommon.h564 unsigned int max; member
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/
H A Dddr_training_impl.h270 unsigned int max; /* max right bound */ member
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/
H A Dddr_training_impl.h271 unsigned int max; /* max right bound */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/primesensor_ps5260_2L/
H A Dps5260_2l_cmos.c176 HI_U32 sum, max, min; in psensor_queue_add() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dstats.h128 mem_size_t max; member
135 STAT_COUNTER max; member
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Drkisp.c629 int i, times = -1, max = 0, id = 0; in rkisp_rdbk_trigger_handle() local
/device/soc/rockchip/common/vendor/drivers/media/i2c/
H A Dgc2093.c552 s64 max; in gc2093_set_ctrl() local
/device/soc/rockchip/common/hardware/rga/include/
H A Dim2d.h225 int max; /* The Maximum value of the color key */ member
H A Drga.h212 unsigned short max; member
/device/soc/rockchip/common/sdk_linux/ipc/
H A Dsem.c2036 int max, locknum; in do_semtimedop() local
/device/soc/rockchip/common/sdk_linux/drivers/hid/
H A Dhid-core.c1516 s32 max = field->logical_maximum; in hid_input_field() local
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250_port.c2777 unsigned int max; in serial8250_get_baud_rate() local
/device/soc/rockchip/rk3399/hardware/rga/include/
H A Dim2d.h225 int max; /* The Maximum value of the color key */ member
H A Drga.h215 unsigned short max; member
/device/soc/rockchip/rk3568/hardware/rga/include/
H A Dim2d.h225 int max; /* The Maximum value of the color key */ member

Completed in 45 milliseconds

1...<<41424344454647484950>>...59