Home
last modified time | relevance | path

Searched refs:BEGIN (Results 1 – 26 of 26) sorted by relevance

/linux-4.1.27/arch/x86/lib/
Datomic64_386_32.S26 #define BEGIN(op) \ macro
47 BEGIN(read)
54 BEGIN(set)
61 BEGIN(xchg)
70 BEGIN(add)
77 BEGIN(add_return)
86 BEGIN(sub)
93 BEGIN(sub_return)
105 BEGIN(inc)
112 BEGIN(inc_return)
[all …]
/linux-4.1.27/tools/perf/util/
Dparse-events.l116 BEGIN(config);
118 BEGIN(event);
130 BEGIN(INITIAL); yyless(0);
136 BEGIN(INITIAL); yyless(0);
142 BEGIN(INITIAL); yyless(0);
155 "/" { BEGIN(INITIAL); return '/'; }
171 . { unput(*yytext); BEGIN(INITIAL); }
176 <<EOF>> { BEGIN(INITIAL); }
225 mem: { BEGIN(mem); return PE_PREFIX_MEM; }
232 "/" { BEGIN(config); return '/'; }
[all …]
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/
Daicasm_scan.l91 "/*" { BEGIN COMMENT; /* Enter comment eating state */ }
97 <COMMENT>"*"+"/" { BEGIN INITIAL; }
101 BEGIN CEXPR;
109 BEGIN INITIAL;
141 BEGIN STRING;
265 BEGIN INCLUDE;
270 <INCLUDE>[>] { BEGIN INITIAL; return yytext[0]; }
273 BEGIN INITIAL;
290 BEGIN MACRODEF;
303 BEGIN MACROBODY;
[all …]
Daicasm_macro_scan.l106 BEGIN INITIAL;
143 BEGIN ARGLIST;
/linux-4.1.27/scripts/kconfig/
Dzconf.l86 BEGIN(COMMAND);
91 BEGIN(COMMAND);
98 BEGIN(PARAM);
111 BEGIN(INITIAL);
128 BEGIN(STRING);
130 \n BEGIN(INITIAL); current_file->lineno++; return T_EOL;
146 BEGIN(INITIAL);
Dzconf.lex.c143 #define BEGIN (yy_start) = 1 + 2 * macro
1074 BEGIN(COMMAND);
1081 BEGIN(COMMAND);
1089 BEGIN(PARAM);
1109 BEGIN(INITIAL);
1148 BEGIN(STRING);
1154 BEGIN(INITIAL); current_file->lineno++; return T_EOL;
1188 BEGIN(INITIAL);
1232 BEGIN(PARAM);
1245 BEGIN(INITIAL);
[all …]
Dzconf.lex.c_shipped141 * definition of BEGIN.
143 #define BEGIN (yy_start) = 1 + 2 *
146 * to BEGIN to return to the state. The YYSTATE alias is for lex
1074 BEGIN(COMMAND);
1081 BEGIN(COMMAND);
1089 BEGIN(PARAM);
1109 BEGIN(INITIAL);
1148 BEGIN(STRING);
1154 BEGIN(INITIAL); current_file->lineno++; return T_EOL;
1188 BEGIN(INITIAL);
[all …]
/linux-4.1.27/scripts/dtc/
Ddtc-lexer.l130 BEGIN(PROPNODENAME);
137 BEGIN(PROPNODENAME);
217 BEGIN(BYTESTRING);
222 BEGIN(PROPNODENAME);
Ddtc-lexer.lex.c_shipped124 * definition of BEGIN.
126 #define BEGIN (yy_start) = 1 + 2 *
129 * to BEGIN to return to the state. The YYSTATE alias is for lex
659 BEGIN(V1); \
1029 BEGIN(PROPNODENAME);
1039 BEGIN(PROPNODENAME);
1195 BEGIN(BYTESTRING);
1200 BEGIN(PROPNODENAME);
/linux-4.1.27/Documentation/devicetree/bindings/
Dxilinx.txt36 (ip-core-name): the name of the ip block (given after the BEGIN
56 BEGIN opb_uartlite
103 BEGIN opb_ps2_dual_ref
150 BEGIN ppc405_virtex4
157 BEGIN opb_intc
165 BEGIN opb_uart16550
173 BEGIN plb_v34
178 BEGIN plb_bram_if_cntlr
186 BEGIN plb2opb_bridge
/linux-4.1.27/lib/raid6/
Dunroll.awk8 BEGIN {
/linux-4.1.27/arch/x86/tools/
Dchkobjdump.awk5 BEGIN {
Ddistill.awk9 BEGIN {
Dgen-insn-attr-x86.awk26 BEGIN {
/linux-4.1.27/arch/sh/tools/
Dgen-mach-types6 BEGIN { nr = 0 }
/linux-4.1.27/arch/arm/tools/
Dgen-mach-types5 BEGIN { nr = 0 }
/linux-4.1.27/net/wireless/
Dgenregdb.awk22 BEGIN {
/linux-4.1.27/Documentation/arm/Samsung/
Dclksrc-change-registers.awk60 BEGIN {
/linux-4.1.27/Documentation/isdn/
DHiSax.cert1 -----BEGIN PGP SIGNED MESSAGE-----
87 -----BEGIN PGP SIGNATURE-----
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dilsp.S109 # PROLOGUE BEGIN ########################################################
124 # PROLOGUE BEGIN ########################################################
511 # PROLOGUE BEGIN ########################################################
595 # EPILOGUE BEGIN ########################################################
622 # PROLOGUE BEGIN ########################################################
/linux-4.1.27/Documentation/laptops/
Dlaptop-mode.txt236 --------------------CONFIG FILE BEGIN-------------------------------------------
321 --------------------CONTROL SCRIPT BEGIN----------------------------------------
704 -----------------/etc/acpi/events/ac_adapter BEGIN------------------------------
710 -----------------/etc/acpi/events/battery BEGIN---------------------------------
716 ----------------/etc/acpi/actions/ac.sh BEGIN-----------------------------------
736 ---------------------------/etc/acpi/actions/battery.sh BEGIN-------------------
/linux-4.1.27/Documentation/
Dlocal_ops.txt122 --- BEGIN ---
/linux-4.1.27/drivers/staging/dgap/
Ddgap.h329 #define BEGIN 1 macro
Ddgap.c248 { BEGIN, "config_begin" },
646 while ((rc = dgap_gettok(in)) != BEGIN) { in dgap_parsefile()
665 case BEGIN: /* should only be 1 begin */ in dgap_parsefile()
/linux-4.1.27/scripts/genksyms/
Dlex.lex.c_shipped122 * definition of BEGIN.
124 #define BEGIN (yy_start) = 1 + 2 *
127 * to BEGIN to return to the state. The YYSTATE alias is for lex
/linux-4.1.27/scripts/
Dasn1_compiler.c215 _(BEGIN),