代码搜索:optimize

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

代码结果 6,026
www.eeworm.com/read/196482/5102354

pup makefile.pup

# Amiga powerUP (TM) Makefile # makefile for libpng and SAS C V6.58/7.00 PPC compiler # Copyright (C) 1998 by Andreas R. Kleinert LIBNAME = libzip.a CC = scppc CFLAGS = NOSTKCHK NOSINT OPTIMIZE OPTG
www.eeworm.com/read/192559/5152871

blt mqaafont.blt

//#pragma optimize("", off) #ifdef AAFONT_ON #if 0 SCODE MQGC::AAFontBlt8( GPEBltParms *pBltParms ) { RETURN_AAFONT8; } #endif #if defined( CHECK_8BPP ) || defined( CHECK_16BPP ) SCODE M
www.eeworm.com/read/192559/5154462

blt mqaafont.blt

//#pragma optimize("", off) #ifdef AAFONT_ON #if 0 SCODE MQGC::AAFontBlt8( GPEBltParms *pBltParms ) { RETURN_AAFONT8; } #endif #if defined( CHECK_8BPP ) || defined( CHECK_16BPP ) SCODE M
www.eeworm.com/read/190666/5179133

c 20000922-1.c

extern void doit(int); void quick_doit(int x) { #ifdef __OPTIMIZE__ if (__builtin_constant_p (x) && x != 0) asm volatile ("%0" : : "i#*X"(x)); else #endif doit(x); }
www.eeworm.com/read/166734/5473495

mak linux-i386.mak

# # Makefile for Gladiator Bot library: gladiator.so # Intended for gcc/Linux # ARCH=i386 CC=gcc BASE_CFLAGS=-Dstricmp=strcasecmp #use these cflags to optimize it CFLAGS=$(BASE_CFLAGS) -m4
www.eeworm.com/read/340665/3279912

c 20000922-1.c

extern void doit(int); void quick_doit(int x) { #ifdef __OPTIMIZE__ if (__builtin_constant_p (x) && x != 0) asm volatile ("%0" : : "i#*X"(x)); else #endif doit(x); }
www.eeworm.com/read/334125/3372573

doxyfile

PROJECT_NAME = REGISTRY OUTPUT_DIRECTORY = apidocs BRIEF_MEMBER_DESC = YES REPEAT_BRIEF = YES OPTIMIZE_OUTPUT_FOR_C = YES SORT_MEMBER_DOCS = YES SORT_BRIEF_DOCS
www.eeworm.com/read/304657/3786773

pup makefile.pup

# Amiga powerUP (TM) Makefile # makefile for libpng and SAS C V6.58/7.00 PPC compiler # Copyright (C) 1998 by Andreas R. Kleinert LIBNAME = libzip.a CC = scppc CFLAGS = NOSTKCHK NOSINT OPTIMIZE OPTG
www.eeworm.com/read/283069/4086893

pup makefile.pup

# Amiga powerUP (TM) Makefile # makefile for libpng and SAS C V6.58/7.00 PPC compiler # Copyright (C) 1998 by Andreas R. Kleinert LIBNAME = libzip.a CC = scppc CFLAGS = NOSTKCHK NOSINT OPTIMIZE OPTG
www.eeworm.com/read/440906/1781554

c 20000922-1.c

extern void doit(int); void quick_doit(int x) { #ifdef __OPTIMIZE__ if (__builtin_constant_p (x) && x != 0) asm volatile ("%0" : : "i#*X"(x)); else #endif doit(x); }