代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/233448/4675846
c optimize2.c
// { dg-do run }
// { dg-options "-w" }
// Used to crash on the alpha with optimization.
extern "C" void abort (void);
struct Fix {
unsigned short l;
};
static inline void f (int len)
{
if (le
www.eeworm.com/read/190666/5172952
c optimize1.c
// Special g++ Options: -O2
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 18 May 2001
// Bug 2781. We forgot to copy addressabili
www.eeworm.com/read/190666/5173167
c optimize2.c
// Special g++ Options: -O2
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 26 May 2001
// Bug 2823. Inlineing the body of a thunk
www.eeworm.com/read/190666/5173195
c optimize4.c
// Build don't link:
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 24 Jul 2001
// Bug 3543. We forgot to resolve an OFFSET_REF
www.eeworm.com/read/190666/5173237
c optimize3.c
// Special g++ Options: -O2
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 29 May 2001
// Bug 2936. We ICE'd on tree inlining a fu
www.eeworm.com/read/190666/5175637
c optimize2.c
// Used to crash on the alpha with optimization.
// Special g++ Options: -w
extern "C" void abort (void);
struct Fix {
unsigned short l;
};
static inline void f (int len)
{
if (len > 65535)
www.eeworm.com/read/166734/5473497
h be_aas_optimize.h
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena sourc
www.eeworm.com/read/166734/5473508
c be_aas_optimize.c
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena sourc
www.eeworm.com/read/162614/5519612
c optimize1.c
// { dg-do run }
// { dg-options "-O2" }
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 18 May 2001
// Bug 2781. We forgot to cop
www.eeworm.com/read/162614/5519828
c optimize2.c
// { dg-do run }
// { dg-options "-O2" }
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 26 May 2001
// Bug 2823. Inlineing the bo