Searched refs:COMMENT (Results 1 – 15 of 15) sorted by relevance
25 COMMENT("This is a comment."); in main()31 COMMENT("Hexagon pt_regs definitions"); in main()63 COMMENT("Hexagon thread_info definitions"); in main()70 COMMENT("Hexagon hexagon_switch_stack definitions"); in main()83 COMMENT("Hexagon task_struct definitions"); in main()87 COMMENT("Hexagon thread_struct definitions"); in main()
18 COMMENT("LoongArch pt_regs offsets."); in output_ptreg_defines()65 COMMENT("LoongArch task_struct offsets."); in output_task_defines()80 COMMENT("LoongArch thread_info offsets."); in output_thread_info_defines()96 COMMENT("LoongArch specific thread_struct offsets."); in output_thread_defines()179 COMMENT("Size of struct page"); in output_mm_defines()182 COMMENT("Linux mm_struct offsets."); in output_mm_defines()211 COMMENT("Linux sigcontext offsets."); in output_sc_defines()219 COMMENT("Linux signal numbers."); in output_signal_defines()257 COMMENT("Linux smp cpu boot offsets."); in output_smpboot_defines()267 COMMENT(" Linux struct pbe offsets. "); in output_pbe_defines()
28 COMMENT("MIPS pt_regs offsets."); in output_ptreg_defines()80 COMMENT("MIPS task_struct offsets."); in output_task_defines()94 COMMENT("MIPS thread_info offsets."); in output_thread_info_defines()181 COMMENT("Size of struct page"); in output_mm_defines()184 COMMENT("Linux mm_struct offsets."); in output_mm_defines()215 COMMENT("Linux sigcontext offsets."); in output_sc_defines()237 COMMENT("Linux sigcontext offsets."); in output_sc_defines()250 COMMENT("Linux signal numbers."); in output_signal_defined()317 COMMENT(" Linux struct pbe offsets. "); in output_pbe_defines()329 COMMENT(" PM offsets. "); in output_pm_defines()[all …]
75 %x COMMENT87 "/*" { BEGIN COMMENT; /* Enter comment eating state */ } variable88 <COMMENT>"/*" { fprintf(stderr, "Warning! Comment within comment."); }89 <COMMENT>\n { ++yylineno; }90 <COMMENT>[^*/\n]* ;91 <COMMENT>"*"+[^*/\n]* ;92 <COMMENT>"/"+[^*/\n]* ;93 <COMMENT>"*"+"/" { BEGIN INITIAL; }
30 #define COMMENT 0x10 macro52 if ((flags & COMMENT) != 0) in gunzip()
9 COMMENT("Linux system call numbers."); in syscall_defines()
13 #define COMMENT(x) \ macro
31 COMMENT, enumerator93 return COMMENT; in brcmf_nvram_handle_idle()97 return COMMENT; in brcmf_nvram_handle_idle()119 st = COMMENT; in brcmf_nvram_handle_key()131 st = COMMENT; in brcmf_nvram_handle_key()135 return COMMENT; in brcmf_nvram_handle_key()
25 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
14 COMMENT(#val " / sizeof(unsigned long)"); \
57 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
48 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
236 <*>{COMMENT}+ /* eat C-style comments */
1187 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro1253 if ((flags & COMMENT) != 0) { in gunzip()
176 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro249 if (buf[3] & COMMENT) { in decompress_exec()
Completed in 21 milliseconds