Home
last modified time | relevance | path

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

/scripts/
Dgcc-ld11 -save-temps|-m32|-m64) N="$1" ;;
12 -r) N="$1" ;;
13 -[Wg]*) N="$1" ;;
14 -[olv]|-[Ofd]*|-nostdlib) N="$1" ;;
16 N="-Wl,$1" ;;
21 A="$1" ; shift ; N="-Wl,$A,$1" ;;
22 -[m]*) N="$1" ;;
23 -*) N="-Wl,$1" ;;
24 *) N="$1" ;;
26 ARGS="$ARGS $N"
/scripts/kconfig/tests/choice/
Doldask0_expected_stdout6 optional boolean choice [N/y/?] (NEW)
8 choice 0 (TRI_CHOICE0) [N/m/?] (NEW)
9 choice 1 (TRI_CHOICE1) [N/m/?] (NEW)
10 optional tristate choice [N/m/y/?] (NEW)
Doldask1_expected_stdout1 Enable loadable module support (MODULES) [N/y/?]
15 optional tristate choice [N/y/?]
/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/gcc-plugins/
DKconfig35 M = E - N + 2P
39 N = the number of nodes
Dgcc-common.h410 #define BASIC_BLOCK_FOR_FN(FN, N) BASIC_BLOCK_FOR_FUNCTION((FN), (N)) argument
/scripts/coccinelle/api/
Dstream_open.cocci82 // XXX add support for file_operations xxx[N] = ... (sound/core/pcm_native.c)