代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/241253/4561665
c kern_proc.c
/* $Id: kern_proc.c,v 1.3 2001/12/20 07:45:49 pefo Exp $ */
/*
* Copyright (c) 2000 Opsycon AB (www.opsycon.se)
* Copyright (c) 2000 Rtmx, Inc (www.rtmx.com)
*
* Redistribution and use in sou
www.eeworm.com/read/239930/4593526
flags .proc.o.flags
ifeq (-I/home/plg/vivi_2440_temp/vivi/include -I/usr/local/arm/2.95.3/include -Wall -Wstrict-prototypes -O2 -fPIC -fomit-frame-pointer -mapcs-32 -mshort-load-bytes -msoft-float,$(strip $(subst $(comma
www.eeworm.com/read/239309/4602677
h proc_reg.h
/*
* proc_reg.c
* Modified for use in 15-410 at CMU
* Zachary Anderson(zra)
*/
/*
* Copyright (c) 1995, 1996, 1998 University of Utah and the Flux Group.
* All rights reserved.
*
* This file
www.eeworm.com/read/239307/4603808
h proc_reg.h
/*
* proc_reg.c
* Modified for use in 15-410 at CMU
* Zachary Anderson(zra)
*/
/*
* Copyright (c) 1995, 1996, 1998 University of Utah and the Flux Group.
* All rights reserved.
*
* This file
www.eeworm.com/read/232817/4696134
c hardware_proc.c
#include "hardware_proc.h"
#include "sos_types.h"
uint8_t sos_read_header_byte(uint16_t base_addr,uint16_t offset)
{
uint16_t addr;
uint8_t ret;
addr=base_addr+offset;
ret = *(uint8
www.eeworm.com/read/232817/4696135
h module_proc.h
#ifndef _MODULE_PROC_H
#define _MODULE_PROC_H
#include "kertable_proc.h"
#include "kertable.h"
#ifdef _MODULE_
/**
* @brief ADC Bind Port
**/
typedef int8_t (*adc_bindPort_
www.eeworm.com/read/232817/4696136
h hardware_proc.h
#ifndef _HARDWARE_PROC_H_
#define _HARDWARE_PROC_H_
#include
#include "sos_types.h"
#include "iocc2431.h"
typedef uint16_t mod_header_ptr;
typedef uint16_t func_cb_ptr;
www.eeworm.com/read/232817/4696138
h kertable_proc.h
#ifndef _KERTABLE_PROC_H_
#define _KERTABLE_PROC_H_
#include "kertable.h" // for SYS_KERTABLE_END
// NOTE - If you add a function to the PROC_KERTABLE, make sure to change
// PROC_KERTABLE_LEN
www.eeworm.com/read/229812/4735485
h proc386.h
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/229812/4736735
asm proc3.asm
.386
.model small
.code
foo proc watcom_c, a:word, b:word, cc:word, d:word, e:word, f:word
mov ax, a
mov ax, b
mov ax, cc
mov ax, d
mov ax, e
mov ax, f
ret
foo e