代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/215255/15066179

c allocate.c

#include "global.h" int allocate() { int i,y,test=GOOD; /* allocate 2d-pointers */ if(!(f=(double ***)calloc(9,sizeof(double **)))) test=BAD; for(i=0;i
www.eeworm.com/read/208576/15243865

cpp fig08_28.cpp

// Fig. 8.28: fig08_28.cpp // Multipurpose sorting program using function pointers. #include using std::cout; using std::cin; using std::endl; #include using std::setw;
www.eeworm.com/read/34867/1046447

h smobjlib.h

/* smObjLib.h - shared memory object library header */ /* Copyright 1984-2002 Wind River Systems, Inc. */ /* modification history -------------------- 01l,03may02,mas made global pointers volatile
www.eeworm.com/read/489717/1211192

txt options.txt

Note that the UNROLL option makes the 'inner' des loop unroll all 16 rounds instead of the default 4. RISC1 and RISC2 are 2 alternatives for the inner loop and PTR means to use pointers arithmatic ins
www.eeworm.com/read/480145/1322673

h smobjlib.h

/* smObjLib.h - shared memory object library header */ /* Copyright 1984-2002 Wind River Systems, Inc. */ /* modification history -------------------- 01l,03may02,mas made global pointers volatile
www.eeworm.com/read/240162/4579852

c ptrmem2.c

// { dg-do compile } // Copyright (C) 2001, 2002 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 31 Dec 2001 // PR 4379. We created pointers to member refer
www.eeworm.com/read/240162/4582807

c 900213_02.c

// { dg-do assemble } // g++ 1.36.1 bug 900213_02 // The following erroneous code causes g++ to abort. // Cfront 2.0 passes this test. // keywords: abort, member pointers, operator* struct struct
www.eeworm.com/read/238768/4609125

txt options.txt

Note that the UNROLL option makes the 'inner' des loop unroll all 16 rounds instead of the default 4. RISC1 and RISC2 are 2 alternatives for the inner loop and PTR means to use pointers arithmatic ins
www.eeworm.com/read/233554/4666327

h efence.h

#include #include /* * ef_number is the largest unsigned integer we'll need. On systems that * support 64-bit pointers, this may be "unsigned long long". */ #if defined
www.eeworm.com/read/233448/4672354

c ptrmem2.c

// { dg-do compile } // Copyright (C) 2001, 2002 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 31 Dec 2001 // PR 4379. We created pointers to member refer