Home
last modified time | relevance | path

Searched defs:NODE_DESC (Results 1 – 3 of 3) sorted by relevance

/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/include/
H A Dsym_types.h182 typedef struct NODE_DESC{ struct
189 array_desc uind;
190 basis_desc basis;
191 array_desc not_fixed;
192 int nf_status; /* NF_CHECK_ALL, NF_CHECK_AFTER_LAST,
194 array_desc cutind;
196 cut_data **cuts; /* this is not used in TM anyway. */
203 int desc_size;
204 char *desc;
206 int frac_cnt;
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/acct_gather_energy/ipmi/
H A Dacct_gather_energy_ipmi.c156 static const char *NODE_DESC = "Node"; variable
/dports/x11-fm/fsv2/fsv2-1.1.0/src/
H A Dcommon.h116 #define NODE_DESC(node) ((NodeDesc *)(node)->data) macro