Home
last modified time | relevance | path

Searched refs:node_pool_count (Results 1 – 5 of 5) sorted by relevance

/dports/databases/grass7/grass-7.8.6/raster/r.stats/
H A Dstats.c10 static int node_pool_count; variable
45 node_pool_count = 0; in initialize_cell_stats()
69 if (node_pool_count <= 0) in NewNode()
70 node_pool = (struct Node *)G_calloc(node_pool_count = in NewNode()
72 node = &node_pool[--node_pool_count]; in NewNode()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/cmetrics/lib/mpack/src/mpack/
H A Dmpack.c5156 mpack_node_data_t* node_pool, size_t node_pool_count)
5163 if (node_pool_count == 0) {
5172 tree->pool_count = node_pool_count;
5176 (int)length, (int)node_pool_count);
H A Dmpack.h6131 mpack_node_data_t* node_pool, size_t node_pool_count);
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mpack-amalgamation-1.0/src/mpack/
H A Dmpack.c5126 mpack_node_data_t* node_pool, size_t node_pool_count) in mpack_tree_init_pool() argument
5133 if (node_pool_count == 0) { in mpack_tree_init_pool()
5142 tree->pool_count = node_pool_count; in mpack_tree_init_pool()
5146 (int)length, (int)node_pool_count); in mpack_tree_init_pool()
H A Dmpack.h6114 mpack_node_data_t* node_pool, size_t node_pool_count);