Home
last modified time | relevance | path

Searched refs:N (Results 1 – 6 of 6) sorted by relevance

/scripts/dtc/
Dsrcpos.h68 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
70 if (N) { \
73 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
74 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
75 (Current).file = YYRHSLOC(Rhs, N).file; \
/scripts/kconfig/tests/auto_submenu/
Dexpected_stdout3 A1_0 (A0_0) [N/y/?] (NEW)
9 B (B) [N/y/?] (NEW)
10 C (C) [N/y/?] (NEW)
/scripts/kconfig/tests/new_choice_with_dep/
Dexpected_stdout1 A (A) [N/y/?] (NEW) y
/scripts/
Dgenerate_rust_target.rs98 impl<T: Into<Value>, const N: usize> From<[T; N]> for Value {
99 fn from(i: [T; N]) -> Self { in from()
Dcheck-uapi.sh20 Usage: $name [-b BASE_REF] [-p PAST_REF] [-j N] [-l ERROR_LOG] [-i] [-q] [-v]
/scripts/coccinelle/api/
Dstream_open.cocci82 // XXX add support for file_operations xxx[N] = ... (sound/core/pcm_native.c)