Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/lib/
Datomic64_386_32.S25 #define BEGIN(op) \ macro
44 BEGIN(read)
51 BEGIN(set)
58 BEGIN(xchg)
67 BEGIN(add)
74 BEGIN(add_return)
83 BEGIN(sub)
90 BEGIN(sub_return)
102 BEGIN(inc)
109 BEGIN(inc_return)
[all …]
/linux-4.4.14/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.4.14/tools/perf/util/
Dparse-events.l139 BEGIN(config);
141 BEGIN(event);
159 BEGIN(INITIAL);
167 BEGIN(INITIAL);
173 BEGIN(INITIAL);
197 "/" { BEGIN(INITIAL); return '/'; }
213 . { unput(*yytext); BEGIN(INITIAL); }
218 <<EOF>> { BEGIN(INITIAL); }
267 mem: { BEGIN(mem); return PE_PREFIX_MEM; }
276 "/" { BEGIN(config); return '/'; }
[all …]
/linux-4.4.14/scripts/kconfig/
Dzconf.l93 BEGIN(COMMAND);
98 BEGIN(COMMAND);
105 BEGIN(PARAM);
118 BEGIN(INITIAL);
139 BEGIN(STRING);
141 \n BEGIN(INITIAL); current_file->lineno++; return T_EOL;
157 BEGIN(INITIAL);
Dzconf.lex.c144 #define BEGIN (yy_start) = 1 + 2 * macro
1111 BEGIN(COMMAND);
1118 BEGIN(COMMAND);
1126 BEGIN(PARAM);
1146 BEGIN(INITIAL);
1201 BEGIN(STRING);
1207 BEGIN(INITIAL); current_file->lineno++; return T_EOL;
1241 BEGIN(INITIAL);
1285 BEGIN(PARAM);
1298 BEGIN(INITIAL);
[all …]
Dzconf.lex.c_shipped142 * definition of BEGIN.
144 #define BEGIN (yy_start) = 1 + 2 *
147 * to BEGIN to return to the state. The YYSTATE alias is for lex
1111 BEGIN(COMMAND);
1118 BEGIN(COMMAND);
1126 BEGIN(PARAM);
1146 BEGIN(INITIAL);
1201 BEGIN(STRING);
1207 BEGIN(INITIAL); current_file->lineno++; return T_EOL;
1241 BEGIN(INITIAL);
[all …]
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.l131 BEGIN(PROPNODENAME);
138 BEGIN(PROPNODENAME);
245 BEGIN(BYTESTRING);
250 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
660 BEGIN(V1); \
1030 BEGIN(PROPNODENAME);
1040 BEGIN(PROPNODENAME);
1223 BEGIN(BYTESTRING);
1228 BEGIN(PROPNODENAME);
/linux-4.4.14/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.4.14/lib/raid6/
Dunroll.awk8 BEGIN {
/linux-4.4.14/arch/x86/tools/
Dchkobjdump.awk5 BEGIN {
Ddistill.awk9 BEGIN {
Dgen-insn-attr-x86.awk26 BEGIN {
/linux-4.4.14/arch/sh/tools/
Dgen-mach-types6 BEGIN { nr = 0 }
/linux-4.4.14/tools/perf/arch/x86/tests/
Dgen-insn-x86-dat.awk14 BEGIN {
/linux-4.4.14/arch/arm/tools/
Dgen-mach-types5 BEGIN { nr = 0 }
/linux-4.4.14/net/wireless/
Dgenregdb.awk22 BEGIN {
/linux-4.4.14/Documentation/arm/Samsung/
Dclksrc-change-registers.awk60 BEGIN {
/linux-4.4.14/Documentation/isdn/
DHiSax.cert1 -----BEGIN PGP SIGNED MESSAGE-----
87 -----BEGIN PGP SIGNATURE-----
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dilsp.S109 # PROLOGUE BEGIN ########################################################
124 # PROLOGUE BEGIN ########################################################
511 # PROLOGUE BEGIN ########################################################
595 # EPILOGUE BEGIN ########################################################
622 # PROLOGUE BEGIN ########################################################
/linux-4.4.14/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.4.14/tools/perf/util/intel-pt-decoder/
Dgen-insn-attr-x86.awk26 BEGIN {
/linux-4.4.14/arch/arc/lib/
Dmemcpy-archs.S59 ;; LOOP BEGIN
/linux-4.4.14/drivers/staging/dgap/
Ddgap.h329 #define BEGIN 1 macro
Ddgap.c248 { BEGIN, "config_begin" },
610 while ((rc = dgap_gettok(in)) != BEGIN) { in dgap_parsefile()
629 case BEGIN: /* should only be 1 begin */ in dgap_parsefile()
/linux-4.4.14/Documentation/
Dlocal_ops.txt122 --- BEGIN ---
/linux-4.4.14/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.4.14/scripts/
Dasn1_compiler.c216 _(BEGIN),