代码搜索:bug

找到约 10,000 项符合「bug」的源代码

代码结果 10,000
www.eeworm.com/read/209559/4971791

h bug.h

#ifndef __ASM_SH_BUG_H #define __ASM_SH_BUG_H #include /* * Tell the user there is some problem. */ #define BUG() do { \ printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
www.eeworm.com/read/209559/4971976

h bug.h

#ifndef _PPC_BUG_H #define _PPC_BUG_H struct bug_entry { unsigned long bug_addr; int line; const char *file; const char *function; }; /* * If this bit is set in the line number it means that t
www.eeworm.com/read/209559/4972250

h bug.h

#ifndef __UM_BUG_H #define __UM_BUG_H #include #endif
www.eeworm.com/read/205824/5019088

c bug.c

/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS TCP/IP protocol driver * FILE: tcpip/bug.c * PURPOSE: Bugcheck * PROGRAMMERS: Art Yerkes * REVISI
www.eeworm.com/read/205824/5019095

h bug.h

#ifndef _TCPIP_BUG_H #define _TCPIP_BUG_H VOID TcpipBugCheck( ULONG BugCode ); #endif/*_TCPIP_BUG_H*/
www.eeworm.com/read/201377/5059327

java bug.java

package core; public class Bug { private String ID; // ID private String title; // 标题 private String content; // 描述 private String ownerID; // 属主 ID private String testerID;// 测试人员 ID
www.eeworm.com/read/195013/5122584

bug-hunting

[Sat Mar 2 10:32:33 PST 1996 KERNEL_BUG-HOWTO lm@sgi.com (Larry McVoy)] This is how to track down a bug if you know nothing about kernel hacking. It's a brute force approach but it works pretty we
www.eeworm.com/read/190666/5172185

t-bug

# Specify how to create the *.asm files MOVE_ASM = moveHI15x.asm moveQI16x.asm moveSI46x.asm moveSI64n.asm \ moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm \ moveDI96x.asm $(MOVE_AS
www.eeworm.com/read/190666/5178879

c bug.c

foo (a, b) { return a - 65536; }
www.eeworm.com/read/186388/5233596

t-bug

# Specify how to create the *.asm files MOVE_ASM = moveHI15x.asm moveQI16x.asm moveSI46x.asm moveSI64n.asm \ moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm \ moveDI96x.asm $(MOVE_AS