Home
last modified time | relevance | path

Searched refs:MAX_LEN (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
A Dtest_varlen.c9 #define MAX_LEN 256 macro
11 char buf_in1[MAX_LEN] = {};
12 char buf_in2[MAX_LEN] = {};
21 char payload1[MAX_LEN + MAX_LEN] = {};
27 char payload2[MAX_LEN + MAX_LEN] = { 1 };
32 char payload3[MAX_LEN + MAX_LEN] = { 1 };
37 char payload4[MAX_LEN + MAX_LEN] = { 1 };
51 if (len <= MAX_LEN) { in handler64_unsigned()
57 if (len <= MAX_LEN) { in handler64_unsigned()
105 if (len <= MAX_LEN) { in handler32_unsigned()
[all …]
/linux/tools/testing/selftests/powerpc/copyloops/
A Dexc_validate.c77 #define MAX_LEN 16 macro
103 q = p + page_size - MAX_LEN; in test_copy_exception()
105 for (src = 0; src < MAX_LEN; src++) { in test_copy_exception()
106 for (dst = 0; dst < MAX_LEN; dst++) { in test_copy_exception()
107 for (len = 0; len < MAX_LEN+1; len++) { in test_copy_exception()
A Dvalidate.c9 #define MAX_LEN 8192 macro
12 #define BUFLEN (MAX_LEN+MAX_OFFSET+2*MIN_REDZONE)
85 for (len = 1; len < MAX_LEN; len++) { in test_copy_loop()
/linux/scripts/kconfig/lxdialog/
A Dtextbox.c218 if (hscroll >= MAX_LEN) in dialog_textbox()
359 static char line[MAX_LEN + 1]; in get_line()
366 } else if (i < MAX_LEN) in get_line()
370 if (i == MAX_LEN) in get_line()
375 if (i <= MAX_LEN) in get_line()
A Dinputbox.c11 char dialog_input_result[MAX_LEN + 1];
186 if (len < MAX_LEN) { in dialog_inputbox()
A Ddialog.h41 #define MAX_LEN 2048 macro
A Dutil.c373 char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0; in print_autowrap()
/linux/drivers/platform/x86/dell/dell-wmi-sysman/
A Dstring-attributes.c11 enum string_properties {MIN_LEN = 6, MAX_LEN}; enumerator
151 if (check_property_type(str, MAX_LEN, ACPI_TYPE_INTEGER)) in populate_str_data()
153 wmi_priv.str_data[instance_id].max_length = (uintptr_t) str_obj[MAX_LEN].string.pointer; in populate_str_data()
/linux/drivers/rtc/
A Drtc-bq32k.c36 #define MAX_LEN 10 /* Maximum number of consecutive macro
78 uint8_t buffer[MAX_LEN + 1]; in bq32k_write()

Completed in 18 milliseconds