代码搜索:Tested

找到约 4,133 项符合「Tested」的源代码

代码结果 4,133
www.eeworm.com/read/297233/8039905

h netbsd.h

/* This goes away when the math-emulator is fixed */ #define TARGET_CPU_DEFAULT 0400 /* TARGET_NO_FANCY_MATH_387 */ /* This is tested by i386gas.h. */ #define YES_UNDERSCORES #include
www.eeworm.com/read/325392/13209162

machines

The gsm library has been tested successfully on the following platforms: - Various Sun4's running SunOS 4.1.2 - SPARC1 (SunOS 4.1.1) - Integrated Solutions 68k Optimum running 4.3BSD UNIX with a Gree
www.eeworm.com/read/136959/13351907

c hugesort.c

/* ** hugesort.c -- huge qsort() -- public domain by Raymond Gardner 6/92 ** tested with Borland C++ 3.0 (C mode) */ #include "big_mall.h" #include "snipsort.h" static void swap(char HUGE *a, char
www.eeworm.com/read/322539/13377263

machines

The gsm library has been tested successfully on the following platforms: - Various Sun4's running SunOS 4.1.2 - SPARC1 (SunOS 4.1.1) - Integrated Solutions 68k Optimum running 4.3BSD UNIX with a Gree
www.eeworm.com/read/318176/13484334

cpp threadux.cpp

/* Example program to illustrate MIRACL multi-threading with Unix tested with RedHat Linux 6.0 GCC compiler 1. Compile all MIRACL modules with -D_REENTRANT flag 2. g++ -I. -D_RE
www.eeworm.com/read/147766/5724639

c cs461x.c

/* The all defines and part of code (such as cs461x_*) are contributed from ALSA 0.5.8 sources. See http://www.alsa-project.org/ for sources Tested on Linux 686 2.4.0-test9, ALSA 0.5.8a and CS
www.eeworm.com/read/141268/5774410

py random_gen.py

# Written by Chenfeng Zhou # Output random asm code to be tested import random import sys l = [0] print 'li 0, 0' for i in range(1, 32): num = random.randint(-32768, 3276
www.eeworm.com/read/136786/5865204

c cs461x.c

/* The all defines and part of code (such as cs461x_*) are contributed from ALSA 0.5.8 sources. See http://www.alsa-project.org/ for sources Tested on Linux 686 2.4.0-test9, ALSA 0.5.8a and CS
www.eeworm.com/read/132747/5910476

h types.h

#ifndef _LINUX_TYPES_H #define _LINUX_TYPES_H #ifdef __i386__ #if defined(__KERNEL__) && !defined(STDC_HEADERS) #if ((__GNUC_MINOR__ >= 8) || (__GNUC_MAJOR >=3)) #warning "This code is tested with gc
www.eeworm.com/read/128531/5987311

c cs461x.c

/* The all defines and part of code (such as cs461x_*) are contributed from ALSA 0.5.8 sources. See http://www.alsa-project.org/ for sources Tested on Linux 686 2.4.0-test9, ALSA 0.5.8a and CS