代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/233448/4676651
m objc-gc-7.m
/* APPLE LOCAL file ObjC GC */
/* Do _not_ generate write barriers for global function pointers,
even ones returning 'id'. */
/* { dg-do compile } */
/* { dg-options "-fnext-runtime -fobjc-gc -Was
www.eeworm.com/read/233448/4681812
c 20030913-1.c
/* Assignments via pointers pointing to global variables were being killed
by SSA-DCE. Test contributed by Paul Brook */
int glob;
void
fn2(int ** q)
{
*q = &glob;
}
www.eeworm.com/read/229812/4742208
c jww475.c
// -ox-d1-ml
// generates a const table that requires a segment reloc (far ptr)
// to a R/W segment
// can we setup the tables to only use near pointers when an object is
// near? AFS (affects Wi
www.eeworm.com/read/222917/4815430
c gdcache.c
/*
* $Id: gdcache.c,v 1.5.2.3 2005/01/09 21:05:31 sniper Exp $
*
* Caches of pointers to user structs in which the least-recently-used
* element is replaced in the event of a cache miss after th
www.eeworm.com/read/222917/4815512
h gdcache.h
/*
* $Id: gdcache.h,v 1.2.14.2 2003/03/05 16:04:20 iliaa Exp $
*
* Caches of pointers to user structs in which the least-recently-used
* element is replaced in the event of a cache miss after t
www.eeworm.com/read/211427/4943001
h decdirda.h
// Copyright (c) 1999-2000 Microsoft Corporation. All rights reserved.
#ifndef _DECDIRDA_H_
#define _DECDIRDA_H_
// returns pointers pOutStr
TCHAR *DecodeIRDA(int *pFrameType,// return frame t
www.eeworm.com/read/209211/4983787
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 array.
* Hideset
www.eeworm.com/read/208414/4993164
c pgpfilefifo.c
/*
* pgpFileFIFO.c -- Use a disk file as a fifo.
*
* Copyright (C) 1996,1997 Pretty Good Privacy, Inc. All rights reserved.
*
* File grows indefinitely until fifo empties, at which pointers
www.eeworm.com/read/190666/5172697
c ptrmem2.c
// { dg-do compile }
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 31 Dec 2001
// PR 4379. We created pointers to member references
www.eeworm.com/read/190666/5172699
c ptrmem1.c
// { dg-do run }
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 31 Dec 2001
// PR 4379. We created pointers to member references and