代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/406924/2272305
s blinit.s
;;; Copyright ARM Ltd 2001. All rights reserved.
;
; This module performs ROM/RAM remapping (if required), initializes stack
; pointers and interrupts for each mode, and finally branches to __main
www.eeworm.com/read/381490/2643893
tips-nokia770
Here are some pointers how to work with Nokia 770 (2006 Software Edition).
1. For software development, you need a Linux box with root access, download
and install scratxhbox as described in:
www.eeworm.com/read/366702/2872839
m func-ptr-2.m
/* Check if method parameters that are functions are gracefully decayed
into pointers. */
/* Contributed by Ziemowit Laski */
/* { dg-do run } */
#include
#in
www.eeworm.com/read/366702/2876686
f90 associated_1.f90
! { dg-do run }
! PR 25292: Check that the intrinsic associated works with functions returning
! pointers as arguments
program test
real, pointer :: a, b
nullify(a,b)
if(associated(a,b).or.a
www.eeworm.com/read/366702/2882491
c ops-long-1.c
/* { dg-do compile } */
/* Checks from the original ops.c that pass pointers to long or
unsigned long for operations that support that in released versions
of . */
#include
www.eeworm.com/read/358128/3001485
pod perlintro.pod
=head1 NAME
perlintro -- a brief introduction and overview of Perl
=head1 DESCRIPTION
This document is intended to give you a quick overview of the Perl
programming language, along with pointers to
www.eeworm.com/read/357083/3031101
h amigahw.h
/*
** asm-m68k/amigahw.h -- This header defines some macros and pointers for
** the various Amiga custom hardware registers.
** The naming conventions used here c
www.eeworm.com/read/162614/5530092
c ops-long-1.c
/* { dg-do compile } */
/* Checks from the original ops.c that pass pointers to long or
unsigned long for operations that support that in released versions
of . */
#include
www.eeworm.com/read/162614/5536841
java pr83.java
// PR 83
/*
* test that caught null pointers exceptions in finalizers work correctly
* and that local variables are accessible in null pointer exception handlers.
*/
import java.io.*;
public clas
www.eeworm.com/read/162519/5546373
java pr83.java
// PR 83
/*
* test that caught null pointers exceptions in finalizers work correctly
* and that local variables are accessible in null pointer exception handlers.
*/
import java.io.*;
public clas