代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/250243/4434153
s checksum.s
/* checksum.S: Sparc V9 optimized checksum code.
*
* Copyright(C) 1995 Linus Torvalds
* Copyright(C) 1995 Miguel de Icaza
* Copyright(C) 1996, 2000 David S. Miller
* Copyright(C) 1997 Jakub J
www.eeworm.com/read/250243/4435352
s memscan.s
/* $Id: memscan.S,v 1.4 1996/09/08 02:01:20 davem Exp $
* memscan.S: Optimized memscan for the Sparc.
*
* Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
*/
/* In essence, this is jus
www.eeworm.com/read/247605/4478314
c gvmat32c.c
/* gvmat32.c -- C portion of the optimized longest_match for 32 bits x86
* Copyright (C) 1995-1996 Jean-loup Gailly and Gilles Vollant.
* File written by Gilles Vollant, by modifiying the longest_ma
www.eeworm.com/read/243567/4521465
c io.c
#include
#include
#include
/*
* Copy data from IO memory space to "real" memory space.
* This needs to be optimized.
*/
void
__ia64_memcpy_fromio (void
www.eeworm.com/read/243567/4522054
s checksum.s
/* checksum.S: Sparc V9 optimized checksum code.
*
* Copyright(C) 1995 Linus Torvalds
* Copyright(C) 1995 Miguel de Icaza
* Copyright(C) 1996, 2000 David S. Miller
* Copyright(C) 1997 Jakub J
www.eeworm.com/read/243567/4522736
s strncmp.s
/* $Id: strncmp.S,v 1.2 1996/09/09 02:47:20 davem Exp $
* strncmp.S: Hand optimized Sparc assembly of GCC output from GNU libc
* generic strncmp routine.
*/
#include
.
www.eeworm.com/read/240162/4588069
c abs-1-lib.c
extern int abs_called;
extern int inside_main;
/* The labs call should have been optimized, but the abs call
shouldn't have been. */
int
abs (int x)
{
if (inside_main)
abs_called = 1;
re
www.eeworm.com/read/233448/4681971
c abs-1-lib.c
extern int abs_called;
extern int inside_main;
/* The labs call should have been optimized, but the abs call
shouldn't have been. */
int
abs (int x)
{
if (inside_main)
abs_called = 1;
re
www.eeworm.com/read/233448/4685385
c sra-1.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized --param sra-max-structure-size=32" } */
/* Tests for SRA. */
typedef struct teststruct
{
double d;
char f1;
} teststruct;
voi
www.eeworm.com/read/233448/4685463
c sra-3.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
/* Test for SRA. */
typedef struct teststruct
{
double d;
char f1;
} teststruct;
teststruct *globf1;
extern void link_