代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/396039/2425164
h tclptr.h
/*
Module for allowing Tcl code to hold C pointers.
Ed Karrels
Argonne National Laboratory
*/
#ifdef __STDC__
int AllocTclPtr( void *ptr );
/* allocate a slot in the tcl pointer ta
www.eeworm.com/read/385891/2579445
c kiobuftest.c
/*
* Example showing how to pin down a range of virtual pages from user-space
* to be able to do for example DMA directly into them.
*
* It is necessary because the pages the virtual pointers refe
www.eeworm.com/read/368386/2816235
c kiobuftest.c
/*
* Example showing how to pin down a range of virtual pages from user-space
* to be able to do for example DMA directly into them.
*
* It is necessary because the pages the virtual pointers refe
www.eeworm.com/read/366702/2868292
c ptrmem9.c
// Copyright (C) 2007 Free Software Foundation
// Contributed by Ollie Wild
// { dg-do compile }
// Test implicit conversion of pointers to member functions appearing as
// operands
www.eeworm.com/read/366702/2877558
f90 func_derived_2.f90
! { dg-do run }
! This tests the "virtual fix" for PR19561, where functions returning
! pointers to derived types were not generating correct code. This
! testcase is based on a simplified example in
www.eeworm.com/read/366702/2881789
c pointer-arith-3.c
/* Test diagnostics for arithmetic on void and function pointers.
Test with -pedantic. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-pedantic" }
www.eeworm.com/read/366702/2882505
c ops-long-2.c
/* { dg-do compile } */
/* Checks from the original ops.c that pass pointers to long or
unsigned long to operations that do not support that in released
versions of altivec.h. */
#include
www.eeworm.com/read/366702/2884590
c pointer-arith-1.c
/* Test diagnostics for arithmetic on void and function pointers.
Test with no special options. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "" }
www.eeworm.com/read/350657/3120188
c kiobuftest.c
/*
* Example showing how to pin down a range of virtual pages from user-space
* to be able to do for example DMA directly into them.
*
* It is necessary because the pages the virtual pointers refe
www.eeworm.com/read/264880/4286753
c printv.c
/*@A (C) 1992 Allen I. Holub */
#include
void printv( fp, argv )
FILE *fp;
char **argv;
{
/* Print an argv-like array of pointers t