代码搜索:bug
找到约 10,000 项符合「bug」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4682925
c bug11.c
#define DD 2410065408
unsigned
foo (d)
double d;
{
return d;
}
#if foobar
main ()
{
#if bar
unsigned u = DD;
double d = (double) u;
#else
double d = (double) DD;
#endif
printf ("%u =
www.eeworm.com/read/233448/4682946
c bug6.c
main()
{
unsigned long L;
double D;
D = L = -3;
printf("L=%lu, D=%g\n", L, D);
return 0;
}
www.eeworm.com/read/233448/4682960
c bug5.c
enum bar
{
one,
two
};
enum bar foo;
void bar()
{
switch (foo)
{
case one:
case two:
printf ("one to two\n");
break;
}
}
www.eeworm.com/read/233448/4685095
c bug-1.c
#include
#include
#include
#include
#define NPAGES 20
#define NSKIP 10
static vector float big[NPAGES*4096/16] = { {1,1,1,1} };
/* NPAGES pages worth. */
www.eeworm.com/read/233448/4685139
c bug-3.c
#include "harness.h"
static vector unsigned int value = { 9, 9, 9, 9 };
void varargsC2 (int p1, int p2, int p3, int p4, int p5, int p6, int p7,
int p8, vector unsigned int p9, int p10)
{
int i1;
www.eeworm.com/read/233448/4685151
c bug-2.c
#include "harness.h"
static vector unsigned char value =
{ 0x7c, 0x12, 0x1, 0xd5,
0xc3, 0x99, 0x21, 0xe2,
0x12, 0x57, 0xde, 0x6b,
0x39, 0x66, 0xa8, 0x87 };
void initn_c (int p1, int p2
www.eeworm.com/read/229812/4735601
y bug01.y
/*
Found in COMP.COMPILERS (AFS 13-feb-92)
Do a "yacc -vd botch.y", and look at the y.output file. If you see a
state which can shift "error", but has a default reduction, you have a
buggy yacc
www.eeworm.com/read/229812/4736994
esm bug31.esm
test_:
xor ax,ax
L$1:
nop
nop
nop
nop
nop
nop
nop
nop
nop
www.eeworm.com/read/229812/4736997
c bug31.c
#ifdef __cplusplus
extern "C" {
#endif
extern void jmp1( void );
#pragma aux jmp1 = \
" xor ax, ax " \
"l1: " \
" db 126 dup(90h)" \
"