代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/210194/15204750
txt readme_src.txt
mpglib.dll (Win32) source (LGPL)
Version 0.92, November 2001
Adapted from mpglib by Martin Pesch
http://www.mpesch3.de
WHAT'S THIS
The mpglib.dll is a translation of mpg123's sim
www.eeworm.com/read/109941/15545009
txt readme.txt
mpglib.dll (Win32) with source (LGPL)
Version 0.92, November 2001
Adapted from mpglib by Martin Pesch
(http://www.rz.uni-frankfurt.de/~pesch)
WHAT'S THIS
The mpglib.dll is a tran
www.eeworm.com/read/105394/15668569
readme jiu.readme
The file "jiu.jar" is a custom build of the JIU library that only contains the classes used by JPluck. The class files have also been optimized for size by JArg.
Download the full version of JIU fr
www.eeworm.com/read/162614/5523134
tree extrafunc.tree
// { dg-do compile }
// { dg-options "-O2 -fdump-tree-optimized -Wunused-function" }
// Check to see that unused functions get removed at -O2 and
// above.
static int foo (int bar);
static int baz (in
www.eeworm.com/read/162614/5530329
c 20031106-2.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
extern void link_error (void);
/* Check for dead stores to a struct. */
struct s
{
char d;
int a, b;
double m;
};
v
www.eeworm.com/read/162614/5530535
c phi-opt-4.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
_Bool t();
_Bool t1();
_Bool f1()
{
return t() && t1();
}
/* There should be only one if, the outer one; the inner one
www.eeworm.com/read/162614/5530427
c phi-opt-2.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
_Bool f1(_Bool a, _Bool b)
{
if (a)
{
if (b)
return 1;
else
return 0;
}
return 0;
}
/* There
www.eeworm.com/read/162614/5530510
c phi-opt-1.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
int f(int a, int b, int c)
{
if (c == 0) goto temp;
if (a == 0)
return 0;
temp:
if (a == b)
return a;
return a;
}
www.eeworm.com/read/162614/5530645
c ssa-ccp-11.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
/* Test for CPROP across a DAG. */
int test111 (int param)
{
int a, b, c;
if (param) {
a = 3;
b = 2;
}
else
www.eeworm.com/read/188503/8534670
readme
AltiVec optimized library for MJPEG tools MPEG-1/2 Video Encoder
-----------------------------------------------------------------------------
TODO: Write instructions for developers.