代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/410728/2204892
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/405816/2282390
c tokio.c
/***************************************************************************
Tokio memory map
CPU 1
0000-bfff ROM (8000-bfff is banked)
c000-dcff Graphic RAM. This contains pointers to the vid
www.eeworm.com/read/403487/2311693
svn-base linked_ptr.h.svn-base
/*
* 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/401513/2340137
h antlr3tokenstream.h
/** \file
* Defines the interface for an ANTLR3 common token stream. Custom token streams should create
* one of these and then override any functions by installing their own pointers
* to implemen
www.eeworm.com/read/401513/2340157
h antlr3interfaces.h
/** \file
* Declarations for all the antlr3 C runtime interfaces/classes. This
* allows the structures that define the interfaces to contain pointers to
* each other without trying to sort out the
www.eeworm.com/read/389879/2531638
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/377803/2696185
cpp dlloader.cpp
/*
* dlLoader Object defining routines to dynamically load libraries and retrieve pointers to symbols
* within the library. (DL: dynamic library)
* Copyright (C) 2002 Johnathan Ingram, jingram@
www.eeworm.com/read/377803/2696194
h dlloader.h
/*
* dlLoader Object defining routines to dynamically load libraries and retrieve pointers to symbols
* within the library. (DL: dynamic library)
* Copyright (C) 2002 Johnathan Ingram, jingram@
www.eeworm.com/read/375736/2721049
inc help.inc
;
;* help.h
;*
;* typedefs & definitions used in the help system and by those who use it.
;*
;* define:
;* HOFFSET - to define buffer pointers (PB's) as handle/offset, else
;* they are def
www.eeworm.com/read/366702/2884466
c cast-1.c
/* Test for strings cast through integer types: should not be treated
as format strings unless the types are of the same width as
pointers (intptr_t or similar). */
/* Origin: Joseph Myers