Searched refs:permunreg (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/cxx/unwind/
H A DCompactUnwinder.hpp137 uint32_t permunreg[6]; local
140 permunreg[0] = permutation / 120;
141 permutation -= (permunreg[0] * 120);
142 permunreg[1] = permutation / 24;
143 permutation -= (permunreg[1] * 24);
144 permunreg[2] = permutation / 6;
145 permutation -= (permunreg[2] * 6);
146 permunreg[3] = permutation / 2;
147 permutation -= (permunreg[3] * 2);
148 permunreg[
366 uint32_t permunreg[6]; local
[all...]

Completed in 25 milliseconds