Home | History | Annotate | Download | only in priv

Lines Matching full:w64

1983 static UChar* emit64 ( UChar* p, ULong w64 )
1985 p = emit32(p, toUInt(w64 & 0xFFFFFFFF));
1986 p = emit32(p, toUInt((w64 >> 32) & 0xFFFFFFFF));