代码搜索:optimize

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

代码结果 6,026
www.eeworm.com/read/124347/6051498

s memcmp.s

.file "memcmp.S" .section .text .global _memcmp .type _memcmp,@function _memcmp: movm [d2,d3,a2,a3],(sp) mov d0,a0 mov d1,a1 mov (28,sp),a2 #ifndef __OPTIMIZE_SIZE__ cmp 3,a2 bls .L22 mov
www.eeworm.com/read/124347/6051500

s strcmp.s

.file "strcmp.S" .section .text .global _strcmp .type _strcmp,@function _strcmp: movm [d2,d3,a2,a3],(sp) mov d0,a0 mov d1,a1 #ifndef __OPTIMIZE_SIZE__ or d1,d0 btst 3,d0 bne .L11 mov (a0)
www.eeworm.com/read/124347/6051505

s memcpy.s

.file "memcpy.S" .section .text .global _memcpy .type _memcpy,@function _memcpy: movm [d2,d3,a2,a3],(sp) mov d0,d2 mov d1,a0 mov d2,a1 mov (28,sp),d1 #ifndef __OPTIMIZE_SIZE__ mov a0,d0 o
www.eeworm.com/read/264910/11294864

prj memory.prj

# Standard Project file created by RVDEBUG. Do not hand edit unless # you know what you are doing. Use the Settings Window # Copyright (c) 2002 - ARM Ltd $sARM_C22.stp [PROJECT] author_=USB00423
www.eeworm.com/read/339239/12248035

hpp exm110633_1.hpp

// // MATLAB Compiler: 2.2 // Date: Tue Jun 25 10:54:11 2002 // Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on" // "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/339239/12248339

h comet3.h

/* * MATLAB Compiler: 2.2 * Date: Tue Jun 25 10:53:59 2002 * Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on" * "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/339239/12248404

hpp comet3.hpp

// // MATLAB Compiler: 2.2 // Date: Tue Jun 25 10:54:11 2002 // Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on" // "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/128219/14310881

hpp test1.hpp

// // MATLAB Compiler: 3.0 // Date: Wed Dec 15 15:33:40 2004 // Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on" // "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/218622/14912142

prj lowpower.prj

# Standard Project file created by RVDEBUG. Do not hand edit unless # you know what you are doing. Use the Settings Window # Copyright (c) 2002 - ARM Ltd $sARM_C2.stp [PROJECT] author_=slim_jall
www.eeworm.com/read/115227/15020473

in makefile.in

SHELL = /bin/sh # Compiler and compiler/preprocessor flags CC = @CC@ OPTIMIZE = @OPTIMIZE@ EXTRA_CFLAGS = @EXTRA_CFLAGS@ INCLUDE_DIRS = -I.. @INCLUDE_DIRS@ DEFINES = @