Add comments and use meaningful vars in sz_psz2ind.

This commit is contained in:
Charles
2022-02-01 20:26:39 +08:00
committed by Alex Lapenkou
parent 5bf03f8ce5
commit eaaa368bab
5 changed files with 108 additions and 10 deletions

View File

@@ -13,7 +13,7 @@
* at least the damage is compartmentalized to this file.
*/
static size_t
size_t
reg_size_compute(int lg_base, int lg_delta, int ndelta) {
return (ZU(1) << lg_base) + (ZU(ndelta) << lg_delta);
}