Home | History | Annotate | Download | only in priv

Lines Matching refs:w64

2105 static UChar* emit64 ( UChar* p, ULong w64 )
2107 p = emit32(p, toUInt(w64 & 0xFFFFFFFF));
2108 p = emit32(p, toUInt((w64 >> 32) & 0xFFFFFFFF));