代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/479931/1328465

c funcargs.c

/* Test passing of arguments to functions. Use various sorts of arguments, including basic types, pointers to those types, structures, lots of args, etc, in various combinations. */ /* AIX
www.eeworm.com/read/456693/1604738

h listobject.h

/* Portions Copyright (c) 2005 Nokia Corporation */ /* List object interface */ /* Another generally useful object type is an list of object pointers. This is a mutable type: the list items ca
www.eeworm.com/read/240204/4577445

g test.g

www.eeworm.com/read/234134/4661388

inc help.inc

; ;* help.h ;* ;* typedefs & definitions used in the help system and by those who use it. ;* ;* define: ;* HOFFSET - to define buffer pointers (PB's) as handle/offset, else ;* they are def
www.eeworm.com/read/204040/5035721

inc help.inc

; ;* help.h ;* ;* typedefs & definitions used in the help system and by those who use it. ;* ;* define: ;* HOFFSET - to define buffer pointers (PB's) as handle/offset, else ;* they are def
www.eeworm.com/read/192230/5159570

c funcargs.c

/* Test passing of arguments to functions. Use various sorts of arguments, including basic types, pointers to those types, structures, lots of args, etc, in various combinations. */ /* AIX
www.eeworm.com/read/175482/5344546

cpp 077.cpp

///////////////////////////////////////////////////////////////////// // Mapper 77 void NES_mapper77::Reset() { // set CPU bank pointers set_CPU_banks(0,1,2,3); // for Napoleon Senki
www.eeworm.com/read/167133/5469488

java nullpointertest.java

/* * test that caught null pointers exceptions in finalizers work correctly * and that local variables are accessible in null pointer exception handlers. */ import java.io.*; public class NullPoin
www.eeworm.com/read/164348/5494402

h comptr.h

//////////////////////////////////////// // // interface for a simple wrapper class for COM (ref counted) pointers. // #if !defined(COM_PTR_INC__) #define COM_PTR_INC__ #if _MSC_VER >= 1000
www.eeworm.com/read/162614/5526205

f90 associated_1.f90

! { dg-do run } ! PR 25292: Check that the intrinsic associated works with functions returning ! pointers as arguments program test real, pointer :: a, b allocate(a) if (.not.associated(x(a)