rank static method

int rank(
  1. int i
)

Implementation

static int rank(int i) {
  return i >> 4;
}