代码搜索:optimize

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

代码结果 6,026
www.eeworm.com/read/38039/1094328

mnu smtoptimize.mnu

SMT#OPTIMIZE # SortByRules Define rules to sort tool hits. # MinToolChng Sort the tool hits, so that tool changes are minimal. # Remove#Dupl Remove duplicated hits of the same tool. # Remove#Hits Rem
www.eeworm.com/read/494196/1161547

c dumpimage.c

// testapp.cpp : Defines the entry point for the application. // #pragma optimize("", off) #include #include #include #include #include "VFLBuff
www.eeworm.com/read/470720/1450517

c builtin-constant.c

/* PR optimization/8423. */ #define btest(x) __builtin_constant_p(x) ? "1" : "0" #ifdef __OPTIMIZE__ void foo (char *i) { if (*i == '0') abort (); } #else void foo (char *i) { } #endif int m
www.eeworm.com/read/470720/1451989

c iftrap-2.c

/* Verify that we optimize to conditional traps. */ /* { dg-options "-O" } */ /* { dg-do compile { target rs6000-*-* powerpc-*-* sparc*-*-* ia64-*-* } } */ /* { dg-final { scan-assembler-not "^\t(tra
www.eeworm.com/read/470720/1452085

c iftrap-1.c

/* Verify that we optimize to conditional traps. */ /* { dg-options "-O" } */ /* { dg-do compile { target rs6000-*-* powerpc-*-* sparc*-*-* ia64-*-* } } */ /* { dg-final { scan-assembler-not "^\t(tra
www.eeworm.com/read/470693/1462463

c builtin-constant.c

/* PR optimization/8423. */ #define btest(x) __builtin_constant_p(x) ? "1" : "0" #ifdef __OPTIMIZE__ void foo (char *i) { if (*i == '0') abort (); } #else void foo (char *i) { } #endif int m
www.eeworm.com/read/470693/1463935

c iftrap-2.c

/* Verify that we optimize to conditional traps. */ /* { dg-options "-O" } */ /* { dg-do compile { target rs6000-*-* powerpc-*-* sparc*-*-* ia64-*-* } } */ /* { dg-final { scan-assembler-not "^\t(tra
www.eeworm.com/read/470693/1464031

c iftrap-1.c

/* Verify that we optimize to conditional traps. */ /* { dg-options "-O" } */ /* { dg-do compile { target rs6000-*-* powerpc-*-* sparc*-*-* ia64-*-* } } */ /* { dg-final { scan-assembler-not "^\t(tra
www.eeworm.com/read/250243/4435547

h pcap_user.h

/* * Copyright (C) 2002 Jeff Dike (jdike@karaya.com) * Licensed under the GPL */ #include "net_user.h" struct pcap_data { char *host_if; int promisc; int optimize; char *filter; void *compi
www.eeworm.com/read/240162/4588071

c string-3-lib.c

extern int inside_main; void * memset (void *dst, int c, __SIZE_TYPE__ n) { /* Single-byte memsets should be done inline when optimisation is enabled. */ #ifdef __OPTIMIZE__ if (inside_main