OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extractLowUnsignedNibble
(Results
1 - 12
of
12
) sorted by null
/external/smali/util/src/main/java/org/jf/util/
NibbleUtils.java
71
public static int
extractLowUnsignedNibble
(int value) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedInstruction35c.java
56
return NibbleUtils.
extractLowUnsignedNibble
(dexFile.readUbyte(instructionStart + 4));
66
return NibbleUtils.
extractLowUnsignedNibble
(dexFile.readUbyte(instructionStart + 5));
76
return NibbleUtils.
extractLowUnsignedNibble
(dexFile.readUbyte(instructionStart + 1));
DexBackedInstruction35mi.java
54
return NibbleUtils.
extractLowUnsignedNibble
(dexFile.readUbyte(instructionStart + 4));
64
return NibbleUtils.
extractLowUnsignedNibble
(dexFile.readUbyte(instructionStart + 5));
74
return NibbleUtils.
extractLowUnsignedNibble
(dexFile.readUbyte(instructionStart + 1));
DexBackedInstruction35ms.java
54
return NibbleUtils.
extractLowUnsignedNibble
(dexFile.readUbyte(instructionStart + 4));
64
return NibbleUtils.
extractLowUnsignedNibble
(dexFile.readUbyte(instructionStart + 5));
74
return NibbleUtils.
extractLowUnsignedNibble
(dexFile.readUbyte(instructionStart + 1));
DexBackedInstruction45cc.java
56
return NibbleUtils.
extractLowUnsignedNibble
(dexFile.readUbyte(instructionStart + 4));
66
return NibbleUtils.
extractLowUnsignedNibble
(dexFile.readUbyte(instructionStart + 5));
76
return NibbleUtils.
extractLowUnsignedNibble
(dexFile.readUbyte(instructionStart + 1));
DexBackedInstruction12x.java
50
return NibbleUtils.
extractLowUnsignedNibble
(dexFile.readByte(instructionStart + 1));
DexBackedInstruction11n.java
50
return NibbleUtils.
extractLowUnsignedNibble
(dexFile.readByte(instructionStart + 1));
DexBackedInstruction22cs.java
50
return NibbleUtils.
extractLowUnsignedNibble
(dexFile.readByte(instructionStart + 1));
DexBackedInstruction22s.java
50
return NibbleUtils.
extractLowUnsignedNibble
(dexFile.readByte(instructionStart + 1));
DexBackedInstruction22t.java
50
return NibbleUtils.
extractLowUnsignedNibble
(dexFile.readByte(instructionStart + 1));
DexBackedInstruction22c.java
52
return NibbleUtils.
extractLowUnsignedNibble
(dexFile.readByte(instructionStart + 1));
/prebuilts/tools/common/m2/repository/org/smali/util/2.1.3/
util-2.1.3.jar
Completed in 410 milliseconds