ENC_INDEX_MASK     64 encoding.c     #define ENC_TO_ENCINDEX(enc) (int)((enc)->ruby_encoding_index & ENC_INDEX_MASK)
ENC_INDEX_MASK    186 encoding.c         if (ENC_TO_ENCINDEX(enc) != (int)(index & ENC_INDEX_MASK)) {
ENC_INDEX_MASK    621 encoding.c         if (index < 0 || enc_table.count <= (index &= ENC_INDEX_MASK)) {
ENC_INDEX_MASK    692 encoding.c     	enc_register_at(i & ENC_INDEX_MASK, rb_enc_name(enc), base);
ENC_INDEX_MASK    694 encoding.c     	i &= ENC_INDEX_MASK;
ENC_INDEX_MASK    998 encoding.c         return rb_enc_from_encoding_index(idx & ENC_INDEX_MASK);