Home
last modified time | relevance | path

Searched +full:1234567890 +full:a (Results 1 – 11 of 11) sorted by relevance

/linux/lib/kunit/
H A Dassert_test.c18 KUNIT_EXPECT_TRUE(test, is_literal("1234567890", 1234567890)); in kunit_test_is_literal()
19 KUNIT_EXPECT_TRUE(test, is_literal("-1234567890", -1234567890)); in kunit_test_is_literal()
40 /* this function is used to get a "char *" string from the string stream and defer its cleanup */
80 * This function accepts an arbitrary count of parameters and generates a va_format struct,
/linux/arch/um/drivers/
H A Dfd.c19 char str[sizeof("1234567890\0")];
29 printk(UM_KERN_ERR "fd_init : channel type 'fd' must specify a " in fd_init()
/linux/Documentation/devicetree/bindings/usb/
H A Dusb251xb.yaml152 indicate the hub is part of a compound device (boolean)
178 Should specify the ports which have a non-removable device connected.
196 along with all associated circuitry including a permanently
205 along with all associated circuitry including a permanently
214 along with all associated circuitry excluding a permanently
223 along with all associated circuitry excluding a permanently
231 power-on sequence to a port until the port has adequate power.
267 serial = "1234567890A";
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_perf.c17 #define TEST_OA_CONFIG_UUID "12345678-1234-1234-1234-1234567890ab"
151 /* Quick check we can create a perf stream */ in live_sanitycheck()
334 /* Fill the 16 qword [32 dword] GPR with a known unlikely value */ in live_noa_gpr()
/linux/tools/perf/tests/
H A Ddlfilter-test.c3 * Test dlfilter C API. A perf.data file is synthesized and then processed
4 * by perf script with dlfilters named dlfilter-test-api-v*.so. Also a C file
5 * is compiled to provide a dso to match the synthesized perf.data file.
181 .time = 1234567890, in write_sample()
/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst63 内核的printf不支持%n。显而易见,浮点格式(%e, %f, %g, %a)也不被识别。使用任何不
77 (einval) invalid data on a valid address
241 %*pE "\eb \C\a"\220\r]"
243 %*pEa "\e\142\040\\\103\a\042\220\r\135"
247 - a - ESCAPE_ANY
362 %pISsc 1.2.3.4 or [1:2:3:4:5:6:7:8]%1234567890
/linux/kernel/trace/
H A Dtrace_selftest.c37 * The ring buffer is a size of trace_buf_size, if in trace_test_buffer_cpu()
76 * The trace_test_buffer_cpu runs a while loop to consume all data. in trace_test_buffer()
80 * a hard lock up. in trace_test_buffer()
250 /* Add a dynamic probe */ in trace_selftest_ops()
378 * start of the function names. We simply put a '*' to in trace_selftest_startup_dynamic_tracing()
393 /* Sleep for a 1/10 of a second */ in trace_selftest_startup_dynamic_tracing()
717 /* Sleep for a 1/10 of a second */ in trace_selftest_startup_function()
764 #define WORD_NUMBER 1234567890
951 pr_info("Testing multiple fgraph storage on a function: "); in test_graph_storage_multi()
1023 /* Maximum number of functions to trace before diagnosing a hang */
[all …]
/linux/Documentation/translations/sp_SP/process/
H A Dhandling-regressions.rst20 #. Asegúrese de que los suscriptores a la lista `regression mailing list
24 * Cuando se reciba un correo que no incluyó a la lista, inclúyalo en la
29 a la lista.
37 como el siguiente, lo que le indica a regzbot cuando empezó a suceder
42 * Cuando se mandan informes desde un gestor de incidentes a la lista de
50 "Link:" a la descripción, apuntado a todos los sitios donde se informó
70 y los subscritos a la lista de correo `regression mailing list
80 * Si un informe enviado a un gestor de defectos, llega a su correo,
81 reenvíelo o redirijalo a la lista. Considere verificar los archivos de
91 comando a "regzbot", como ``#regzbot introduced 1f2e3d4c5b6a``. Si no es
[all …]
/linux/Documentation/process/
H A Dhandling-regressions.rst9 Documentation/admin-guide/reporting-regressions.rst, which covers the topic from a
20 * When receiving a mailed report that did not CC the list, bring it into the
21 loop by immediately sending at least a brief "Reply-all" with the list
29 * For mailed reports, check if the reporter included a line like ``#regzbot
30 introduced: v5.13..v5.14-rc1``. If not, send a reply (with the regressions
31 list in CC) containing a paragraph like the following, which tells regzbot
36 * When forwarding reports from a bug tracker to the regressions list (see
37 above), include a paragraph like the following::
71 * When you receive a report by mail that did not CC the list, immediately bring
72 it into the loop by sending at least a brief "Reply-all" with the list CCed;
[all …]
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c75 /* definition of a series of tests */
1080 /* find a right file to mmap, existed and accessible */ in test_mmap_munmap()
1412 /* For functions that take a long buffer, like strlcat() in run_stdlib()
1505 …CASE_TEST(strtol_cutoff); EXPECT_STRTOX(1, strtol, "1234567890", 8, 342391, 7, 0); break; in run_stdlib()
1520 CASE_TEST(tolower); EXPECT_EQ(1, tolower('A'), 'a'); break; in run_stdlib()
1521 CASE_TEST(tolower_noop); EXPECT_EQ(1, tolower('a'), 'a'); break; in run_stdlib()
1522 CASE_TEST(toupper); EXPECT_EQ(1, toupper('a'), 'A'); break; in run_stdlib()
1523 CASE_TEST(toupper_noop); EXPECT_EQ(1, toupper('A'), 'A'); break; in run_stdlib()
1593 if (sscanf("a123b456c0x90", "a%db%uc%p", &i, &u, &p) != 3) in test_scanf()
1606 if (sscanf("a b1", "a b%d", &i) != 1) in test_scanf()
[all …]
/linux/lib/
H A Dvsprintf.c89 * simple_strtoull - convert a string to an unsigned long long
91 * @endp: A pointer to the end of the parsed string will be placed here
104 * simple_strtoul - convert a string to an unsigned long
106 * @endp: A pointer to the end of the parsed string will be placed here
125 * simple_strtol - convert a string to a signed long
127 * @endp: A pointer to the end of the parsed string will be placed here
157 * simple_strtoll - convert a string to a signed long long
159 * @endp: A pointe
[all...]