代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/362989/2924906

h pagevec.h

/* * include/linux/pagevec.h * * In many places it is efficient to batch an operation up against multiple * pages. A pagevec is a multipage container which is used for that. */ /* 14 pointers +
www.eeworm.com/read/264880/4286733

c assort.c

/*@A (C) 1992 Allen I. Holub */ /* ASSORT.C A version of ssort optimized for arrays of pointers. */ #include #ifdef __TURBOC__ /
www.eeworm.com/read/260708/4328885

pro retepred.pro

% rete - the predicates which implement the Rete pattern matching algorithm. % It should be modified some day % to use pointers to working memory in the memory predicates rather % than the full t
www.eeworm.com/read/260597/4331054

inc help.inc

; ;* help.h ;* ;* typedefs & definitions used in the help system and by those who use it. ;* ;* define: ;* HOFFSET - to define buffer pointers (PB's) as handle/offset, else ;* they are def
www.eeworm.com/read/159825/5581129

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 her
www.eeworm.com/read/158872/5592182

c funcargs.c

/* Test passing of arguments to functions. Use various sorts of arguments, including basic types, pointers to those types, structures, lots of args, etc, in various combinations. */ /* AIX
www.eeworm.com/read/170709/9792861

cpp passbyptr.cpp

//Listing 11.5 Demonstrates passing by reference #include void swap(int *x, int *y); // the "*" says that the function expects to get pointers int main() { int x = 5
www.eeworm.com/read/235071/14086302

cpp passbyptr.cpp

//Listing 11.5 Demonstrates passing by reference #include void swap(int *x, int *y); // the "*" says that the function expects to get pointers int main() { int x = 5
www.eeworm.com/read/202330/15386056

c main.c

#include "LED.h" void __main(void) { #ifdef DEBUG debug();//Initialize the pointers to peripherals #endif //configure clocks RCCU_MCLKConfig(RCCU_DEFAULT); // Configu
www.eeworm.com/read/107068/15613667

html 4memory.html

Pointers and Dynamic Memory Allocation