Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h103 #define DMPROT32(x, y) ((x << y) | (x >> (32 - y))) macro
121 k = DMPROT32(k, r1); in DMPforestHash()
125 hash = DMPROT32(hash, r2) * m + n; in DMPforestHash()