Home
last modified time | relevance | path

Searched defs:max (Results 51 - 75 of 3748) sorted by relevance

12345678910>>...150

/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-kensington.c20 ks_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) ks_input_mapping() argument
H A Dhid-twinhan.c61 twinhan_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) twinhan_input_mapping() argument
H A Dhid-topseed.c26 ts_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) ts_input_mapping() argument
H A Dhid-accutouch.c19 accutouch_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) accutouch_input_mapping() argument
H A Dhid-lcpower.c20 ts_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) ts_input_mapping() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Dspark.c17 unsigned long min = ULONG_MAX, max = 0, f; in print_spark() local
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/copyloops/
H A Dmemmove_validate.c13 size_t max(size_t a, size_t b) in max() function
/third_party/gn/src/base/numerics/
H A Dranges.h15 constexpr const T& ClampToRange(const T& value, const T& min, const T& max) { in ClampToRange() argument
/third_party/glfw/src/
H A Dxkb_unicode.c912 int max = sizeof(keysymtab) / sizeof(struct codepair) - 1; in _glfwKeySym2Unicode() local
/third_party/googletest/googletest/samples/
H A Dprime_tables.h80 explicit PreCalculatedPrimeTable(int max) in PreCalculatedPrimeTable() argument
99 void CalculatePrimesUpTo(int max) { in CalculatePrimesUpTo() argument
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Ddelay.h66 usleep_range(unsigned long min, unsigned long max) in usleep_range() argument
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/
H A DSpinner.java10 int max = -1; field in Spinner
16 Spinner(String str, int max) { in Spinner() argument
/third_party/libsnd/tests/
H A Dsftest.c40 int k, count, max = 0, total = 0 ; in main() local
/third_party/libuv/test/
H A Dtest-thread-priority.c51 int max; in TEST_IMPL() local
/third_party/libbpf/include/linux/
H A Dkernel.h17 #define max(x, y) ({ \ macro
/third_party/ltp/testcases/kernel/fs/fs-bench/
H A Dboxmuler.c6 int box_muler(int min, int max) in box_muler() argument
/third_party/node/deps/v8/third_party/zlib/
H A Duncompr.c35 const uInt max = (uInt)-1; local
H A Dcompress.c31 const uInt max = (uInt)-1; local
/third_party/node/src/
H A Dnode_buffer.h75 static inline bool IsWithinBounds(size_t off, size_t len, size_t max) { in IsWithinBounds() argument
/third_party/libevdev/test/
H A Dtest-event-names.c194 int max = libevdev_event_type_get_max(type); in START_TEST() local
/third_party/libevdev/tools/
H A Dlibevdev-list-codes.c15 list_event_codes(unsigned int type, unsigned int max) in list_event_codes() argument
39 int max = libevdev_event_type_get_max(type); in main() local
/third_party/ltp/testcases/kernel/syscalls/getpriority/
H A Dgetpriority01.c23 int max; member
/third_party/ltp/testcases/kernel/syscalls/eventfd/
H A Deventfd04.c27 uint64_t max = UINT64_MAX - 1; in run() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/
H A D2-1.c45 int max = TIMER_MAX; in main() local
47 int max = 256; in main() local
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H A Dranges.h25 constexpr const T &BrokenClampThatShouldNotBeUsed(const T &value, const T &min, const T &max) in BrokenClampThatShouldNotBeUsed() argument

Completed in 7 milliseconds

12345678910>>...150