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()
21 COMMENT("LoongArch pt_regs offsets."); in output_ptreg_defines()68 COMMENT("LoongArch task_struct offsets."); in output_task_defines()83 COMMENT("LoongArch thread_info offsets."); in output_thread_info_defines()186 COMMENT("Size of struct page"); in output_mm_defines()189 COMMENT("Linux mm_struct offsets."); in output_mm_defines()218 COMMENT("Linux sigcontext offsets."); in output_sc_defines()226 COMMENT("Linux signal numbers."); in output_signal_defines()264 COMMENT("Linux smp cpu boot offsets."); in output_smpboot_defines()274 COMMENT("Linux struct pbe offsets."); in output_pbe_defines()285 COMMENT("KVM/LoongArch Specific offsets."); in output_kvm_defines()[all …]
29 COMMENT("MIPS pt_regs offsets."); in output_ptreg_defines()88 COMMENT("MIPS task_struct offsets."); in output_task_defines()103 COMMENT("MIPS thread_info offsets."); in output_thread_info_defines()194 COMMENT("Size of struct page"); in output_mm_defines()197 COMMENT("Linux mm_struct offsets."); in output_mm_defines()229 COMMENT("Linux sigcontext offsets."); in output_sc_defines()252 COMMENT("Linux sigcontext offsets."); in output_sc_defines()266 COMMENT("Linux signal numbers."); in output_signal_defined()338 COMMENT(" Linux struct pbe offsets. "); in output_pbe_defines()351 COMMENT(" PM offsets. "); in output_pm_defines()[all …]
78 %x COMMENT90 "/*" { BEGIN COMMENT; /* Enter comment eating state */ } variable91 <COMMENT>"/*" { fprintf(stderr, "Warning! Comment within comment."); }92 <COMMENT>\n { ++yylineno; }93 <COMMENT>[^*/\n]* ;94 <COMMENT>"*"+[^*/\n]* ;95 <COMMENT>"/"+[^*/\n]* ;96 <COMMENT>"*"+"/" { BEGIN INITIAL; }
31 #define COMMENT 0x10 macro53 if ((flags & COMMENT) != 0) in gunzip()
13 #define COMMENT(x) \ macro
12 COMMENT("Linux system call numbers."); in syscall_defines()
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()
178 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro251 if (buf[3] & COMMENT) { in decompress_exec()