Home | History | Annotate | Download | only in priv

Lines Matching full:w32

2312 static UChar* emit32 ( UChar* p, UInt w32 )
2314 *p++ = toUChar((w32 >> 24) & 0x000000FF);
2315 *p++ = toUChar((w32 >> 16) & 0x000000FF);
2316 *p++ = toUChar((w32 >> 8) & 0x000000FF);
2317 *p++ = toUChar((w32) & 0x000000FF);