代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/233448/4675625

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/216502/4890987

c tran.c

#include "stdio.h" #include "awk.def" #include "awk.h" cell *symtab[MAXSYM]; /* symbol table pointers */ char **FS; /* initial field sep */ char **RS; /* initial record sep */ char **OFS; /* output
www.eeworm.com/read/203830/5038251

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/175482/5344421

cpp 009.cpp

///////////////////////////////////////////////////////////////////// // Mapper 9 void NES_mapper9::Reset() { // set CPU bank pointers set_CPU_banks(0,num_8k_ROM_banks-3,num_8k_ROM_banks-2,
www.eeworm.com/read/162614/5522070

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/162614/5526458

f90 char_result_4.f90

! Like char_result_3.f90, but the array arguments are pointers. ! { dg-do run } pure elemental function double (x) integer, intent (in) :: x integer :: double double = x * 2 end function double
www.eeworm.com/read/328357/3444332

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/326711/3470079

c fig08_38.c

/* Fig. 8.38: fig08_38.c Using strlen */ #include #include int main( void ) { /* initialize 3 char pointers */ const char *string1 = "abcdefghijklmnopqrstuvwxyz"
www.eeworm.com/read/326616/3470714

java basicdata.java

package org.xvolks.jnative.misc.basicStructures; import org.xvolks.jnative.exceptions.NativeException; import org.xvolks.jnative.pointers.Pointer; /** * $Id: BasicData.java,v 1.5 2006/06/09 20:
www.eeworm.com/read/326616/3470715

java hwnd.java

package org.xvolks.jnative.misc.basicStructures; import org.xvolks.jnative.exceptions.*; import org.xvolks.jnative.misc.machine.*; import org.xvolks.jnative.pointers.*; import org.xvolks.jnative