Home | History | Annotate | Download | only in priv

Lines Matching refs:getUInt

426 static inline UInt getUInt(const UChar * p)
722 UInt cins = getUInt(addr);
788 UInt cins = getUInt(addr);
819 UInt cins = getUInt(addr);
12063 cins = getUInt(code);
12104 if (getUInt(code + 0) == word1 && getUInt(code + 4) == word2 &&
12105 getUInt(code + 8) == word3 && getUInt(code + 12) == word4) {
12107 if (getUInt(code + 16) == 0x01ad6825 /* or $13, $13, $13 */ ) {
12118 } else if (getUInt(code + 16) == 0x01ce7025 /* or $14, $14, $14 */ ) {
12130 } else if (getUInt(code + 16) == 0x01ef7825 /* or $15, $15, $15 */ ) {
12141 } else if (getUInt(code + 16) == 0x016b5825 /* or $11,$11,$11 */ ) {