OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nibble0
(Results
1 - 3
of
3
) sorted by null
/dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java
775
int a =
nibble0
(abcd);
868
private static short codeUnit(int
nibble0
, int nibble1, int nibble2,
870
if ((
nibble0
& ~0xf) != 0) {
871
throw new IllegalArgumentException("bogus
nibble0
");
886
return (short) (
nibble0
| (nibble1 << 4)
950
private static int
nibble0
(int value) {
method in class:InstructionCodec
[
all
...]
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java
909
int a =
nibble0
(abcd);
1084
private static int
nibble0
(int value) {
method in class:InstructionCodec
[
all
...]
/external/fonttools/Lib/fontTools/misc/
psCharStrings.py
68
nibble0
= (b & 0xf0) >> 4
70
if
nibble0
== 0xf:
72
number = number + realNibbles[
nibble0
]
Completed in 334 milliseconds