代码搜索:optimized

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

代码结果 6,562
www.eeworm.com/read/132069/5925726

cpp bltobjfact.cpp

/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the
www.eeworm.com/read/124910/6038635

implies

# Code optimized for i486 is better than simple i386 code. i386/i486
www.eeworm.com/read/112303/6145578

ksh osp_sdk_compile.ksh

#!/bin/ksh # ######################################################################### ######################################################################### #######################################
www.eeworm.com/read/101082/6243771

s bmove.vax.s

# # BMOVE.S -- optimized block move routine. # # @(#)bmove.vax.s 4.1 7/25/83 # .globl _bmove _bmove: .word 0x0030 movc3 12(ap),*4(ap),*8(ap) ret
www.eeworm.com/read/162614/5530396

c ssa-dse-5.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-optimized" } */ int x; int f1 (int i, int j, int k) { int *p = k ? &i : &j; i = 3; *p = 5; x = j; } /* The assignment "i =
www.eeworm.com/read/162614/5530595

c tailrecursion-5.c

/* { dg-do run } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ extern void abort (void); extern void exit (int); int sum (int n) { if (n == 0) return 0; return n + sum (n - 1); } int
www.eeworm.com/read/113086/15470535

xrf das1210.xrf

WIN32 LX51 CODE BANKING LINKER/LOCATOR V05.01.15 INTER-MODULE CROSS-REFERENCE LISTING ------------------------------------ NAME. . . . . . . . USAGE MODULE NAMES ------
www.eeworm.com/read/382242/9040894

c pushpop.c

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + + pushpop.c - this file implements stack instructions
www.eeworm.com/read/382242/9041114

c pushpop.c

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + + pushpop.c - this file implements stack instructions
www.eeworm.com/read/371958/9528633

c pushpop.c

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + + pushpop.c - this file implements stack instructions