static int firstIntFromLong(long l) { ret (int) (l >> 32); }