代码搜索:kernel
找到约 10,000 项符合「kernel」的源代码
代码结果 10,000
www.eeworm.com/read/138453/13235567
asm kernel.asm
;/**********************************************************************/
;/* */
;/* File name: kernel.asm
www.eeworm.com/read/138118/13259550
h kernel.h
#ifndef kernel_h
#define kernel_h 1
#include
#include
#include
#include "globals.h"
#include "example_set.h"
#include "parameters.h"
/**
* Base class for all kernels
www.eeworm.com/read/138118/13259647
cpp kernel.cpp
#include "stdafx.h"
#include "kernel.h"
/**
*
* kernel_container_c
*
**/
kernel_container_c::~kernel_container_c(){
kernel = 0;
};
kernel_c* kernel_container_c::get_kernel(){
if(kernel =
www.eeworm.com/read/324400/13264714
h kernel.h
/************************************************************************/
/* */
/* kernel.h
www.eeworm.com/read/324228/13278519
kernel makefile.kernel
#
# Makefile for the linux YAFFS filesystem routines.
#
obj-$(CONFIG_YAFFS_FS) += yaffs.o
yaffs-y := yaffs_ecc.o yaffs_fs.o yaffs_guts.o yaffs_checkptrw.o
yaffs-y += yaffs_packedtags1.o yaffs_packed
www.eeworm.com/read/239416/13281264
c kernel.c
www.eeworm.com/read/136565/13301149
h kernel.h
/*
* 'kernel.h' contains some often-used function prototypes etc
*/
void verify_area(void * addr,int count);
volatile void panic(const char * str);
int printf(const char * fmt, ...);
int printk(cons
www.eeworm.com/read/137612/13308919
h kernel.h
/*
* 'kernel.h' contains some often-used function prototypes etc
*/
void verify_area(void * addr,int count);
//void panic(const char * str);
int printf(const char * fmt, ...);
int printk(const char
www.eeworm.com/read/323831/13313945
h kernel.h
// Copyright (C) 2003 Ronan Collobert (collober@idiap.ch)
//
// This file is part of Torch 3.
//
// All rights reserved.
//
// Redistribution and use in source and binary forms,
www.eeworm.com/read/137262/13336653
dsp kernel.dsp
# Microsoft Developer Studio Project File - Name="kernel" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) St