OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nibble2
(Results
1 - 4
of
4
) sorted by null
/dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java
63
int a =
nibble2
(opcodeUnit);
82
int a =
nibble2
(opcodeUnit);
322
int a =
nibble2
(opcodeUnit);
344
int a =
nibble2
(opcodeUnit);
365
int a =
nibble2
(opcodeUnit);
387
int a =
nibble2
(opcodeUnit);
771
int e =
nibble2
(opcodeUnit);
777
int c =
nibble2
(abcd);
868
private static short codeUnit(int nibble0, int nibble1, int
nibble2
,
878
if ((
nibble2
& ~0xf) != 0)
958
private static int
nibble2
(int value) {
method in class:InstructionCodec
[
all
...]
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java
64
int a =
nibble2
(opcodeUnit);
83
int a =
nibble2
(opcodeUnit);
323
int a =
nibble2
(opcodeUnit);
345
int a =
nibble2
(opcodeUnit);
366
int a =
nibble2
(opcodeUnit);
388
int a =
nibble2
(opcodeUnit);
905
int e =
nibble2
(opcodeUnit);
911
int c =
nibble2
(abcd)
1092
private static int
nibble2
(int value) {
method in class:InstructionCodec
[
all
...]
/frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp
266
uint8_t
nibble2
= isdigit(c2) ? c2 - '0' : c2 - 'a' + 10;
local
268
mAESInitVec[i] = nibble1 << 4 |
nibble2
;
[
all
...]
/prebuilts/sdk/tools/lib/
dx.jar
Completed in 76 milliseconds