代码搜索:optimize

找到约 6,026 项符合「optimize」的源代码

代码结果 6,026
www.eeworm.com/read/238768/4609135

bc makefile.bc

# # Origional BC Makefile from Teun # # CC = bcc TLIB = tlib /0 /C # note: the -3 flag produces code for 386, 486, Pentium etc; omit it for 286s OPTIMIZE= -3 -O2 #WINDOWS
www.eeworm.com/read/233448/4681899

c abs.c

extern int inside_main; extern void abort (void); #ifdef __OPTIMIZE__ #define ABORT_INSIDE_MAIN do { if (inside_main) abort (); } while (0) #else #define ABORT_INSIDE_MAIN do { } while (0) #endif typ
www.eeworm.com/read/233448/4681907

c fprintf.c

#include #include extern int inside_main; int fprintf (FILE *fp, const char *string, ...) { va_list ap; int r; #ifdef __OPTIMIZE__ if (inside_main) abort(); #endif va
www.eeworm.com/read/233448/4681950

c complex-1-lib.c

extern int inside_main; extern void abort (void); #ifdef __OPTIMIZE__ #define ABORT_INSIDE_MAIN do { if (inside_main) abort (); } while (0) #else #define ABORT_INSIDE_MAIN do { } while (0) #endif sta
www.eeworm.com/read/233448/4683750

c old-style-asm-1.c

/* PR inline-asm/8832 */ /* { dg-do compile } */ /* { dg-options "-O2 -dP" } */ /* Verify that GCC doesn't optimize old style asm instructions. */ void foo(int v) { if (v) asm ("dummy1");
www.eeworm.com/read/213039/4932879

mpt bmakedll.mpt

// -*- MPC -*- // bmakedll.mpt,v 1.1 2004/02/05 14:00:22 elliott_c Exp conditional_include "bmakecommon" startup_obj = c0d32$(OBJ_EXT) Release { optimize = 1 defines =
www.eeworm.com/read/207991/4999417

h mal_scenario.h

#ifndef _MAL_SCENARIO_H #define _MAL_SCENARIO_H #include "mal_import.h" #define READER 0 #define PARSER 1 #define OPTIMIZE 2 #define SCHEDULER 3 #define ENGINE 4 #define INITCLIENT 5 #define EXIT
www.eeworm.com/read/203830/5038261

bc makefile.bc

# # Origional BC Makefile from Teun # # CC = bcc TLIB = tlib /0 /C # note: the -3 flag produces code for 386, 486, Pentium etc; omit it for 286s OPTIMIZE= -3 -O2 #WINDOWS
www.eeworm.com/read/186489/5231487

java xmlprocessor.java

package org.ephman.abra.tools; /** * try to "optimize" hehe using my own xml parser.. * * @author Paul M. Bethe * @version 0.0.3 * @date Dec 3, 2001 */ import org.ephman.xml.*; import java.io.*
www.eeworm.com/read/182103/5272344

cfg gcc-target-default.cfg

# # Shared compiler for all GNU tools configurations # # $Id: gcc-target-default.cfg,v 1.39 2002/11/18 00:43:21 joel Exp $ # ## # CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V are the values