代码搜索:pointers

找到约 4,056 项符合「pointers」的源代码

代码结果 4,056
www.eeworm.com/read/243567/4522861

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/240722/4570150

dox state.dox

/** \page state The State Library The state library provides means for objects to save and restore their state. Features include: Pointers to base types can be saved and restored. Th
www.eeworm.com/read/233448/4684595

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/233448/4685176

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/233448/4686315

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/229812/4737433

h arrayob.h

#ifndef ARRAYOB_H #define ARRAYOB_H /* ArrayOb.h -- declarations for array of object pointers THIS SOFTWARE FITS THE DESCRIPTION IN THE U.S. COPYRIGHT ACT OF A "UNITED STATES
www.eeworm.com/read/229812/4752980

c intc.c

// INTC.C // Demonstrates calling interrupt not natively supported by CauseWay // that uses segment:offset pointers. // C language version, assembly language version is INTASM.ASM // #include
www.eeworm.com/read/222917/4815487

c gd_io_ss.c

/* * io_ss.c * * Implements the Source/Sink interface. * * As will all I/O modules, most functions are for local use only (called * via function pointers in the I/O context). *
www.eeworm.com/read/222917/4815489

c gd_io_file.c

/* * io_file.c * * Implements the file interface. * * As will all I/O modules, most functions are for local use only (called * via function pointers in the I/O context). * * M
www.eeworm.com/read/222917/4815510

h gdcache.h

/* * gdcache.h * * Caches of pointers to user structs in which the least-recently-used * element is replaced in the event of a cache miss after the cache has * reached a given size. * * John