代码搜索:bug
找到约 10,000 项符合「bug」的源代码
代码结果 10,000
www.eeworm.com/read/432906/1888707
h bug.h
#ifndef __IA64_BUG_H__
#define __IA64_BUG_H__
#define BUG() __bug(__FILE__, __LINE__)
#define WARN() __warn(__FILE__, __LINE__)
#endif /* __IA64_BUG_H__ */
www.eeworm.com/read/432906/1888846
h bug.h
#ifndef __POWERPC_BUG_H__
#define __POWERPC_BUG_H__
#define BUG() __bug(__FILE__, __LINE__)
#define WARN() __warn(__FILE__, __LINE__)
#endif /* __POWERPC_BUG_H__ */
www.eeworm.com/read/430518/1928017
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/427781/1966092
sql bug.sql
/****** Object: Table [dbo].[Bug] Script Date: 11/22/2007 21:34:27 ******/
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[Bug]') AND type in (N'U'))
DROP TABLE [dbo].
www.eeworm.com/read/411488/2187678
cpp bug.cpp
#include
#include
#include
#include
#include
struct compare
{
bool operator()(int* x, int* y)
{ return *x < *y; }
};
www.eeworm.com/read/409921/2222713
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/409921/2222720
h bug.h
#ifndef _TCPIP_BUG_H
#define _TCPIP_BUG_H
VOID TcpipBugCheck( ULONG BugCode );
#endif/*_TCPIP_BUG_H*/
www.eeworm.com/read/405279/2293823
test bug.test
TitleText: bug
Device: Postscript
"packets
1.003832000 0
1.003832000 0
1.216456000 0.01
1.216456000 0.01
1.217288000 0.02
1.222002667 0.02
1.429080000 0.03
1.429080000 0.03
1.429912000 0.04
1.43462666
www.eeworm.com/read/405279/2293846
test no_bug.test
TitleText: no_bug
Device: Postscript
"packets
1.003832000 0
1.003832000 0
1.216456000 0.01
1.216456000 0.01
1.217288000 0.02
1.222002667 0.02
1.429080000 0.03
1.429080000 0.03
1.429912000 0.04
1.43462
www.eeworm.com/read/398200/2384845
h bug.h
#ifndef __ASM_BUG_H__
#define __ASM_BUG_H__
#define BUG() do { diag_printf("BUG() at %s %d\n", __FILE__, __LINE__); *(int *)0=0; } while (0)
#endif /* __ASM_BUG_H__ */