代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/117690/14908742
h j1939pro.h
#ifndef __j1939pro_h
#define __j1939pro_h
/*
j939pro.h
This header file contains the prototypes for the J1939 library routines.
These cannot be in j1939_16.h because the pointers to the user
www.eeworm.com/read/216570/15002629
h db.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/216502/4891087
c inv5.c
# include "stdio.h"
recopy (ft, fb, fa, nhash)
FILE *ft, *fb, *fa;
{
/* copy fb (old hash items/pointers) to ft (new ones) */
int n, i, iflong;
long getl();
int getw();
int *hpt_s;
int (*getfun)();
www.eeworm.com/read/178760/5313644
c bug-716242.c
/* bug-716242.c
syntax tests about function pointers at compile time
*/
#include
void *p;
int ret;
int mul2 (int i)
{
return 2 * i;
}
void g (int (*h) (int))
{
ret = h (2);
}
www.eeworm.com/read/277636/4153131
c mem_transfer.c
#include "../global.h"
#include "mem_transfer.h"
#include "decoder.h"
#include "define.h"
/* Function pointers - Initialized in the xvid.c module */
TRANSFER_8TO16COPY_PTR transfer_8to16copy;
TRANSF
www.eeworm.com/read/277636/4153316
c mem_transfer.c
#include "../global.h"
#include "mem_transfer.h"
#include "decoder.h"
#include "define.h"
/* Function pointers - Initialized in the xvid.c module */
TRANSFER_8TO16COPY_PTR transfer_8to16copy;
TRANSF
www.eeworm.com/read/277636/4153334
c colorspace.c
#include "../../../fmpeg4_driver/fmpeg4.h"
#include "colorspace.h"
#include "../divx4.h" // DEC_PICTURE
// function pointers
color_outputFuncPtr yv12_to_yuv;
#define MIN(A,B) ((A)
www.eeworm.com/read/381722/2641566
h stddef.h
#ifndef _STDDEF_H
#define _STDDEF_H
/* Signed type of difference of two pointers. */
#ifndef _PTRDIFF_T /* in case has defined it. */
#ifndef _T_PTRDIFF
#ifndef __PTRDIFF_T
#ifndef _P
www.eeworm.com/read/366702/2876596
f90 subref_array_pointer_1.f90
! { dg-do run }
! Test the fix for PRs29396, 29606, 30625 and 30871, in which pointers
! to arrays with subreferences did not work.
!
call pr29396
call pr29606
call pr30625
call pr30871
contai
www.eeworm.com/read/294317/8240530
h make2d.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