Home
last modified time | relevance | path

Searched refs:COMMENT (Results 1 – 16 of 16) sorted by relevance

/linux-3.4.99/arch/hexagon/kernel/
Dasm-offsets.c39 COMMENT("This is a comment."); in main()
45 COMMENT("Hexagon pt_regs definitions"); in main()
76 COMMENT("Hexagon thread_info definitions"); in main()
83 COMMENT("Hexagon hexagon_switch_stack definitions"); in main()
96 COMMENT("Hexagon task_struct definitions"); in main()
100 COMMENT("Hexagon thread_struct definitions"); in main()
/linux-3.4.99/arch/mips/kernel/
Dasm-offsets.c23 COMMENT("MIPS pt_regs offsets."); in output_ptreg_defines()
78 COMMENT("MIPS task_struct offsets."); in output_task_defines()
90 COMMENT("MIPS thread_info offsets."); in output_thread_info_defines()
107 COMMENT("MIPS specific thread_struct offsets."); in output_thread_defines()
177 COMMENT("Size of struct page"); in output_mm_defines()
180 COMMENT("Linux mm_struct offsets."); in output_mm_defines()
213 COMMENT("Linux sigcontext offsets."); in output_sc_defines()
235 COMMENT("Linux sigcontext offsets."); in output_sc_defines()
249 COMMENT("Linux 32-bit sigcontext offsets."); in output_sc32_defines()
259 COMMENT("Linux signal numbers."); in output_signal_defined()
[all …]
/linux-3.4.99/arch/score/kernel/
Dasm-offsets.c35 COMMENT("SCORE pt_regs offsets."); in output_ptreg_defines()
89 COMMENT("SCORE task_struct offsets."); in output_task_defines()
101 COMMENT("SCORE thread_info offsets."); in output_thread_info_defines()
118 COMMENT("SCORE specific thread_struct offsets."); in output_thread_defines()
144 COMMENT("Size of struct page"); in output_mm_defines()
147 COMMENT("Linux mm_struct offsets."); in output_mm_defines()
170 COMMENT("Linux sigcontext offsets."); in output_sc_defines()
183 COMMENT("Linux signal numbers."); in output_signal_defined()
/linux-3.4.99/drivers/scsi/aic7xxx/aicasm/
Daicasm_scan.l79 %x COMMENT
91 "/*" { BEGIN COMMENT; /* Enter comment eating state */ } variable
92 <COMMENT>"/*" { fprintf(stderr, "Warning! Comment within comment."); }
93 <COMMENT>\n { ++yylineno; }
94 <COMMENT>[^*/\n]* ;
95 <COMMENT>"*"+[^*/\n]* ;
96 <COMMENT>"/"+[^*/\n]* ;
97 <COMMENT>"*"+"/" { BEGIN INITIAL; }
/linux-3.4.99/arch/xtensa/boot/lib/
Dzmem.c29 #define COMMENT 0x10 macro
51 if ((flags & COMMENT) != 0) in gunzip()
/linux-3.4.99/arch/powerpc/boot/
Dgunzip_util.c20 #define COMMENT 0x10 macro
68 if ((flags & COMMENT) != 0) in gunzip_start()
/linux-3.4.99/scripts/dtc/
Ddtc-lexer.l33 COMMENT "/*"([^*]|\*+[^*/])*\*+"/"
150 <*>{COMMENT}+ /* eat C-style comments */
/linux-3.4.99/include/linux/
Dkbuild.h12 #define COMMENT(x) \ macro
/linux-3.4.99/lib/zlib_inflate/
Dinflate.h23 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
/linux-3.4.99/arch/alpha/boot/
Dmisc.c56 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
/linux-3.4.99/arch/h8300/boot/compressed/
Dmisc.c44 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
/linux-3.4.99/arch/cris/boot/compressed/
Dmisc.c69 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
/linux-3.4.99/arch/mn10300/boot/compressed/
Dmisc.c100 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
/linux-3.4.99/lib/
Dinflate.c1186 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
1252 if ((flags & COMMENT) != 0) { in gunzip()
/linux-3.4.99/fs/
Dbinfmt_flat.c177 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
258 if (buf[3] & COMMENT) { in decompress_exec()
/linux-3.4.99/Documentation/
Dmemory-barriers.txt2054 CPU 1 CPU 2 COMMENT
2068 CPU 1 CPU 2 COMMENT
2079 CPU 1 CPU 2 COMMENT
2104 CPU 1 CPU 2 COMMENT