| /OK3568_Linux_fs/kernel/arch/hexagon/kernel/ |
| H A D | asm-offsets.c | 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()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | asm-offsets.c | 28 COMMENT("MIPS pt_regs offsets."); in output_ptreg_defines() 80 COMMENT("MIPS task_struct offsets."); in output_task_defines() 95 COMMENT("MIPS thread_info offsets."); in output_thread_info_defines() 112 COMMENT("MIPS specific thread_struct offsets."); in output_thread_defines() 183 COMMENT("Size of struct page"); in output_mm_defines() 186 COMMENT("Linux mm_struct offsets."); in output_mm_defines() 222 COMMENT("Linux sigcontext offsets."); in output_sc_defines() 244 COMMENT("Linux sigcontext offsets."); in output_sc_defines() 257 COMMENT("Linux signal numbers."); in output_signal_defined() 296 COMMENT("Octeon specific octeon_cop2_state offsets."); in output_octeon_cop2_state_defines() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm_scan.l | 75 %x COMMENT 87 "/*" { BEGIN COMMENT; /* Enter comment eating state */ } variable 88 <COMMENT>"/*" { fprintf(stderr, "Warning! Comment within comment."); } 89 <COMMENT>\n { ++yylineno; } 90 <COMMENT>[^*/\n]* ; 91 <COMMENT>"*"+[^*/\n]* ; 92 <COMMENT>"/"+[^*/\n]* ; 93 <COMMENT>"*"+"/" { BEGIN INITIAL; }
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/gattlib/files/ |
| H A D | dbus-avoid-strange-chars-from-the-build-dir.patch | 31 COMMENT "Generate D-Bus 'org.bluez.Adapter1.xml'" 38 COMMENT "Generate D-Bus 'org.bluez.Device1.xml'" 45 COMMENT "Generate D-Bus 'org.bluez.GattService1.xml'" 52 COMMENT "Generate D-Bus 'org.bluez.GattCharacteristic1.xml'" 59 COMMENT "Generate D-Bus 'org.bluez.GattDescriptor1.xml'" 66 COMMENT "Generate D-Bus 'org.bluez.Battery1.xml'"
|
| /OK3568_Linux_fs/kernel/arch/xtensa/boot/lib/ |
| H A D | zmem.c | 30 #define COMMENT 0x10 macro 52 if ((flags & COMMENT) != 0) in gunzip()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | Module.c | 96 case COMMENT: in xf86parseModuleSubSection() 127 case COMMENT: in xf86parseModuleSection() 233 if ((token = xf86getToken(NULL)) == COMMENT) in xf86addNewLoadDirective()
|
| H A D | Vendor.c | 99 case COMMENT: in xf86parseVendorSubSection() 152 case COMMENT: in xf86parseVendorSection()
|
| H A D | Flags.c | 100 case COMMENT: in xf86parseFlagsSection() 441 if ((token = xf86getToken(NULL)) == COMMENT) in xf86parseOption() 449 if (token == COMMENT) in xf86parseOption()
|
| H A D | Video.c | 98 case COMMENT: in xf86parseVideoPortSubSection() 155 case COMMENT: in xf86parseVideoAdaptorSection()
|
| H A D | Extensions.c | 67 case COMMENT: in xf86parseExtensionsSection()
|
| H A D | DRI.c | 78 case COMMENT: in xf86parseDRISection()
|
| H A D | scan.c | 339 return COMMENT; in xf86getToken() 450 if (token == COMMENT) { in xf86getSubToken() 466 if (token == COMMENT) { in xf86getSubTokenWithTab()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | gunzip.c | 25 #define COMMENT 0x10 macro 62 if ((flags & COMMENT) != 0) in gzip_parse_header() 174 if ((flags & COMMENT) != 0) in gzwrite()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | firmware.c | 29 COMMENT, enumerator 89 return COMMENT; in brcmf_nvram_handle_idle() 93 return COMMENT; in brcmf_nvram_handle_idle() 115 st = COMMENT; in brcmf_nvram_handle_key() 127 return COMMENT; in brcmf_nvram_handle_key()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | syscall_nrs.c | 9 COMMENT("Linux system call numbers."); in syscall_defines()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kbuild.h | 13 #define COMMENT(x) \ macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | kbuild.h | 17 #define COMMENT(x) \ macro
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | misc_decompress.c | 14 #define COMMENT 0x10 macro 54 if ((flags & COMMENT) != 0) in misc_gzip_parse_header()
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | inflate.h | 28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
|
| /OK3568_Linux_fs/kernel/lib/zlib_inflate/ |
| H A D | inflate.h | 25 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | CMakeLists.txt | 221 COMMENT "Copying CXX header ${f}") 232 COMMENT "Copying CXX __config")
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | CMakeLists.txt | 221 COMMENT "Copying CXX header ${f}") 232 COMMENT "Copying CXX __config")
|
| /OK3568_Linux_fs/buildroot/utils/checkpackagelib/ |
| H A D | lib_mk.py | 24 COMMENT = re.compile(r"^\s*#") variable in Indent 64 if self.define and self.COMMENT.search(text):
|
| /OK3568_Linux_fs/u-boot/arch/mips/lib/ |
| H A D | asm-offsets.c | 20 COMMENT("MIPS pt_regs offsets."); in output_ptreg_defines()
|
| /OK3568_Linux_fs/kernel/arch/alpha/boot/ |
| H A D | misc.c | 57 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
|