Home
last modified time | relevance | path

Searched refs:malloc2D (Results 1 – 10 of 10) sorted by relevance

/dports/cad/pcb/pcb-4.2.0/gts/
H A Diso.c58 static void ** malloc2D (guint nx, guint ny, gulong size) in malloc2D() function
91 g->p = (GtsPoint **) malloc2D (nx, ny, sizeof (GtsPoint)); in gts_grid_plane_new()
129 (OrientedVertex **) malloc2D (nx, ny, sizeof (OrientedVertex)); in gts_iso_slice_new()
131 (OrientedVertex **) malloc2D (nx - 1, ny, sizeof (OrientedVertex)); in gts_iso_slice_new()
133 (OrientedVertex **) malloc2D (nx, ny - 1, sizeof (OrientedVertex)); in gts_iso_slice_new()
426 f1 = (gdouble **) malloc2D (g.nx, g.ny, sizeof (gdouble)); in gts_isosurface_cartesian()
427 f2 = (gdouble **) malloc2D (g.nx, g.ny, sizeof (gdouble)); in gts_isosurface_cartesian()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/gts/src/
H A Diso.c58 static void ** malloc2D (guint nx, guint ny, gulong size) in malloc2D() function
91 g->p = (GtsPoint **) malloc2D (nx, ny, sizeof (GtsPoint)); in gts_grid_plane_new()
129 (OrientedVertex **) malloc2D (nx, ny, sizeof (OrientedVertex)); in gts_iso_slice_new()
131 (OrientedVertex **) malloc2D (nx - 1, ny, sizeof (OrientedVertex)); in gts_iso_slice_new()
133 (OrientedVertex **) malloc2D (nx, ny - 1, sizeof (OrientedVertex)); in gts_iso_slice_new()
426 f1 = (gdouble **) malloc2D (g.nx, g.ny, sizeof (gdouble)); in gts_isosurface_cartesian()
427 f2 = (gdouble **) malloc2D (g.nx, g.ny, sizeof (gdouble)); in gts_isosurface_cartesian()
/dports/graphics/gts/gts-0.7.6/src/
H A Diso.c58 static void ** malloc2D (guint nx, guint ny, gulong size) in malloc2D() function
91 g->p = (GtsPoint **) malloc2D (nx, ny, sizeof (GtsPoint)); in gts_grid_plane_new()
129 (OrientedVertex **) malloc2D (nx, ny, sizeof (OrientedVertex)); in gts_iso_slice_new()
131 (OrientedVertex **) malloc2D (nx - 1, ny, sizeof (OrientedVertex)); in gts_iso_slice_new()
133 (OrientedVertex **) malloc2D (nx, ny - 1, sizeof (OrientedVertex)); in gts_iso_slice_new()
426 f1 = (gdouble **) malloc2D (g.nx, g.ny, sizeof (gdouble)); in gts_isosurface_cartesian()
427 f2 = (gdouble **) malloc2D (g.nx, g.ny, sizeof (gdouble)); in gts_isosurface_cartesian()
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers/
H A DTools.h12 void * * malloc2D( Uint32 count1, Uint32 count2, Uint32 size );
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/source/
H A DTools.cpp21 void * * malloc2D( Uint32 count1, Uint32 count2, Uint32 size ) in malloc2D() function
H A DBlinkenFrame.cpp83 pFrame->ppData = (unsigned char * *)malloc2D( height, width * channels, sizeof( unsigned char ) ); in BlinkenFrameNew()
276 ppData = (unsigned char * *)malloc2D( height, width * channels, sizeof( unsigned char ) ); in BlinkenFrameResize()
360 ppData = (unsigned char * *)malloc2D( height, width * pFrame->channels, sizeof( unsigned char ) ); in BlinkenFrameScale()
H A DBlinkenMovie.cpp52 pMovie->pppInfos = (char * * *)malloc2D( 0, 2, sizeof( char * ) ); in BlinkenMovieNew()
211 pppNewInfos = (char * * *)malloc2D( pMovie->infoCnt + 1, 2, sizeof( char * ) ); in BlinkenMovieInsertInfo()
259 pppNewInfos = (char * * *)malloc2D( pMovie->infoCnt - 1, 2, sizeof( char * ) ); in BlinkenMovieDeleteInfo()
288 pppNewInfos = (char * * *)malloc2D( 0, 2, sizeof( char * ) ); in BlinkenMovieDeleteInfos()
/dports/math/PDL/PDL-2.019/Lib/Fit/Gaussian/
H A Dgauss.c27 static double **malloc2D (int nx, int ny) in malloc2D() function
294 d = malloc2D( npoints, NPAR); in marquardt()
299 d2 = malloc2D( npoints, NPAR); in marquardt()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/gts/examples/
H A Dcartesian.c38 static void ** malloc2D (guint nx, guint ny, gulong size) in malloc2D() function
65 grid->vertices = (GtsVertex ***) malloc2D (nx, ny, sizeof (GtsVertex *)); in cartesian_grid_new()
/dports/graphics/gts/gts-0.7.6/examples/
H A Dcartesian.c39 static void ** malloc2D (guint nx, guint ny, gulong size) in malloc2D() function
66 grid->vertices = (GtsVertex ***) malloc2D (nx, ny, sizeof (GtsVertex *)); in cartesian_grid_new()