代码搜索:Compatibility
找到约 6,848 项符合「Compatibility」的源代码
代码结果 6,848
www.eeworm.com/read/152661/5671881
cxx pkgstart.cxx
//========================================================================
//
// pkgstart.cxx
//
// General startup code for the target machine
//
//=========================================
www.eeworm.com/read/150583/5690471
cxx pkgstart.cxx
//========================================================================
//
// pkgstart.cxx
//
// General startup code for the target machine
//
//=========================================
www.eeworm.com/read/136178/5873138
h stdafx.h
/* compatibility */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif /* HAVE_CONFIG_H */
/* the GTK assert */
#define UASSERT g_assert
#include
extern "C" {
GtkLabel *getLabe
www.eeworm.com/read/127705/6001797
h ansi.h
/*
* ansi.h : machine dependent ANSI type definitions
* Copyright (c) 1993 Algorithmics Ltd.
*/
#ifndef __MIPS_ANSI_H_
#define __MIPS_ANSI_H_
#define _ANSI_H_
/*
* Types which are fundamental to
www.eeworm.com/read/124843/6039687
cpp antipredictorfast.cpp
#include "All.h"
#ifdef BACKWARDS_COMPATIBILITY
#include "Anti-Predictor.h"
#ifdef ENABLE_COMPRESSION_MODE_FAST
void CAntiPredictorFast0000To3320::AntiPredict(int *pInputArray, int *pOutputA
www.eeworm.com/read/410434/11287243
h sleep.h
/* compatibility for the unix/win32 sleep() function */
#ifndef __VI_SLEEP_H
#define __VI_SLEEP_H
#ifdef WIN32
#include
#define vi_sleep(x) Sleep((x)*1000)
#else
#include
#def
www.eeworm.com/read/151451/12209765
bak dtdaemon.pkg.bak
; DTDaemon.pkg
; Languages
&EN
; Header
#{"DTDaemon"},(0x023caa46), 0, 1, 1
; Platform compatibility
(0x101F7960), 0, 0, 0, {"Series60ProductID"}
; Target
"d:\Symbian\7.0s\Series60_v20
www.eeworm.com/read/151451/12209775
pkg dtdaemon.pkg
; DTDaemon.pkg
; Languages
&EN
; Header
#{"DTDaemon"},(0x023caa46), 0, 1, 1
; Platform compatibility
(0x101F7960), 0, 0, 0, {"Series60ProductID"}
; Target
"d:\Symbian\7.0s\Series60_v20
www.eeworm.com/read/207380/15274134
pkg eaxp.pkg
; eaxp.pkg
; Languages
&EN
; Header
#{"eaxp"},(0xE0000666), 0, 1, 1
; Platform compatibility
[0x101F7961], *, *, *, {"Series60ProductID"}
; vendor
%{"Vendor Name"}
:"Vendor Name"
;
www.eeworm.com/read/162614/5518030
c dtor1_main.c
// PR c++/411
// Test that a fully-constructed base is destroyed before transferring
// control to the handler of a function-try-block.
// Split into pieces for binary compatibility testing October