Home
last modified time | relevance | path

Searched refs:pa_hash (Results 1 – 3 of 3) sorted by relevance

/dports/math/symmetrica/symmetrica-e29c85915f368d6fb2f89d703b6695ff29ab9eae/src/
H A Dmacro.h143 #define C_PA_HASH(a,b) (((((a)->ob_self).ob_partition)->pa_hash) = b)
145 #define S_PA_HASH(a) ((a)->ob_self.ob_partition->pa_hash)
H A Dpart.c3027 return(c.ob_partition->pa_hash);
3100 c.ob_partition->pa_hash = b;
H A Ddef.h267 struct partition { OBJECTKIND pa_kind; OP pa_self; INT pa_hash; member