代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/385462/2590811

h err.h

#ifndef _ERR_H #define _ERR_H #include /* * Kernel pointers have redundant information, so we can use a * scheme where we can return either an error code or a dentry * pointer w
www.eeworm.com/read/366702/2871142

c ptrmem1.c

// { dg-do assemble } // GROUPS passed pointers-to-members class my_class { public: typedef void func_type (int num); my_class (int num, func_type* proc); void dispatch (void); private: int
www.eeworm.com/read/366702/2872081

c pmf3.c

// { dg-do assemble } // From: enewton@uunet.uu.NET // Subject: g++ 2.5.8: cannot cast member function pointers // Date: 27 Jan 1994 01:22:56 -0500 struct A { void f(char); void g(int); }; typede
www.eeworm.com/read/366702/2876332

f90 volatile7.f90

! { dg-do compile } ! { dg-options "-O2 -fdump-tree-optimized" } ! Tests whether volatile really works for pointers ! PR fortran/29601 logical, pointer, volatile :: t1 logical, pointer :: t2 integer :
www.eeworm.com/read/362989/2924602

h err.h

#ifndef _LINUX_ERR_H #define _LINUX_ERR_H #include #include /* * Kernel pointers have redundant information, so we can use a * scheme where we can return either a
www.eeworm.com/read/260772/4327481

h cdefbf561.h

/* * cdefBF561.h * * (c) Copyright 2001-2004 Analog Devices, Inc. All rights reserved. * */ /* C POINTERS TO SYSTEM MMR REGISTER AND MEMORY MAP FOR ADSP-BF561 */ #ifndef _CDEF_BF561_H #define
www.eeworm.com/read/152843/5656895

c setup.c

/* * linux/arch/mips/tx4938/toshiba_rbtx4938/setup.c * * Setup pointers to hardware-dependent routines. * Copyright (C) 2000-2001 Toshiba Corporation * * 2003-2005 (c) MontaVista Software, Inc.
www.eeworm.com/read/379432/9197835

c xkcan_node.c

#include #include #include "xkcan.h" //#pragma OT(4, speed) // Frame Datas and pointers _t_can_frame idata rxCanFrame[2]; _t_can_frame * idata pWriteRxCanFrame; _t_c
www.eeworm.com/read/375793/9349481

h make2db.h

#ifndef Make2DArray_ #define Make2DArray_ template void Make2DArray(T ** &x, int rows, int cols) {// Create a two-dimensional array. // create pointers for the rows x = new T
www.eeworm.com/read/372507/9507116

h make2db.h

#ifndef Make2DArray_ #define Make2DArray_ template void Make2DArray(T ** &x, int rows, int cols) {// Create a two-dimensional array. // create pointers for the rows x = new T