代码搜索:native
找到约 10,000 项符合「native」的源代码
代码结果 10,000
www.eeworm.com/read/228117/4766464
h native.h
/*
** $Id: native.h,v 1.20 2004/08/02 03:00:03 snig Exp $
**
** native.h: the head file of native Low Level Graphics Engine.
**
** Copyright (C) 2003 Feynman Software
** Copyright (C) 2001 ~ 2002 Wei
www.eeworm.com/read/228117/4766466
plo native.plo
native.lo : \
native.c \
/usr/local/arm/2.95.3/lib/gcc-lib/arm-linux/2.95.3/../../../../arm-linux/include/stdio.h \
/usr/local/arm/2.95.3/lib/gcc-lib/arm-linux/2.95.3/../../../../arm-linux/include/
www.eeworm.com/read/228117/4766491
c native.c
/*
** $Id: native.c,v 1.64 2005/01/08 07:54:15 panweiguo Exp $
**
** native.c: Native Low Level Graphics Engine's interface file
**
** Copyright (C) 2002, 2003 Feynman Software.
** Copyright (C) 2000
www.eeworm.com/read/221464/4828625
h native.h
#ifndef NATIVE_H_VP_2003_12_09
#define NATIVE_H_VP_2003_12_09
#include "rules.h"
struct native_rule_t
{
char* name;
argument_list* arguments;
PARSE* procedure;
};
/* MSVC
www.eeworm.com/read/221464/4828698
c native.c
#include "native.h"
#include "hash.h"
# define P0 (PARSE *)0
# define C0 (char *)0
void declare_native_rule(char* module, char* rule, char** args,
LIST*(*f)(PARS
www.eeworm.com/read/216802/4884099
h native.h
/*
Copyright (c) 2004/2005 KJK::Hyperion
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to
www.eeworm.com/read/204713/5029652
java native.java
package com.jopdesign.sys;
/**
* Simulate IO functions of JOP on PC!
*/
import simhw.*;
public class Native {
//
// Reihenfolge so lassen!!!
// ergibt static funktionsnummern:
// 1 rd
// 2 wr
//
www.eeworm.com/read/204713/5029771
java native.java
package jbe.kfl;
/**
* Dummy for benchmark.
*/
public class Native {
static private int dummy;
public static int rd(int adr) {
return dummy+adr;
}
public static void wr(int val, int adr) {
www.eeworm.com/read/204713/5030016
java native.java
package com.jopdesign.sys;
/**
* native functions in JOP JVM.
*/
public class Native {
//
// Reihenfolge so lassen!!!
// ergibt static funktionsnummern:
// 1 rd
// 2 wr
// ...
//
public static