代码搜索:optimized

找到约 6,562 项符合「optimized」的源代码

代码结果 6,562
www.eeworm.com/read/120201/6080063

s match.s

* match.s -- optional optimized asm version of longest match in deflate.c * Copyright (C) 1992-1993 Jean-loup Gailly * * Adapted for X68000 by NIIMI Satoshi * Adapted for the
www.eeworm.com/read/110301/6165021

s match.s

* match.s -- optional optimized asm version of longest match in deflate.c * Copyright (C) 1992-1993 Jean-loup Gailly * * Adapted for X68000 by NIIMI Satoshi * Adapted for the
www.eeworm.com/read/111945/6307246

map goodega.map

0 0 0 This is just one of many EGA-optimized MAP files sent to us 0 0 84 by K.A. Eastwood of Townsville, Queensland. His secret to 0 0 168 generating good-looking EGA MAP file
www.eeworm.com/read/481033/6656176

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_
www.eeworm.com/read/343962/11916793

cpp gvmat32c.cpp

/* 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_
www.eeworm.com/read/152786/12083633

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_
www.eeworm.com/read/339831/12202005

c string.c

// Basic string routines. Not hardware optimized, but not shabby. #include int strlen(const char *s) { int n; for (n = 0; *s != '\0'; s++) n++; return n; } int strnlen(const c
www.eeworm.com/read/250773/12385436

asm iir_flp32_pipe.asm

/* iir_flp32_pipe.asm Floating point IIR using software pipelining for TS201 AND TS101 July 2,2003 32-bit float Dec 10, 2003 revision - BL Performance optimized/improved to
www.eeworm.com/read/129847/14222444

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_
www.eeworm.com/read/126298/14433802

c radix4fft.c

/* radix4fft.c Fast routines to do mixed radix-4/5 DIF FFTs. Supported sizes include 20, 64 and 80 complex points. Optimized for ARM. If possible compile with -fomit-frame-pointer , as