代码搜索结果
找到约 10,000 项符合
Driver 的代码
driver.h
// Declarations for filter driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#ifndef DRIVER_H
#define DRIVER_H
#define DRIVERNAME "MyFileFilter(zhangfan!)" // for
driver.h
void __svgalib_driver8_setpixel(int, int, int);
int __svgalib_driver8_getpixel(int, int);
void __svgalib_driver8_hline(int, int, int, int);
void __svgalib_driver8_fillbox(int, int, int, int, int);
voi
driver.c
/* driver.c Framebuffer primitives */
#include
#include
#include
#include
#include "inlstring.h" /* include inline string operations */
#include "vgagl.
add_driver
Makefile.cfg DRIVER, DRIVER_TEST
src/Makefile
src/vga.c driverspecs, config names, test
src/vga.h
src/driver.h
driver.h
/* VGAlib version 1.2 - (c) 1993 Tommy Frandsen */
/* */
/* This library is free software; you can redistribute it an
driver.h
/*
* WPA Supplicant - driver interface definition
* Copyright (c) 2003-2005, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
* it under
driver.java
package id3;
import shared.*;
/* Driver class, used to create,initialize,run inducers */
/** Basic Driver class used to interface the ID3Inducer.
* @author James Louis Created implementation.
driver.cc
// DRIVER.CC - test driver for the C++/object oriented translation and
// modification of MD5.
// Translation and modification (c) 1995 by Mordechai T. Abzug
// This translation/ modif
driver.c
#include "ProtoTypes.h"
#pragma alloc_text(INIT, DriverEntry)
/*............................................................................*/
/* Entry point of the device driver.