代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/192559/5154453
blt mqutils.blt
#ifndef __MQUTILS_H_
#define __MQUTILS_H_
#pragma optimize("", off)
#ifdef CHECK_GE_NOTBUSY
void
MQGC::WaitGENotBusy()
{
while( 1 )
{
if ( !(cpuREAD(DRAW_STATUS) & GE_BUSY) )
ret
www.eeworm.com/read/177477/5325449
conf doxyfile.conf
# Doxyfile 1.0.0 format
#
@INCLUDE = "../docs/Doxyfile.version"
@INCLUDE = "../docs/Doxyfile.aliases"
OUTPUT_LANGUAGE = English
DETAILS_AT_TOP = YES
OPTIMIZE_OUTPUT_FOR_C = YES
SHOW_USED
www.eeworm.com/read/173589/5369994
ppc smakefile.ppc
# Amiga powerUP (TM) Makefile
# makefile for libpng and SAS C V6.58/7.00 PPC compiler
# Copyright (C) 1998 by Andreas R. Kleinert
CC = scppc
CFLAGS = NOSTKCHK NOSINT OPTIMIZE OPTGO OPTPE
www.eeworm.com/read/173390/5372619
tcl _cpldfit.tcl
set _rspFileHandle [open _cpldfit.rsp w]
puts $_rspFileHandle "-p xc9572-7-PC44"
puts $_rspFileHandle "-optimize speed"
puts $_rspFileHandle "-loc on"
puts $_rspFileHandle "-slew fast"
puts $_rsp
www.eeworm.com/read/173390/5372651
tcl _cpldfit.tcl
set _rspFileHandle [open _cpldfit.rsp w]
puts $_rspFileHandle "-p xc9536-5-PC44"
puts $_rspFileHandle "-optimize speed"
puts $_rspFileHandle "-loc on"
puts $_rspFileHandle "-slew fast"
puts $_rsp
www.eeworm.com/read/173390/5372681
tcl _cpldfit.tcl
set _rspFileHandle [open _cpldfit.rsp w]
puts $_rspFileHandle "-p xc9572-7-PC44"
puts $_rspFileHandle "-optimize speed"
puts $_rspFileHandle "-loc on"
puts $_rspFileHandle "-slew fast"
puts $_rsp
www.eeworm.com/read/166734/5473643
mak linux-i386.mak
#
# Makefile for the BSPC tool for the Gladiator Bot
# 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/164348/5494809
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
CC = scppc
CFLAGS = NOSTKCHK NOSINT OPTIMIZE OPTGO OPTPE
www.eeworm.com/read/334125/3372817
doxyfile
PROJECT_NAME = LDB
OUTPUT_DIRECTORY = apidocs
REPEAT_BRIEF = YES
OPTIMIZE_OUTPUT_FOR_C = YES
SORT_MEMBER_DOCS = YES
SORT_BRIEF_DOCS = NO
GENERATE_TODOLIST
www.eeworm.com/read/317148/3583027
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
CC = scppc
CFLAGS = NOSTKCHK NOSINT OPTIMIZE OPTGO OPTPE