OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSB24
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java
315
static final int
MSB24
= 0x800000;
BinaryDictDecoderUtils.java
283
final int sign = ((retval & FormatSpec.
MSB24
) != 0) ? -1 : 1;
292
if ((address & FormatSpec.
MSB24
) != 0) {
315
final int sign = ((parentAddress & FormatSpec.
MSB24
) != 0) ? -1 : 1;
DynamicBinaryDictIOUtils.java
443
if ((nextLink & FormatSpec.
MSB24
) != 0) {
Completed in 56 milliseconds