]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/persistent/hashtables/config/config.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / persistent / hashtables / config / config.factor
index a761e2d327707a67680c260094a8c7fc21221bc2..cb2abd801568773df3bcb066be453b4ef2d678dc 100644 (file)
@@ -4,5 +4,5 @@ USING: layouts kernel parser math ;
 IN: persistent.hashtables.config
 
 : radix-bits ( -- n ) << cell 4 = 4 5 ? parsed >> ; foldable
-: radix-mask ( -- n ) radix-bits 2^ 1- ; foldable
-: full-bitmap-mask ( -- n ) radix-bits 2^ 2^ 1- ; inline
+: radix-mask ( -- n ) radix-bits 2^ 1 - ; foldable
+: full-bitmap-mask ( -- n ) radix-bits 2^ 2^ 1 - ; inline