代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/264095/4293865
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/162614/5530105
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/162614/5531407
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/161438/5553446
cpp handle_exception.cpp
#include
#define OUR_EXCEPTION 0xE0000001
LONG WINAPI OurUnhandledExceptionFilter(LPEXCEPTION_POINTERS lpExceptionData)
{
EXCEPTION_RECORD *ExceptionRecord = lpExceptionData-
www.eeworm.com/read/161121/5557565
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/159825/5581132
h atarihw.h
/*
** linux/atarihw.h -- This header defines some macros and pointers for
** the various Atari custom hardware registers.
**
** Copyright 1994 by Bj攔n Brauel
**
** 5/1/94 Roma
www.eeworm.com/read/473450/6842937
java serverrandomqueue.java
class ServerRandomQueue
{
static int size;
static ColorSet[] queue;
static int head;
static int rear;
static boolean flag=false;
static int[] front;//The queue head pointers for variou
www.eeworm.com/read/395289/8186853
cpp list.cpp
/* list.cpp - Robert Ollington - 1/8/05
(based upon Mike Cameron Jones' C implementation for KXA251)
This code illustrates the use of pointers to implement a linked list,
with a
www.eeworm.com/read/293597/8283611
inc dos.inc
; DOS Interface Macros - Version 1.3 - for Microsoft Macro Assembler 6.1
; (C) Copyright Microsoft Corporation, 1987, 1988, 1989, 1990, 1993
; Typedefs for testing pointers
NPVOID TYPEDEF NEAR P
www.eeworm.com/read/171829/9734730
cpp handle_exception.cpp
#include
#define OUR_EXCEPTION 0xE0000001
LONG WINAPI OurUnhandledExceptionFilter(LPEXCEPTION_POINTERS lpExceptionData)
{
EXCEPTION_RECORD *ExceptionRecord = lpExceptionData-