Searched refs:ZCode (Results 1 – 1 of 1) sorted by relevance
5 typedef uint64_t ZCode; typedef7 PETSC_HASH_SET(ZSet, ZCode, PetscHash_UInt64, PetscHashEqual)17 ZCode *zstarts;31 static unsigned ZCodeSplit1(ZCode z) in ZCodeSplit1()44 static ZCode ZEncode1(unsigned t) in ZEncode1()46 ZCode z = t; in ZEncode1()58 static Ijk ZCodeSplit(ZCode z) in ZCodeSplit()69 static ZCode ZEncode(Ijk c) in ZEncode()71 …ZCode z = (ZEncode1((unsigned int)c.i) << 2) | (ZEncode1((unsigned int)c.j) << 1) | ZEncode1((unsi… in ZEncode()85 static ZCode ZStepOct(ZCode z) in ZStepOct()[all …]