代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/233448/4681902
c strcmp.c
extern int inside_main;
int
strcmp (const char *s1, const char *s2)
{
#ifdef __OPTIMIZE__
if (inside_main)
abort ();
#endif
while (*s1 != 0 && *s1 == *s2)
s1++, s2++;
if (*s1 == 0 ||
www.eeworm.com/read/229461/4755250
cmd lcd.cmd
xst -intstyle ise -ifn __projnav/lcd.xst -ofn lcd.syr
ngdbuild -dd _ngo -i -p xc9500xl lcd.ngc lcd.ngd
cpldfit -p xc95144xl-10-TQ144 -ofmt vhdl -optimize speed -htmlrpt -loc on -slew fast -init low
www.eeworm.com/read/178227/5318164
cmd_log lcd.cmd_log
xst -intstyle ise -ifn __projnav/lcd.xst -ofn lcd.syr
ngdbuild -dd _ngo -i -p xc9500xl lcd.ngc lcd.ngd
cpldfit -p xc95144xl-10-TQ144 -ofmt vhdl -optimize speed -htmlrpt -loc on -slew fast -init low
www.eeworm.com/read/294145/3919619
c lookup.c
#include "lookup.h"
#include
#include "spc.h"
#if OPTIMIZE
#define STEP_SIZE 0.001
#define ASTEP_SIZE 0.001
#define AMAX_VALUE 1
#define tsize 2*T+1
#define asize 2*TA+1
#define DBG_LVL 2
sh
www.eeworm.com/read/291165/3969540
c lookup.c
#include "lookup.h"
#include
#include "spc.h"
#if OPTIMIZE
#define STEP_SIZE 0.001
#define ASTEP_SIZE 0.001
#define AMAX_VALUE 1
#define tsize 2*T+1
#define asize 2*TA+1
#define DBG_LVL 2
sh
www.eeworm.com/read/279968/4130235
s strchr.s
.file "strchr.S"
.section .text
.global _strchr
.type _strchr,@function
_strchr:
movm [d2,d3,a2,a3],(sp)
add -12,sp
.Lend_of_prologue:
mov d0,a1
movbu d1,(7,sp)
#ifndef __OPTIMIZE_SIZE__
bt
www.eeworm.com/read/444610/1731781
cmd_log lcd.cmd_log
xst -intstyle ise -ifn __projnav/lcd.xst -ofn lcd.syr
ngdbuild -dd _ngo -i -p xc9500xl lcd.ngc lcd.ngd
cpldfit -p xc95144xl-10-TQ144 -ofmt vhdl -optimize speed -htmlrpt -loc on -slew fast -init low
www.eeworm.com/read/430448/1930258
c bcd2bin.c
#include "../conv.h"
u08 bcd2bin(u08 bcd)
{
#ifdef OPTIMIZE_SPEED
return (10*(bcd>>4)|(bcd&0x0f));
#else
u08 Temp = bcd & 0x0F;
while (bcd>=0x10)
{
Temp +
www.eeworm.com/read/430445/1930547
c bcd2bin.c
#include "../conv.h"
u08 bcd2bin(u08 bcd)
{
#ifdef OPTIMIZE_SPEED
return (10*(bcd>>4)|(bcd&0x0f));
#else
u08 Temp = bcd & 0x0F;
while (bcd>=0x10)
{
Temp +
www.eeworm.com/read/390230/2529081
cmd_log lcd.cmd_log
xst -intstyle ise -ifn __projnav/lcd.xst -ofn lcd.syr
ngdbuild -dd _ngo -i -p xc9500xl lcd.ngc lcd.ngd
cpldfit -p xc95144xl-10-TQ144 -ofmt vhdl -optimize speed -htmlrpt -loc on -slew fast -init low