Home
last modified time | relevance | path

Searched defs:_Nodes (Results 1 – 12 of 12) sorted by relevance

/dports/astro/routino/routino-3.3.3/src/
H A Dnodes.h68 struct _Nodes struct
70 NodesFile file; /*+ The header data from the file. +*/
74 char *data; /*+ The memory mapped data in the file. +*/
76 index_t *offsets; /*+ A pointer to the array of offsets in the file. +*/
78 Node *nodes; /*+ A pointer to the array of nodes in the file. +*/
82 int fd; /*+ The file descriptor for the file. +*/
84 index_t *offsets; /*+ An allocated array with a copy of the file offsets. +*/
86 offset_t nodesoffset; /*+ The offset of the nodes within the file. +*/
88 Node cached[6]; /*+ Some cached nodes read from the file in slim mode. +*/
90 NodeCache *cache; /*+ A RAM cache of nodes read from the file. +*/
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Dcolor.c85 typedef struct _Nodes struct
90 struct _Nodes argument
91 *next;
H A Dquantize.c232 typedef struct _Nodes struct
237 struct _Nodes argument
238 *next;
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Dhistogram.c91 typedef struct _Nodes struct
96 struct _Nodes argument
97 *next;
H A Dquantize.c255 typedef struct _Nodes struct
260 struct _Nodes argument
261 *next;
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dhistogram.c91 typedef struct _Nodes struct
96 struct _Nodes argument
97 *next;
H A Dquantize.c255 typedef struct _Nodes struct
260 struct _Nodes argument
261 *next;
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Dhistogram.c91 typedef struct _Nodes struct
96 struct _Nodes argument
97 *next;
H A Dquantize.c242 typedef struct _Nodes struct
247 struct _Nodes argument
248 *next;
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Dhistogram.c91 typedef struct _Nodes struct
96 struct _Nodes argument
97 *next;
H A Dquantize.c242 typedef struct _Nodes struct
247 struct _Nodes argument
248 *next;
/dports/science/v_sim/v_sim-3.8.0/src/dumpModules/
H A DdumpToGif.c127 typedef struct _Nodes { struct
129 struct _Nodes *next; argument