Home | History | Annotate | Download | only in priv

Lines Matching refs:toUInt

1993    p = emit32(p, toUInt(w64         & 0xFFFFFFFF));
1994 p = emit32(p, toUInt((w64 >> 32) & 0xFFFFFFFF));