代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/470917/1439991
s stxncpy.s
/* Copyright (C) 2000, 2002 Free Software Foundation, Inc.
Contributed by Richard Henderson (rth@tamu.edu)
EV6 optimized by Rick Gorton .
This file is part of
www.eeworm.com/read/470917/1439995
s memset.s
/* Copyright (C) 2000, 2003 Free Software Foundation, Inc.
Contributed by Richard Henderson (rth@tamu.edu)
EV6 optimized by Rick Gorton .
This file is part of
www.eeworm.com/read/459172/1573349
c simple_idct_vis.c
/*
* SPARC VIS optimized inverse DCT
* Copyright (c) 2007 Denes Balatoni < dbalatoni XatX interware XdotX hu >
*
* I did consult the following fine web page about dct
* http://www.geocities.com/s
www.eeworm.com/read/250243/4434167
s strlen_user.s
/* strlen_user.S: Sparc64 optimized strlen_user code
*
* Return length of string in userspace including terminating 0
* or 0 for error
*
* Copyright (C) 1991,1996 Free Software Foundation
* Copy
www.eeworm.com/read/243567/4522064
s strlen_user.s
/* strlen_user.S: Sparc64 optimized strlen_user code
*
* Return length of string in userspace including terminating 0
* or 0 for error
*
* Copyright (C) 1991,1996 Free Software Foundation
* Copy
www.eeworm.com/read/237551/4624215
s stxcpy.s
/* Copyright (C) 2000 Free Software Foundation, Inc.
Contributed by Richard Henderson (rth@tamu.edu)
EV6 optimized by Rick Gorton .
This file is part of the G
www.eeworm.com/read/237551/4624217
s stxncpy.s
/* Copyright (C) 2000, 2002 Free Software Foundation, Inc.
Contributed by Richard Henderson (rth@tamu.edu)
EV6 optimized by Rick Gorton .
This file is part of
www.eeworm.com/read/237551/4624221
s memset.s
/* Copyright (C) 2000, 2003 Free Software Foundation, Inc.
Contributed by Richard Henderson (rth@tamu.edu)
EV6 optimized by Rick Gorton .
This file is part of
www.eeworm.com/read/233448/4672011
c nothrow1.c
// Test that the nothrow optimization works properly.
// { dg-do compile }
// { dg-options "-O -fdump-tree-optimized" }
extern void blah() throw();
int i, j, k;
int main()
{
try
{
++i;
www.eeworm.com/read/233448/4682035
c 20050125-1.c
/* Verify that the CALL sideeffect isn't optimized away. */
/* Contributed by Greg Parker 25 Jan 2005 */
#include
#include
struct parse {
char *next;