代码搜索:contributed

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

代码结果 10,000
www.eeworm.com/read/162614/5526636

c 20021219-1.c

/* PR optimization/8988 */ /* Contributed by Kevin Easton */ void foo(char *p1, char **p2) {} int main(void) { char str[] = "foo { xx }"; char *ptr = str + 5; foo(ptr, &ptr); while (*ptr
www.eeworm.com/read/162614/5526971

c 20030718-1.c

/* PR c/10320 The function temp was not being emitted in a prerelease of 3.4 20030406. Contributed by pinskia@physics.uc.edu */ static inline void temp(); int main() { temp();
www.eeworm.com/read/162614/5527424

c 20010106-1.c

/* Copyright 2001 Free Software Foundation Contributed by Alexandre Oliva */ int f(int i) { switch (i) { case -2: return 33; case -1: return 0; case
www.eeworm.com/read/162614/5527541

c 20000528-1.c

/* Copyright (C) 2000 Free Software Foundation */ /* Contributed by Alexandre Oliva */ unsigned long l = (unsigned long)-2; unsigned short s; int main () { long t = l; s =
www.eeworm.com/read/162614/5528130

c 20030604-1.c

/* PR optimization/10876 */ /* Contributed by Christian Ehrhardt */ /* Verify that the SPARC port doesn't emit (minus) (reg) (const_int) insns. */ void f(void) { unsigned int butterfly, block,
www.eeworm.com/read/162614/5528177

c 20021119-1.c

/* PR c/8588 */ /* Contributed by Volker Reichelt. */ /* Verify that GCC converts integer constants in shift operations. */ void foo() { unsigned int i, j; j = (i >> 0xf0); }
www.eeworm.com/read/162614/5528203

c 20021124-1.c

/* PR optimization/8275 */ /* Contributed by Volker Reichelt. */ unsigned int foo (unsigned int u) { return (u >> 32) & 0xffff; }
www.eeworm.com/read/162614/5528233

c 20021120-2.c

/* PR c/8518 */ /* Contributed by Volker Reichelt. */ /* Verify that GCC doesn't get confused by the redefinition of an extern inline function. */ extern int inline foo () { return 0; } extern in
www.eeworm.com/read/162614/5528291

c 20000827-1.c

/* Copyright (C) 2000 Free Software Foundation */ /* Contributed by Alexandre Oliva */ int foo () { while (1) { int a; char b; /* gcse should not merge
www.eeworm.com/read/162614/5528439

c 20030206-1.c

/* PR c/9530 */ /* Contributed by Volker Reichelt. */ /* Verify that the call to 'foo' is not turned into a sibling call. */ void foo(float d); float bar(float d); float baz(float d) { foo(b