代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/110034/6168035
c io.c
#include
#include
#include
/*
* Copy data from IO memory space to "real" memory space.
* This needs to be optimized.
*/
void _memcpy_fromio(void * to,
www.eeworm.com/read/102935/6226002
c io.c
#include
#include
#include
/*
* Copy data from IO memory space to "real" memory space.
* This needs to be optimized.
*/
void _memcpy_fromio(void * to,
www.eeworm.com/read/218764/14907343
include make-cray_t3d.include
# Make include file for ARCH=t3d
U_ARCH =
# debug flags for C compiler
OPTFLAGS_D = -g -X 1 -I/usr/local/include/T3DUTIL
# optimized flags for C compiler
OPTFLAGS_O = -O3 -X 1
www.eeworm.com/read/164348/5497585
pcf win.pcf
#
# ***** BEGIN LICENSE BLOCK *****
# Source last modified: $Id: win.pcf,v 1.6.20.2 2004/07/26 08:58:50 pankajgupta Exp $
#
# Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reser
www.eeworm.com/read/161121/5556421
c io.c
#include
#include
#include
/*
* Copy data from IO memory space to "real" memory space.
* This needs to be optimized.
*/
void _memcpy_fromio(void * to,
www.eeworm.com/read/159030/5588779
dcf deadcode.dcf
class Program {
int gl;
int a1[10];
int foo(int r) {
return (2 * r);
}
int foo2(int r) {
gl = 23;
return (3 * r);
}
int foo3(int r) {
// Note: this is *not* side-e
www.eeworm.com/read/152843/5656058
c io.c
/*
* linux/arch/sh/kernel/io.c
*
* Copyright (C) 2000 Stuart Menefy
*
* Provide real functions which expand to whatever the header file defined.
* Also definitions of machine independent IO fun
www.eeworm.com/read/152843/5657887
c io.c
#include
#include
#include
/*
* Copy data from IO memory space to "real" memory space.
* This needs to be optimized.
*/
void _memcpy_fromio(void *to, c
www.eeworm.com/read/134894/13971864
m nutrientsfunc1.m
% Function to be optimized:
% Author: K. Passino, Version: 5/23/00
function J=nutrientsfunc1(theta,flag)
if flag==1 % Test to see if main program indicated nutrients
J=0;
return
end
% To test co
www.eeworm.com/read/203067/15365841
m4 flags.m4
dnl ######################################################################
dnl
dnl File: flags.m4
dnl
dnl Purpose: To determine the flags for C and C++ compilation. In the
dnl case where the C or C