代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/347503/3170462
s baddata1.s
# Source file used to some bad data declarations.
.globl x
.data
foo:
# no way these are going to hold the pointers.
.byte x
.byte x+1
www.eeworm.com/read/320257/3548808
cpp 077.cpp
/////////////////////////////////////////////////////////////////////
// Mapper 77
void NES_mapper77::Reset()
{
// set CPU bank pointers
set_CPU_banks(0,1,2,3);
// for Napoleon Senki
www.eeworm.com/read/316872/3585198
c setup.c
/*
* setup.c: Setup pointers to hardware dependent routines.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory
www.eeworm.com/read/305065/3780647
develo~1
DEVELOPER - Nmail
Development info:
--------------------
For those who want to know the source. Some quick pointers:
- There are 2 binaries
/home/httpd/cgi-bin/nmail
This is the big cah
www.eeworm.com/read/281519/4115641
h linked_ptr.h
/*
* linked_ptr - simple reference linked pointer
* (like reference counting, just using a linked list of the references
* instead of their count.)
*
* The implementation stores three pointers fo
www.eeworm.com/read/281519/4116278
h linked_ptr.h
/*
* linked_ptr - simple reference linked pointer
* (like reference counting, just using a linked list of the references
* instead of their count.)
*
* The implementation stores three pointers fo
www.eeworm.com/read/276987/4159722
c main.c
#include "LED.h"
void __main(void)
{
#ifdef DEBUG
debug();//Initialize the pointers to peripherals
#endif
//configure clocks
RCCU_MCLKConfig(RCCU_DEFAULT); // Configu
www.eeworm.com/read/447738/1696568
s baddata1.s
# Source file used to some bad data declarations.
.globl x
.data
foo:
# no way these are going to hold the pointers.
.byte x
.byte x+1
www.eeworm.com/read/419387/2078876
c funcargs.c
/* Test passing of arguments to functions. Use various sorts of arguments,
including basic types, pointers to those types, structures, lots of
args, etc, in various combinations. */
/* AIX
www.eeworm.com/read/418017/2094115
c funcargs.c
/* Test passing of arguments to functions. Use various sorts of arguments,
including basic types, pointers to those types, structures, lots of
args, etc, in various combinations. */
/* AIX