代码搜索:kernel
找到约 10,000 项符合「kernel」的源代码
代码结果 10,000
www.eeworm.com/read/291498/8412400
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(co
www.eeworm.com/read/291497/8412608
h kernel.h
www.eeworm.com/read/291494/8413277
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/291252/8431640
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/390477/8464314
m kernel.m
function kernel1 = kernel(X,l,n,q);
% Gauss Kernel Function;
for i = 1:l
for j = 1:l
temp = 0;
for k = 1:n
temp = temp + (X(i,k)-X(j,k))^2;
end;
www.eeworm.com/read/189605/8465877
java kernel.java
package jnt.scimark2;
public class kernel
{
// each measurement returns approx Mflops
public static double measureFFT(int N, double mintime, Random R)
{
// initialize FFT data as complex (N re
www.eeworm.com/read/189605/8465894
java kernel.java
package jnt.scimark2;
public class kernel
{
// each measurement returns approx Mflops
public static double measureFFT(int N, double mintime, Random R)
{
// initialize FFT data as complex (N re
www.eeworm.com/read/188962/8498868
kernel-doc
#!/usr/bin/perl
## Copyright (c) 1998 Michael Zucchi, All Rights Reserved ##
## Copyright (C) 2000 Tim Waugh ##
##
www.eeworm.com/read/290066/8507611
c kernel.c
/* kernel.c - the C part of the kernel */
/* Copyright (C) 1999 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the
www.eeworm.com/read/290057/8509105
h kernel.h
/*============================================================================
____________________________________________________________________________
________