Searched refs:next_arg (Results 26 - 39 of 39) sorted by relevance
12
/kernel/linux/linux-5.10/kernel/ |
H A D | params.c | 183 args = next_arg(args, ¶m, &val); in parse_args()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | params.c | 184 args = next_arg(args, ¶m, &val); in parse_args()
|
/kernel/linux/linux-6.6/drivers/block/zram/ |
H A D | zram_drv.c | 1009 args = next_arg(args, ¶m, &val); in recomp_algorithm_store() 1747 args = next_arg(args, ¶m, &val); in recompress_store()
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 3643 int next_arg = 1; 3655 next_arg++; 3659 if (argc == next_arg) { 3661 } else if (argc == next_arg + 1) { 3662 if (!GetValue(argv[next_arg], &words)) { 3663 PrintF("%s unrecognized\n", argv[next_arg]);
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 473 int next_arg = 1; in Debug() local 484 next_arg++; in Debug() 490 if (argc == next_arg) { in Debug() 493 if (!GetValue(argv[next_arg], &words)) { in Debug() 500 if (argc == next_arg) { in Debug() 503 if (!GetValue(argv[next_arg], &words)) { in Debug()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events.c | 411 goto next_arg; in test_event_printk() 436 next_arg: in test_event_printk()
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 324 int next_arg = 1; in ExecDebugCommand() local 335 next_arg++; in ExecDebugCommand() 339 if (argc == next_arg) { in ExecDebugCommand() 342 if (!GetValue(argv[next_arg], &words)) { in ExecDebugCommand()
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.cc | 461 int next_arg = 1; in Debug() local 472 next_arg++; in Debug() 476 if (argc == next_arg) { in Debug() 479 if (!GetValue(argv[next_arg], &words)) { in Debug()
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 361 int next_arg = 1; in Debug() local 372 next_arg++; in Debug() 376 if (argc == next_arg) { in Debug() 379 if (!GetValue(argv[next_arg], &words)) { in Debug()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 430 int next_arg = 1; in Debug() local 441 next_arg++; in Debug() 445 if (argc == next_arg) { in Debug() 448 if (!GetValue(argv[next_arg], &words)) { in Debug()
|
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.cc | 1772 int next_arg = 1; in Debug() local 1787 next_arg++; in Debug() 1791 if (argc == next_arg) { in Debug() 1794 if (!GetValue(argv[next_arg], &words)) { in Debug()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-trace.c | 2061 goto next_arg; in syscall__scnprintf_args() 2067 next_arg: in syscall__scnprintf_args()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-trace.c | 2108 goto next_arg; in syscall__scnprintf_args() 2114 next_arg: in syscall__scnprintf_args()
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 393 int next_arg = 1; in Debug() local 404 next_arg++; in Debug() 408 if (argc == next_arg) { in Debug() 411 if (!GetValue(argv[next_arg], &words)) { in Debug()
|
Completed in 91 milliseconds
12