OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nibble1
(Results
1 - 3
of
3
) sorted by null
/dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java
776
int b =
nibble1
(abcd);
868
private static short codeUnit(int nibble0, int
nibble1
, int nibble2,
874
if ((
nibble1
& ~0xf) != 0) {
875
throw new IllegalArgumentException("bogus
nibble1
");
886
return (short) (nibble0 | (
nibble1
<< 4)
954
private static int
nibble1
(int value) {
method in class:InstructionCodec
[
all
...]
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java
910
int b =
nibble1
(abcd);
1088
private static int
nibble1
(int value) {
method in class:InstructionCodec
[
all
...]
/external/fonttools/Lib/fontTools/misc/
psCharStrings.py
69
nibble1
= b & 0x0f
73
if
nibble1
== 0xf:
75
number = number + realNibbles[
nibble1
]
Completed in 696 milliseconds