代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/324920/3495208
c fec_mii.c
/*
* Fast Ethernet Controller (FEC) driver for Motorola MPC8xx.
*
* Copyright (c) 2003 Intracom S.A.
* by Pantelis Antoniou
*
* Heavily based on original FEC driver by Dan
www.eeworm.com/read/324920/3496121
h timex.h
/*
* Use prescale timer at 25000 Hz instead of the baudrate timer at
* 19200 to get rid of the 64ppm to fast timer (and we get better
* resolution within a jiffie as well.
*/
#ifndef _ASM_CRIS_
www.eeworm.com/read/323368/3517140
h timex.h
/*
* Use prescale timer at 25000 Hz instead of the baudrate timer at
* 19200 to get rid of the 64ppm to fast timer (and we get better
* resolution within a jiffie as well.
*/
#ifndef _ASM_CRIS_
www.eeworm.com/read/322505/3524790
use usagev2.use
%C - Fast Flash File System v2 (POSIX compatible)
%C [-aclrvV] [-b priority] [-f verifylevel] [-i index]
[-m mountover[,cmpover]] [-p backgroundpercent[,superlimit]]
[-s baseaddress[,windowsize[,ar
www.eeworm.com/read/322210/3527340
h idct.h
// idct.h //
#ifndef _IDCT_H_
#define _IDCT_H_
#ifdef _INTEL_IDCT_
#define Fast_IDCT idct
#endif // _INTEL_IDCT_
#endif // _IDCT_H_
www.eeworm.com/read/321465/3536919
m4 config5.m4
if test "$MPM_NAME" = "mpmt_os2" ; then
AC_CACHE_SAVE
APACHE_FAST_OUTPUT(server/mpm/$MPM_NAME/Makefile)
APR_ADDTO(CFLAGS,-Zmt)
fi
www.eeworm.com/read/321301/3538800
h fastudplib.h
/* fastUdpLib.h - defines for the Fast UDP library */
/* Copyright 2002 - 2003 Wind River Systems, Inc. */
/*
modification history
--------------------
01g,05nov03,cdw Removal of unnecessary _KERNE
www.eeworm.com/read/320731/3541738
f03e06f2ca2e001d1d81cfdc7110b716
/*
* "Hello World" example.
*
* This example prints 'Hello from Nios II' to the STDOUT stream. It runs on
* the Nios II 'standard', 'full_featured', 'fast', and 'low_cost' example
* designs. It r
www.eeworm.com/read/316872/3586272
c vclock_gettime.c
/*
* Copyright 2006 Andi Kleen, SUSE Labs.
* Subject to the GNU Public License, v.2
*
* Fast user context implementation of clock_gettime and gettimeofday.
*
* The code should have no internal u
www.eeworm.com/read/316872/3589817
s checksumcopy.s
/*
* A fast checksum+copy routine using movem
* Copyright (c) 1998, 2001, 2003 Axis Communications AB
*
* Authors: Bjorn Wesen
*
* csum_partial_copy_nocheck(const char *src, char *dst,
*