代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/316872/3589680
h irq.h
#include
/* Dave Redman (djhr@tadpole.co.uk)
* changed these to function pointers.. it saves cycles and will allow
* the irq dependencies to be split into different files at a later
www.eeworm.com/read/316872/3600365
h atarihw.h
/*
** linux/atarihw.h -- This header defines some macros and pointers for
** the various Atari custom hardware registers.
**
** Copyright 1994 by Björn Brauel
**
** 5/1/94 Roman Hod
www.eeworm.com/read/316872/3601896
h paca.h
/*
* include/asm-powerpc/paca.h
*
* This control block defines the PACA which defines the processor
* specific data for each logical processor on the system.
* There are some pointers defined tha
www.eeworm.com/read/294038/3922357
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/292705/3944202
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/273740/4195400
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/440906/1775160
c spec7.c
// Test that we allow simple throw specs on pointers.
void f() throw () { }
void (*pf)() throw () = f;
struct A
{
void g() throw () { }
static void (A::*pmf)() throw ();
};
void (A::* A::pmf)()
www.eeworm.com/read/440906/1777921
c pmem3.c
// Test that comparison of pointers to members does not complain about
// contravariance violation.
struct A { int i; };
struct B : public A { int j; int f (); };
int main ()
{
int A::*apm = &A::i;
www.eeworm.com/read/439082/1814222
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/437018/1839260
c vccssetup.c
/*
* Copyright (c) 1985 Thomas L. Quarles
*/
/* load the current source structure with those pointers needed later
* for fast matrix loading
*/
#include "prefix.h"
#include