代码搜索:optimize

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

代码结果 6,026
www.eeworm.com/read/310709/3692182

h xe1205debug.h

uint8_t var; uint16_t lasterr; void xe1205error(uint8_t loc, uint8_t value_) __attribute__ ((noinline)) { // this is just to make sure the compiler doesn't optimize // out calls to this functio
www.eeworm.com/read/447738/1695185

d b-fixo2.d

#source: b-twoinsn.s #source: b-fixo2.s #source: b-post1.s #source: b-goodmain.s #ld: --oformat binary #objcopy_linked_file: #objdump: -sht # Note that we "optimize" out the high tetrabyte of 0 writt
www.eeworm.com/read/447738/1697322

s roundmode.s

.code .align 4 .IMPORT foo,data ; Switch in/out of different rounding modes. ; Also make sure we "optimize" away useless rounding mode relocations addil LR'foo-0x12345,%r27 ldo RR'foo-0x12345
www.eeworm.com/read/430448/1930261

c bin2bcd.c

#include "../conv.h" u08 bin2bcd(u08 bin) { #ifdef OPTIMIZE_SPEED return (((bin/10)
www.eeworm.com/read/430445/1930550

c bin2bcd.c

#include "../conv.h" u08 bin2bcd(u08 bin) { #ifdef OPTIMIZE_SPEED return (((bin/10)
www.eeworm.com/read/415875/2131523

tdf scfifo_skr.tdf

--scfifo ADD_RAM_OUTPUT_REGISTER="ON" DEVICE_FAMILY="Cyclone" LPM_NUMWORDS=256 LPM_SHOWAHEAD="OFF" lpm_width=8 lpm_widthu=8 OPTIMIZE_FOR_SPEED=5 OVERFLOW_CHECKING="ON" UNDERFLOW_CHECKING="ON" USE_EAB=
www.eeworm.com/read/415875/2131533

tdf scfifo_okr.tdf

--scfifo ADD_RAM_OUTPUT_REGISTER="ON" DEVICE_FAMILY="Cyclone" LPM_NUMWORDS=512 LPM_SHOWAHEAD="OFF" lpm_width=8 lpm_widthu=9 OPTIMIZE_FOR_SPEED=5 OVERFLOW_CHECKING="ON" UNDERFLOW_CHECKING="ON" USE_EAB=
www.eeworm.com/read/415875/2131540

tdf scfifo_skr.tdf

--scfifo ADD_RAM_OUTPUT_REGISTER="ON" DEVICE_FAMILY="Cyclone" LPM_NUMWORDS=256 LPM_SHOWAHEAD="OFF" lpm_width=8 lpm_widthu=8 OPTIMIZE_FOR_SPEED=5 OVERFLOW_CHECKING="ON" UNDERFLOW_CHECKING="ON" USE_EAB=
www.eeworm.com/read/415875/2131595

tdf scfifo_skr.tdf

--scfifo ADD_RAM_OUTPUT_REGISTER="ON" DEVICE_FAMILY="Cyclone" LPM_NUMWORDS=256 LPM_SHOWAHEAD="OFF" lpm_width=8 lpm_widthu=8 OPTIMIZE_FOR_SPEED=5 OVERFLOW_CHECKING="ON" UNDERFLOW_CHECKING="ON" USE_EAB=
www.eeworm.com/read/411052/2192380

makefile_ata2

PRG = avr_ata2 OBJ = main2.o uart.o xitoa.o stime.o tff.o ata.o MCU_TARGET = atmega64 OPTIMIZE = -Os -mcall-prologues DEFS = LIBS = DEBUG =