代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/353640/3084771
h smobjlib.h
/* smObjLib.h - shared memory object library header */
/* Copyright 1984-2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01l,03may02,mas made global pointers volatile
www.eeworm.com/read/162614/5531293
c miss-4.c
/* Test warnings for missing format attributes on function pointers. */
/* Origin: Kaveh Ghazi */
/* { dg-do compile } */
/* { dg-options "-std=gnu99 -Wmissing-format-attribu
www.eeworm.com/read/162614/5531294
c miss-6.c
/* Test warnings for missing format attributes on function pointers. */
/* Origin: Kaveh Ghazi */
/* { dg-do compile } */
/* { dg-options "-std=gnu99 -Wmissing-format-attribu
www.eeworm.com/read/162614/5531321
c miss-3.c
/* Test warnings for missing format attributes on function pointers. */
/* Origin: Kaveh Ghazi */
/* { dg-do compile } */
/* { dg-options "-std=gnu99 -Wmissing-format-attribu
www.eeworm.com/read/162614/5531334
c miss-5.c
/* Test warnings for missing format attributes on function pointers. */
/* Origin: Kaveh Ghazi */
/* { dg-do compile } */
/* { dg-options "-std=gnu99 -Wmissing-format-attribu
www.eeworm.com/read/160303/5572692
txt options.txt
Note that the UNROLL option makes the 'inner' des loop unroll all 16 rounds
instead of the default 4.
RISC1 and RISC2 are 2 alternatives for the inner loop and
PTR means to use pointers arithmatic ins
www.eeworm.com/read/170709/9792841
cpp passingptrfunction.cpp
// Listing 20.7 Pointers to Functions as args
#include
using namespace std; // this file uses std:: objects
void Square (int&,int&);
void Cube (int&, int&);
void Swap (int&, i
www.eeworm.com/read/266403/11227063
cpp cio.cpp
// Created:10-27-98
// By Jeff Connelly
// ComprLib I/O header
#include "stdafx.h"
// Global function pointers for I/O definitions
BOOL (*end_of_data)();
unsigned char (*read_byte)();
voi
www.eeworm.com/read/249076/12521659
txt options.txt
Note that the UNROLL option makes the 'inner' des loop unroll all 16 rounds
instead of the default 4.
RISC1 and RISC2 are 2 alternatives for the inner loop and
PTR means to use pointers arithmatic ins
www.eeworm.com/read/201477/15407430
cpp union2.cpp
// union/find using chains and size info
// simulated pointers used
#include
#include "swap.h"
#include "enode.h"
#include "xcept.h"
EquivNode *node; // array of nodes
void I