代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/179911/5299561

h amigappc.h

/* ** asm-m68k/amigappc.h -- This header defines some values and pointers for ** the Phase 5 PowerUp card. ** ** Copyright 1997, 1998 by Phase5, Germany. ** ** This file is subj
www.eeworm.com/read/177697/5321354

c resample.c

// a52_resample_init should find the requested converter (from type flags -> // given number of channels) and set up some function pointers... // a52_resample() should do the conversion. #include "
www.eeworm.com/read/177697/5321817

c resample.c

// a52_resample_init should find the requested converter (from type flags -> // given number of channels) and set up some function pointers... // a52_resample() should do the conversion. #include "
www.eeworm.com/read/175482/5344379

cpp 151.cpp

#ifdef _NES_MAPPER_CPP_ ///////////////////////////////////////////////////////////////////// // Mapper 151 void NES_mapper151::Reset() { // set CPU bank pointers set_CPU_banks(0,1,num_8k_
www.eeworm.com/read/175482/5344436

cpp 246.cpp

#ifdef _NES_MAPPER_CPP_ ///////////////////////////////////////////////////////////////////// // Mapper 246 void NES_mapper246::Reset() { // set CPU bank pointers set_CPU_banks(0,1,num_8k_
www.eeworm.com/read/175482/5344564

cpp 064.cpp

#ifdef _NES_MAPPER_CPP_ ///////////////////////////////////////////////////////////////////// // Mapper 64 void NES_mapper64::Reset() { // set CPU bank pointers set_CPU_bank4(num_8k_ROM_ba
www.eeworm.com/read/166734/5473241

c hideset.c

#include #include #include #include "cpp.h" /* * A hideset is a null-terminated array of Nlist pointers. * They are referred to by indices in the hidesets arr
www.eeworm.com/read/162614/5518842

c dr49.c

// { dg-do compile } // Contributed by: Giovanni Bajo // DR 49: Non-constant pointers are invalid template arguments. template struct R { /* ... */ }; te
www.eeworm.com/read/162614/5520947

c koenig5.c

// { dg-do assemble } // To find function pointers in Koenig lookup is ok as long as we only find one. namespace A{ void foo(); struct X{}; void (*bar)(X*)=0; } using A::X; void (
www.eeworm.com/read/162614/5522079

c 900519_06.c

// { dg-do assemble } // g++ 1.37.1 bug 900519_06 // g++ allows the type given in an invocation of operator new to be a // reference type. // Since pointers to reference types are illegal, the requ