pack method

int pack(
  1. int unpackedAddr
)

Implementation

int pack(int unpackedAddr) {
  return unpackedAddr >> 1;
}