代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/175482/5344555
cpp 188.cpp
#ifdef _NES_MAPPER_CPP_
/////////////////////////////////////////////////////////////////////
// Mapper 188
void NES_mapper188::Reset()
{
// set CPU bank pointers
if(num_8k_ROM_banks > 16)
www.eeworm.com/read/162614/5522882
m func-ptr-2.m
/* Check if method parameters that are functions are gracefully decayed
into pointers. */
/* Contributed by Ziemowit Laski */
/* { dg-do run } */
#include
#in
www.eeworm.com/read/350097/3133661
h amigahw.h
/*
** asm-m68k/amigahw.h -- This header defines some macros and pointers for
** the various Amiga custom hardware registers.
** The naming conventions used here c
www.eeworm.com/read/340665/3281576
java pr83.java
// PR 83
/*
* 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 clas
www.eeworm.com/read/338546/3314973
h antlr3tokenstream.h
/** \file
* Defines teh interface for an ANTLR3 common token stream. Custom token streams shuld creaet
* one of these and then override any funcitnos by installing their own pointers
* to implement
www.eeworm.com/read/320257/3548787
cpp 083.cpp
/////////////////////////////////////////////////////////////////////
// Mapper 83
void NES_mapper83::Reset()
{
regs[0] = regs[1] = regs[2] = 0;
// set CPU bank pointers
if(num_8k_ROM_
www.eeworm.com/read/320257/3548817
cpp 188.cpp
#ifdef _NES_MAPPER_CPP_
/////////////////////////////////////////////////////////////////////
// Mapper 188
void NES_mapper188::Reset()
{
// set CPU bank pointers
if(num_8k_ROM_banks > 16)
www.eeworm.com/read/316872/3600353
h amigahw.h
/*
** asm-m68k/amigahw.h -- This header defines some macros and pointers for
** the various Amiga custom hardware registers.
** The naming conventions used here c
www.eeworm.com/read/299166/3855551
s 2440init.s
;;; Copyright ARM Ltd 2001. All rights reserved.
;
; This module performs ROM/RAM remapping (if required), initializes stack
; pointers and interrupts for each mode, and finally branches to __main
www.eeworm.com/read/292705/3947355
h amigahw.h
/*
** asm-m68k/amigahw.h -- This header defines some macros and pointers for
** the various Amiga custom hardware registers.
** The naming conventions used here c