Searched refs:two (Results 1 – 7 of 7) sorted by relevance
42 unsigned int one, two, three; in dexGetUtf16FromUtf8() local47 two = *(*pUtf8Ptr)++; in dexGetUtf16FromUtf8()52 ((two & 0x3f) << 6) | in dexGetUtf16FromUtf8()57 (two & 0x3f); in dexGetUtf16FromUtf8()
1 This is a dump of two simple classes which are valid in structure but7 are two possible variants (method may be null), and this test contains one
4 an attempt to combine two classes into a .dex file succeeds.
1 Merges two dex files into one and then loads the result.
39 ; a subroutine with two returns and a catch block
25 # Note: The family that starts with 12x has a mix of both two- and26 # three- register formats. This is because some of the two-register27 # opcodes effectively take three, with a destination and two sources
95 * ARM lib doesn't clamp large values or NaN the way we want on these two.