代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/437018/1839271
c cccssetup.c
/*
* Copyright (c) 1985 Thomas L. Quarles
*/
/* load the voltage source structure with those pointers needed later
* for fast matrix loading
*/
#include "prefix.h"
#include
www.eeworm.com/read/437018/1839435
c ccvssetup.c
/*
* Copyright (c) 1985 Thomas L. Quarles
*/
/* load the voltage source structure with those pointers needed later
* for fast matrix loading
*/
#include "prefix.h"
#include
www.eeworm.com/read/437018/1839477
c vcvssetup.c
/*
* Copyright (c) 1985 Thomas L. Quarles
*/
/* load the voltage source structure with those pointers needed later
* for fast matrix loading
*/
#include "prefix.h"
#include
www.eeworm.com/read/430518/1923200
c kiobuftest.c
/*
* Example showing how to pin down a range of virtual pages from user-space
* to be able to do for example DMA directly into them.
*
* It is necessary because the pages the virtual pointers refe
www.eeworm.com/read/430182/1937780
c kiobuftest.c
/*
* Example showing how to pin down a range of virtual pages from user-space
* to be able to do for example DMA directly into them.
*
* It is necessary because the pages the virtual pointers refe
www.eeworm.com/read/422060/2043263
c gd_io_ss.c
/*
* io_ss.c
*
* Implements the Source/Sink interface.
*
* As will all I/O modules, most functions are for local use only (called
* via function pointers in the I/O context).
*
www.eeworm.com/read/422060/2043265
c gd_io_file.c
/*
* io_file.c
*
* Implements the file interface.
*
* As will all I/O modules, most functions are for local use only (called
* via function pointers in the I/O context).
*
* M
www.eeworm.com/read/407447/2263994
c except.c
#include
#include
#include "crt.h"
EXPORT int _XcptFilter (
unsigned long xcptnum,
void* px//PEXCEPTION_POINTERS pxcptinfoptrs
)
{
dprintf("
www.eeworm.com/read/405332/2293162
c kiobuftest.c
/*
* Example showing how to pin down a range of virtual pages from user-space
* to be able to do for example DMA directly into them.
*
* It is necessary because the pages the virtual pointers refe
www.eeworm.com/read/398713/2371255
cpp ex10_3.cpp
// ex10_3.cpp
// sort an array of pointers to strings
#include
#include //for strcmp(), etc.
using namespace std;
const int DAYS = 7; //number of poi