代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/320257/3548826

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/316872/3587429

debug kconfig.debug

menu "Kernel hacking" source "lib/Kconfig.debug" # RMK wants arm kernels compiled with frame pointers so hardwire this to y. # If you know what you are doing and are willing to live without stack #
www.eeworm.com/read/287127/4026784

c pgpfilefifo.c

/* * pgpFileFIFO.c * Use a disk file as a fifo. * * File grows indefinitely until fifo empties, at which pointers reset * to the beginning. (File never shrinks though.) * So file size wil
www.eeworm.com/read/281949/4110640

s tahiti_init_caches_enabled_mmu_setup2.s

;/* tahiti_init_caches_enabled_MMU_setup2.s */ ;;; Copyright ARM Ltd 2000. All rights reserved. ; ; This module performs ROM/RAM remapping (if required), initializes stack pointers and ; interr
www.eeworm.com/read/278867/4141086

s exprbug.s

.space $TEXT$ .subspa $CODE$ .align 8 .export icode,data icode: .proc .callinfo frame=0,no_calls .entry bv,n 0(2) .exit nop .procend ; ; FIRST, argv array of pointers to a
www.eeworm.com/read/274140/4187976

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. #inc
www.eeworm.com/read/440906/1776575

c koenig5.c

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

c mos1setup.c

/* * Copyright (c) 1985 Thomas L. Quarles */ /* load the MOS1 device structure with those pointers needed later * for fast matrix loading */ #include "prefix.h" #include
www.eeworm.com/read/425567/2004786

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/425562/2005370

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 "