1 2 3 4 5 6 7 8 9 10
g (); f () { long ldata[2]; int seed; seed = (ldata[0]) + (ldata[1] << 16); g (seed); }