代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/264095/4293789
c loadmmu.c
/* $Id: loadmmu.c,v 1.56 2000/02/08 20:24:21 davem Exp $
* loadmmu.c: This code loads up all the mm function pointers once the
* machine type has been determined. It also sets the stat
www.eeworm.com/read/262041/4316776
h err.h
#ifndef _LINUX_ERR_H
#define _LINUX_ERR_H
#include
#include
/*
* Kernel pointers have redundant information, so we can use a
* scheme where we can return
www.eeworm.com/read/161121/5557487
c loadmmu.c
/* $Id: loadmmu.c,v 1.56 2000/02/08 20:24:21 davem Exp $
* loadmmu.c: This code loads up all the mm function pointers once the
* machine type has been determined. It also sets the stat
www.eeworm.com/read/152843/5659574
c loadmmu.c
/* $Id: loadmmu.c,v 1.56 2000/02/08 20:24:21 davem Exp $
* loadmmu.c: This code loads up all the mm function pointers once the
* machine type has been determined. It also sets the stat
www.eeworm.com/read/367457/9746622
lnt co-msc60.lnt
// co-msc60.lnt
// Compiler Options for Microsoft C Version 12.x
// (32 bit version)
-cmsc
-si4 // integers are 4 bytes
-sp4 // pointers are 4 bytes too.
-A(C++1997) //
www.eeworm.com/read/367457/9746726
lnt co-msc60.lnt
// co-msc60.lnt
// Compiler Options for Microsoft C Version 12.x
// (32 bit version)
-cmsc
-si4 // integers are 4 bytes
-sp4 // pointers are 4 bytes too.
-A(C++1997) //
www.eeworm.com/read/367457/9746803
lnt co-msc50.lnt
// co-msc50.lnt
// Compiler Options for Microsoft C Version 11.x
// (32 bit version)
-cmsc
-si4 // integers are 4 bytes
-sp4 // pointers are 4 bytes too.
-A(C++1997) //
www.eeworm.com/read/113029/15472230
cpp fig10_05.cpp
// Fig. 10.5: fig10_05.cpp
// Aiming base-class and derived-class pointers at base-class
// and derived-class objects, respectively.
#include
using std::cout;
using std::endl;
using
www.eeworm.com/read/109584/15554063
htm dec_3723.htm
19.2 Declaration and Initialization of Auto Pointers
www.eeworm.com/read/188512/8533566
cpp fig13_05.cpp
// Fig. 13.5: fig13_05.cpp
// Aiming base-class and derived-class pointers at base-class
// and derived-class objects, respectively.
#include
using std::cout;
using std::endl;
using s