/third_party/python/Python/ |
H A D | getargs.c | 264 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 D | module-combine-sink.c | 613 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 D | audioop.c | 471 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 D | int128.h | 291 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 D | convert_test.cc | 502 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 D | SkVx.h | 531 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 D | label_file.c | 417 static char *rolling_append(char *current, const char *suffix, size_t max) in rolling_append() argument
|
/third_party/spirv-tools/source/opt/ |
H A D | amd_ext_to_khr.cpp | 118 Instruction* max = ir_builder.AddNaryExtendedInstruction( in ReplaceTrinaryMid() local
|
/third_party/spirv-tools/source/util/ |
H A D | hex_float.h | 54 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 D | es31fAtomicCounterTests.cpp | 643 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 D | common.h | 564 unsigned int max; member
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/ |
H A D | ddr_training_impl.h | 270 unsigned int max; /* max right bound */ member
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/ |
H A D | ddr_training_impl.h | 271 unsigned int max; /* max right bound */ member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/primesensor_ps5260_2L/ |
H A D | ps5260_2l_cmos.c | 176 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 D | stats.h | 128 mem_size_t max; member 135 STAT_COUNTER max; member
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | rkisp.c | 629 int i, times = -1, max = 0, id = 0;
in rkisp_rdbk_trigger_handle() local
|
/device/soc/rockchip/common/vendor/drivers/media/i2c/ |
H A D | gc2093.c | 552 s64 max;
in gc2093_set_ctrl() local
|
/device/soc/rockchip/common/hardware/rga/include/ |
H A D | im2d.h | 225 int max; /* The Maximum value of the color key */ member
|
H A D | rga.h | 212 unsigned short max; member
|
/device/soc/rockchip/common/sdk_linux/ipc/ |
H A D | sem.c | 2036 int max, locknum;
in do_semtimedop() local
|
/device/soc/rockchip/common/sdk_linux/drivers/hid/ |
H A D | hid-core.c | 1516 s32 max = field->logical_maximum;
in hid_input_field() local
|
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/ |
H A D | 8250_port.c | 2777 unsigned int max;
in serial8250_get_baud_rate() local
|
/device/soc/rockchip/rk3399/hardware/rga/include/ |
H A D | im2d.h | 225 int max; /* The Maximum value of the color key */ member
|
H A D | rga.h | 215 unsigned short max; member
|
/device/soc/rockchip/rk3568/hardware/rga/include/ |
H A D | im2d.h | 225 int max; /* The Maximum value of the color key */ member
|