代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/131315/5935831
sh hp9000_800.sh
libswanted=`echo $libswanted | sed -e 's/malloc //' -e 's/BSD //`
eval_cflags='optimize=+O1'
teval_cflags=$eval_cflags
www.eeworm.com/read/124347/6051509
s strlen.s
.file "strlen.S"
.section .text
.global _strlen
.type _strlen,@function
_strlen:
movm [d2,d3,a2,a3],(sp)
mov d0,a0
mov a0,a2
#ifndef __OPTIMIZE_SIZE__
btst 3,d0
bne .L21
mov (a0),d0
mov -
www.eeworm.com/read/124347/6051526
c memmove.c
#if defined __thumb__
#include "../../string/memmove.c"
#else
#include
#include "xscale.h"
static inline void *
do_memcpy (void *dst0, const void *src0, size_t len)
{
int dummy;
asm
www.eeworm.com/read/124347/6051530
c memcpy.c
#if defined __thumb__
#include "../../string/memcpy.c"
#else
#include
#include "xscale.h"
void *
memcpy (void *dst0, const void *src0, size_t len)
{
int dummy;
asm volatile (
#ifnde
www.eeworm.com/read/124347/6051717
s memmove.s
/*
* ====================================================
* Copyright (C) 1998 by Cygnus Solutions. All rights reserved.
*
* Permission to use, copy, modify, and distribute this
* software is fre
www.eeworm.com/read/124347/6051731
s memset.s
/*
* ====================================================
* Copyright (C) 1998 by Cygnus Solutions. All rights reserved.
*
* Permission to use, copy, modify, and distribute this
* software is fre
www.eeworm.com/read/124347/6051734
s memcpy.s
/*
* ====================================================
* Copyright (C) 1998 by Cygnus Solutions. All rights reserved.
*
* Permission to use, copy, modify, and distribute this
* software is fre
www.eeworm.com/read/130408/6288941
makefile
SOURCE.idl = POS.idl \
Store.idl \
Central.idl \
PNS.idl
SOURCE.C = POS.C \
Store.C \
Central.C \
PNS.C
SOURCE.o = POS.o \
Store.o \
Central.o \
PNS.o
# ------------------------------------
www.eeworm.com/read/487392/6510999
ini u51.ini
[U51]
Optimize=2
[LastFile]
FileName=D:\C51编程园地\c51教程\down\EXEC061.HEX
www.eeworm.com/read/484624/6580744
h8c intprg.h8c
-cpu=300L
-message
-change_message=warning
-object="C:\WorkSpace\EEPROM\EEPROM\debug\intprg.obj"
-debug
-nolist
-optimize=0
-chgincpath
"C:\WorkSpace\EEPROM\EEPROM\intprg.c"
-lang=c
-nologo