代码搜索:Compiles
找到约 1,454 项符合「Compiles」的源代码
代码结果 1,454
www.eeworm.com/read/322306/3525705
c array.c
/* WinBond bug report
this is a compile test. At one time static arrays over 500 elements
didn't work. We'll test both global and local array. If it compiles at
all, it it passes.
*/
#incl
www.eeworm.com/read/316872/3596250
kconfig
config MCA_LEGACY
bool "Legacy MCA API Support"
depends on MCA
help
This compiles in support for the old slot based MCA API. If you
have an unconverted MCA driver, you will need to say Y her
www.eeworm.com/read/298657/3859624
c array.c
/* WinBond bug report
this is a compile test. At one time static arrays over 500 elements
didn't work. We'll test both global and local array. If it compiles at
all, it it passes.
*/
#incl
www.eeworm.com/read/289075/3996188
rules mcs51.rules
define MCS51_HELP
MCS51 extras:
clean : includes original clean and removes Keil temporaries
inline : compiles using the University of Utah CIL inliner
endef
HELP += $(MCS51_HELP)
NCC
www.eeworm.com/read/285244/4054916
h config.h
//
// config.h
//
// NanoVM configuration file for the Asuro
//
#ifndef CONFIG_H
#define CONFIG_H
// cpu related setup
#define ATMEGA8
#define ASURO // compiles some special code e.
www.eeworm.com/read/279968/4128711
c array.c
/* WinBond bug report
this is a compile test. At one time static arrays over 500 elements
didn't work. We'll test both global and local array. If it compiles at
all, it it passes.
*/
#incl
www.eeworm.com/read/270987/4230780
txt makefile.txt
# This makefile compiles the source code for the "RSA Data Security, Inc.
# MD5 Message-Digest Algorithm" as found in RFC 1321. That code is copyrighted:
#
# Copyright (C) 1991-2, RSA Data Securit
www.eeworm.com/read/381758/2641431
java clickmeapp.java
/**
* ClickMeApp.java is an application that compiles and runs
* under J2SE v5.0. It requires two additional files:
* ClickMe.java
* Spot.java
*/
import javax.swing.SwingUtilities;
import
www.eeworm.com/read/366702/2864836
c max-2.c
/* Test that alpha-max-1.c compiles with optimization. */
/* { dg-do link { target alpha*-*-* } } */
/* { dg-options "-mcpu=pca56 -O2" } */
#include "max-1.c"
www.eeworm.com/read/366702/2864837
c base-2.c
/* Test that alpha-base-1.c compiles with optimization. */
/* { dg-do link { target alpha*-*-* } } */
/* { dg-options "-mcpu=ev4 -O2" } */
#include "base-1.c"