代码搜索:Because
找到约 10,000 项符合「Because」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5528128
c 920501-12.c
/* This test fails on HC11/HC12 when it is compiled without -mshort because
the stack arrays are too large. Force to use 16-bit ints for it. */
/* { dg-do assemble { xfail m6811-*-* m6812-*-* }
www.eeworm.com/read/162614/5528206
c 20020304-2.c
/* This testcase ICEd because a SUBREG of MEM/v was never
simplified. */
volatile unsigned long long *a;
unsigned char
foo (void)
{
unsigned char b = (*a != 0);
return b;
}
www.eeworm.com/read/162614/5529562
c empty.c
/* Yes, it's called "empty" because it has no contents at all.
Even this comment goes here, rather than in empty.h. */
#include "empty.h"
int main(void)
{
return 0;
}
www.eeworm.com/read/162614/5530207
c decl-5.c
/* PR c/14114 */
/* Origin: */
/* { dg-do compile } */
/* { dg-options "-O2 -g" } */
/* This used to fail because the compiler thought that the
declaration of 'c' from 'b' was sh
www.eeworm.com/read/162614/5530273
c 20020224-1.c
/* { dg-do compile } */
/* Here's the deal: f3 is not inlined because it's too big, but f2 and
f1 are inlined into it. We used to fail to emit debugging info for
t1, because it was moved insid
www.eeworm.com/read/162614/5531183
c mi1.c
/* Test "ignore redundant include" facility.
We must test with C and C++ comments, and null directives, outside
the guard conditional; also, we test guarding with #ifndef and #if
!defined.
www.eeworm.com/read/161121/5558782
h fc_log.h
/*
* Copyright (c) 2000-2001 LSI Logic Corporation. All rights reserved.
*
* NAME: fc_log.h
* SUMMARY: MPI IocLogInfo definitions for the SYMFC9xx chips
* DESCRIPTION: Con
www.eeworm.com/read/160303/5573357
setup
# shell file setting up environment for freeswan CVS access
# This is here, rather than in .profiles, because Henry has local access
# and doesn't want to duplicate this stuff.
PATH=$PATH:/sandel/bin
www.eeworm.com/read/160303/5575636
issue_crl
#!/bin/sh
#
# (c) 2003 Xelerance Corporation
# Ken Bantoft
# Because I never remember all of these options.
echo "Password is 'openswan'"
openssl ca -config ./openssl.cnf -gencrl
www.eeworm.com/read/158865/5593571
x-linux-aout
# It is defined in config/xm-linux.h.
# X_CFLAGS = -DPOSIX
# The following is needed when compiling stages 2 and 3 because gcc's
# limits.h must be picked up before /usr/include/limits.h. This is be