代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/233448/4681896
c strpbrk.c
extern int inside_main;
char *
strpbrk(const char *s1, const char *s2)
{
char *p;
#ifdef __OPTIMIZE__
if (inside_main)
abort ();
#endif
while (*s1)
{
for (p = s2; *p; p++)
if (*s
www.eeworm.com/read/233448/4681929
c strstr-asm-lib.c
extern int inside_main;
extern const char *p;
char *
my_strstr (const char *s1, const char *s2)
{
__SIZE_TYPE__ len = strlen (s2);
#ifdef __OPTIMIZE__
/* If optimizing, we should be called only
www.eeworm.com/read/233448/4685444
c 20030714-2.c
/* { dg-do compile } */
/* APPLE LOCAL lno */
/* { dg-options "-O1 -fdump-tree-dom3 -ftree-loop-optimize" } */
union tree_node;
typedef union tree_node *tree;
extern const char tree_code_type[];
www.eeworm.com/read/233448/4685457
c 20030711-1.c
/* { dg-do compile } */
/* APPLE LOCAL lno */
/* { dg-options "-O1 -fdump-tree-dom3 -ftree-loop-optimize" } */
extern void abort (void);
union tree_node;
typedef union tree_node *tree;
struct tree_
www.eeworm.com/read/209559/4970053
h mmu.h
#ifndef __i386_MMU_H
#define __i386_MMU_H
#include
/*
* The i386 doesn't have a mmu context, but
* we put the segment information here.
*
* cpu_vm_mask is used to optimize ldt f
www.eeworm.com/read/348443/3155026
tdf scfifo_eaq.tdf
--scfifo DEVICE_FAMILY=Stratix LPM_NUMWORDS=16 LPM_SHOWAHEAD=OFF lpm_width=8 OPTIMIZE_FOR_SPEED=5 OVERFLOW_CHECKING=ON UNDERFLOW_CHECKING=ON USE_EAB=ON aclr clock data empty full q rdreq usedw wrreq A
www.eeworm.com/read/348443/3155044
tdf scfifo_nbq.tdf
--scfifo DEVICE_FAMILY=Stratix LPM_NUMWORDS=16 LPM_SHOWAHEAD=OFF lpm_width=10 OPTIMIZE_FOR_SPEED=5 OVERFLOW_CHECKING=ON UNDERFLOW_CHECKING=ON USE_EAB=ON aclr clock data empty full q rdreq usedw wrreq
www.eeworm.com/read/347503/3169079
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/347503/3171219
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/340665/3265967
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