代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/316872/3602955

h cdefbf561.h

/* * File: include/asm-blackfin/mach-bf561/cdefBF561.h * Based on: * Author: * * Created: * Description: C POINTERS TO SYSTEM MMR REGISTER AND MEMORY MAP FOR ADSP-BF561 * * Rev: * *
www.eeworm.com/read/298327/3867841

cpp featureset.cpp

/** @file FeatureSet.cpp * @brief Defines STL like container wrapper for storing CFeature pointers. * @author Tobi Vollebregt */ #include "StdAfx.h" #include "creg/STL_Map.h" #include "Fe
www.eeworm.com/read/286193/4041835

h list.h

// Exercise 16.11: List.h // List class stores pointers to the first and last items in // the linked list and manages the linked list. #ifndef LIST_H #define LIST_H using namespace std; // for
www.eeworm.com/read/286193/4041841

h list.h

// Exercise 16.12: List.h // List class stores pointers to the first and last customers in // the linked list and manages the linked list. #ifndef LIST_H #define LIST_H using namespace std; //
www.eeworm.com/read/440906/1774750

c mangle5.c

// Test mangling of pointers to cv-qualified member functions struct A; void f (void (A::*)() const) {} // { dg-final { scan-assembler "\n_?_Z1fM1AKFvvE\[: \t\n\]" } }
www.eeworm.com/read/440906/1781352

c 20011106-1.c

/* Test that functions passed to the comma operator are correctly converted to pointers. */ /* Origin: Joseph Myers . */ void foo (void); void (*fp) (void); char x[sizeof (1, fo
www.eeworm.com/read/432906/1888928

h generic.h

#ifndef __XEN_BYTEORDER_GENERIC_H__ #define __XEN_BYTEORDER_GENERIC_H__ /* * Generic Byte-reordering support * * The "... p" macros, like le64_to_cpup, can be used with pointers * to unaligned da
www.eeworm.com/read/402787/2317929

cpp ex4_19.cpp

// Ex4_19.cpp : main project file. // Creating and using interior pointers #include "stdafx.h" using namespace System; int main(array ^args) { // Access array elements
www.eeworm.com/read/395929/2430956

c hideset.c

#include #include #include #include "cpp.h" /* * A hideset is a null-terminated array of Nlist pointers. * They are referred to by indices in the hidesets array. *
www.eeworm.com/read/385462/2591803

h generic.h

#ifndef __XEN_BYTEORDER_GENERIC_H__ #define __XEN_BYTEORDER_GENERIC_H__ /* * Generic Byte-reordering support * * The "... p" macros, like le64_to_cpup, can be used with pointers * to unaligned da