代码搜索:optimized

找到约 6,562 项符合「optimized」的源代码

代码结果 6,562
www.eeworm.com/read/162614/5530568

c bool-5.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ int f(_Bool x) { if (x == 1) return 1; return 0; } /* There should be no == 1 which is produced by the front-end as
www.eeworm.com/read/162614/5530594

c pr18133-1.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized-blocks" } */ void foo (void) { void *p; p = &&L0; goto *p; L0: return; } /* The goto &L0 should have been optimized away during CFG
www.eeworm.com/read/162614/5530602

c bool-9.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ _Bool f1(_Bool x) { return !!x; } /* There should be no != 0 which is produced by the front-end as bool_var != 0 is the
www.eeworm.com/read/208919/15230976

c list.obj.c

/* --------------------------------------------------------------------------- * @ * UTILITY FOR DEMONSTRATING * NEGATIVE INFLUENCE OF PAGED MEMORY ORGANIZATION * --------------------
www.eeworm.com/read/359401/10147518

txt readme.txt

THREE VQ CODEBOOK TRAINING ALGORITHMS Copyright (c) by Jialong He, all rights reserved. Introduction: ------------- In this package, I implemented three codebook training algorithms, i
www.eeworm.com/read/160894/10475710

readme

Optimized ANSI C + 386 Assembler Diskette Files on this diskette: File Name Description ======================================================================== RE
www.eeworm.com/read/468376/6989326

txt md5-announcement.txt

MD5 -- New Message Digest Algorithm (Feel free to distribute further) RSA Data Security is announcing MD5, a new message-digest algorithm. Like MD4, this algorithm is being placed in the publi
www.eeworm.com/read/100601/6268429

prefix psmdebug.prefix

/* Optimized prefix */ #include "MacPrefix_debug.h" #include "NSSCommon.h" #include "PSMCommon.h"