代码搜索:Fast

找到约 10,000 项符合「Fast」的源代码

代码结果 10,000
www.eeworm.com/read/262041/4315962

c inffast.c

/* inffast.c -- process literals and length/distance pairs fast * Copyright (C) 1995-1998 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zut
www.eeworm.com/read/262041/4318037

c inffast.c

/* inffast.c -- process literals and length/distance pairs fast * Copyright (C) 1995-1998 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zut
www.eeworm.com/read/258893/4349886

cpp fastpool.cpp

/* * Fastpool.cpp - a high-quality entropy-accumulation pool for random * number generation that supports fast addition of new data. * This is for high-speed input. The output quality does not
www.eeworm.com/read/253144/4400140

c inffast.c

/* inffast.c -- process literals and length/distance pairs fast * Copyright (C) 1995-2002 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zut
www.eeworm.com/read/162614/5531225

c sh4a-sincosf.c

/* Verify that we generate a single single-precision sine and cosine approximate (fsca) in fast math mode when a function computes both sine and cosine. */ /* { dg-do compile { target "sh*-*-*"
www.eeworm.com/read/162614/5531464

c sh4a-sincos.c

/* Verify that we generate a single single-precision sine and cosine approximate (fsca) in fast math mode when a function computes both sine and cosine. */ /* { dg-do compile { target "sh*-*-*"
www.eeworm.com/read/160611/5568576

c mem.c

/* mem.c -- fast memory allocation/deallocation module */ /* Allocate large chunks of memory using malloc. From the chunks, allocate memory as needed on long-word boundaries. Memory is freed
www.eeworm.com/read/155814/5618797

txt lmdos.txt

** ** ** VIA PCI 10/100Mb Fast Ethernet Adapter ** ** NDIS2 Driver for MS LAN MANAGER DOS Workstations ** ** ** Introduction: ============= The Ethernet NDIS2 Driver for LAN MANAGER DO
www.eeworm.com/read/154890/5631681

cxx fractals.cxx

// // "$Id: fractals.cxx,v 1.1.1.1 2003/08/07 21:18:42 jasonk Exp $" // // Fractal drawing demo for the Fast Light Tool Kit (FLTK). // // This is a GLUT demo program, with modifications to // demonstr
www.eeworm.com/read/152843/5660097

c aes.c

/* * Cryptographic API. * * AES Cipher Algorithm. * * Based on Brian Gladman's code. * * Linux developers: * Alexander Kjeldaas * Herbert Valerio Riedel *