Home | History | Annotate | Download | only in priv

Lines Matching defs:getUInt

249 static inline UInt getUInt(UChar * p)
460 UInt cins = getUInt(addr);
515 UInt cins = getUInt(addr);
546 UInt cins = getUInt(addr);
1228 cins = getUInt(code);
1268 if (getUInt(code + 0) == word1 && getUInt(code + 4) == word2 &&
1269 getUInt(code + 8) == word3 && getUInt(code + 12) == word4) {
1271 if (getUInt(code + 16) == 0x01ad6825 /* or t5, t5, t5 */ ) {
1279 } else if (getUInt(code + 16) == 0x01ce7025 /* or t6,t6,t6 */ ) {
1287 } else if (getUInt(code + 16) == 0x01ef7825/* or t7,t7,t7 */ ) {