代码搜索结果

找到约 10,000 项符合 H 的代码

atmizer.h

#ifndef _ATMIZER_ #define _ATMIZER_ /* * definitions for LSI Logic's ATMizer */ /* registers */ #define VCR_BASE 0xfff00000 /* VCR ram */ #define M_CREDIT 0xfff04000 /* channel group credit

mon.h

/************************************************************* * File: include/mon.h * Purpose: Principle header file for mon * Author: Phil Bunce (pjb@carmel.com) * Revision History: * 970216 Ch

regdef.h

/* * This file is provided for compatability with existing mips assembly * language programs. */ #include #define r0 $0 #define r1 $1 #define r2 $2 #define r3 $3 #define r4 $4 #defi

utypes.h

#ifndef _UTYPES_H_ #define _UTYPES_H_ typedef unsigned long Ulong; typedef unsigned short Ushort; typedef unsigned char Uchar; typedef unsigned long RegVal; /* register value (32 bits) */ #define R

varargs.h

#ifndef _VARARGS_ #define _VARARGS_ typedef char *va_list; #define va_dcl int va_alist; #define va_start(list) list = (char *) &va_alist #define va_end(list) #define va_arg(list, mode) ((mode *)(list

sonic.h

/************************************************************* * File: include/sonic.h * Purpose: Constant definitions for National Sonic Ethernet Chip * Author: Phil Bunce (pjb@carmel.com) * Revi

imon.h

/************************************************************* * File: include/imon.h * Purpose: Header file for IMON * Author: Phil Bunce (pjb@carmel.com) * Revision History: * 981222 Start of r

cobrcore.h

/* cobrcore.h * Definitions for the LSI Cobra core */ #ifndef _COBRA_CORE_ #define _COBRA_CORE_ #define COBRA_CORE #define M_CFGREG 0xfffe0020 /* configuration reg */ #ifdef LANGUAGE_ASSEMBLY #

math.h

#ifndef _MATH_ #define _MATH_ #ifdef FLOAT float sin(float x); float cos(float x); float tan(float x); float atan(float x); float exp(float x); float log(float x); float pow(float x); float sqrt(floa

pmon.h

/* pmon.h - Part of the debugger for MIPS CPUs * * PMON Written for LSI LOGIC Corp. by Phil Bunce. * Phil Bunce, 100 Dolores St. Ste 242, Carmel CA 93923 * pjb@carmel.com */ #include "mipsmon