代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/385891/2578638
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/385891/2579320
s strncmp.s
/* $Id: strncmp.S,v 1.1.1.1 2004/02/04 12:55:49 laputa Exp $
* strncmp.S: Hand optimized Sparc assembly of GCC output from GNU libc
* generic strncmp routine.
*/
#include
www.eeworm.com/read/385462/2591605
h string.h
#ifndef _ASM_IA64_STRING_H
#define _ASM_IA64_STRING_H
/*
* Here is where we want to put optimized versions of the string
* routines.
*
* Copyright (C) 1998-2000, 2002 Hewlett-Packard Co
* David
www.eeworm.com/read/380668/2654287
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/368758/2807196
c lzmadecode.c
/*
LzmaDecode.c
LZMA Decoder (optimized for Speed version)
LZMA SDK 4.40 Copyright (c) 1999-2006 Igor Pavlov (2006-05-01)
http://www.7-zip.org/
LZMA SDK is licensed under two licenses:
1
www.eeworm.com/read/368386/2814831
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/368386/2815428
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/368386/2816110
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/367182/2851130
s memset.s
/* Optimized 32-bit memset implementation for POWER6.
Copyright (C) 1997,99, 2000,02,03,06,2007 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is fr
www.eeworm.com/read/366702/2876332
f90 volatile7.f90
! { dg-do compile }
! { dg-options "-O2 -fdump-tree-optimized" }
! Tests whether volatile really works for pointers
! PR fortran/29601
logical, pointer, volatile :: t1
logical, pointer :: t2
integer :