代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/216450/4894784
h fxp.h
/*
ibm/fxp.h
Registers and datastructures of the Intel 82557, 82558, 82559, 82550,
and 82562 fast ethernet controllers.
Created: Nov 2004 by Philip Homburg
*/
#define VERB
www.eeworm.com/read/215485/4904346
m set_fwdback.m
function engine = set_fwdback(engine, fb)
% SET_FWDBACK Set the field 'fwdback', which contains the frontiers after propagation
% engine = set_fwdback(engine, fb)
%
% This is used by frontier_fast_inf
www.eeworm.com/read/209559/4959119
c pg-dma.c
/*
* arch/sh/mm/pg-dma.c
*
* Fast clear_page()/copy_page() implementation using the SH DMAC
*
* Copyright (C) 2003 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU Ge
www.eeworm.com/read/209559/4968760
h hash.h
#ifndef _LINUX_HASH_H
#define _LINUX_HASH_H
/* Fast hashing routine for a long.
(C) 2002 William Lee Irwin III, IBM */
/*
* Knuth recommends primes in approximately golden ratio to the maximum
*
www.eeworm.com/read/209211/4982866
c blowfish.c
#include "os.h"
#include
#include
// Blowfish block cipher. See:
// Lecture Notes in Computer Science 809
// Fast Software Encryption
// Cambridge Security Workshop, Cambridge,
www.eeworm.com/read/209211/4986312
c blowfish.c
#include "os.h"
#include
#include
// Blowfish block cipher. See:
// Lecture Notes in Computer Science 809
// Fast Software Encryption
// Cambridge Security Workshop, Cambridge,
www.eeworm.com/read/207991/4999213
mal crackselectrangerandom.mal
# The first reference case for fast cracking
include microbenchmark;
include crackers;
tuples:= 10000000;
values:= tuples;
b:= microbenchmark.uniform(0@0,tuples,values);
tf:=0:lng;
n:=50;
barrier (g
www.eeworm.com/read/207991/4999216
mal fastcrack_sort.mal
# The first reference case for fast cracking
include microbenchmark;
tuples:=1048576;
values:= tuples;
io.printf(" tuples %d\n",tuples);
io.printf(" values %d\n",values);
b:= microbenchmark.uniform
www.eeworm.com/read/207991/4999224
mal fastcrack_select_mid.mal
# The first reference case for fast cracking
include microbenchmark;
tuples:=1048576;
values:= tuples;
io.printf(" tuples %d\n",tuples);
io.printf(" values %d\n",values);
b:= microbenchmark.uniform
www.eeworm.com/read/207991/4999225
mal fastcrack_select_low_hgh.mal
# The first reference case for fast cracking
include microbenchmark;
tuples:=1048576;
values:= tuples;
io.printf(" tuples %d\n",tuples);
io.printf(" values %d\n",values);
b:= microbenchmark.uniform