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

/macosx-10.9.5/ruby-104/ruby/
H A Dbignum.c889 # define MASK_0f 0x0f0f0f0f0f0f0f0fUL macro
893 # define MASK_0f 0x0f0f0f0fUL
897 x = ((x >> 4) + x) & MASK_0f;
904 #undef MASK_0f macro

Completed in 80 milliseconds