代码搜索:pointers

找到约 4,056 项符合「pointers」的源代码

代码结果 4,056
www.eeworm.com/read/136812/5861868

h list.h

/* @(#)list.h 1.1 92/07/30 SMI */ /* * Copyright (c) 1986 by Sun Microsystems, Inc. */ #ifndef _NSE_LIST_H #define _NSE_LIST_H #include /* * A set of function pointers for generic
www.eeworm.com/read/136786/5863879

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/131283/5947185

h ptrs.h

#ifndef __GradSoft_ptrs_h #define __GradSoft_ptrs_h /* * ptrs.h --- definition of smart pointers . * (C) Ruslan Shevchenko, , 1997 * (C) Grad-Soft Ltd,
www.eeworm.com/read/128531/5985698

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/127781/5996809

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/110034/6168423

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/102935/6227011

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/477671/6730510

cpp rawp.cpp

//: C01:Rawp.cpp // From "Thinking in C++, 2nd Edition, Volume 2" // by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc. // Available at www.BruceEckel.com. // Naked pointers //{L} ../TestSui
www.eeworm.com/read/477671/6730512

cpp wrapped.cpp

//: C01:Wrapped.cpp // From "Thinking in C++, 2nd Edition, Volume 2" // by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc. // Available at www.BruceEckel.com. // Safe, atomic pointers //{L}
www.eeworm.com/read/477671/6730525

cpp voidrtti.cpp

//: C09:Voidrtti.cpp // From "Thinking in C++, 2nd Edition, Volume 2" // by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc. // Available at www.BruceEckel.com. // RTTI & void pointers //{L}