OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UINT24_MAX
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Headers/
stdint.h
556
# define
UINT24_MAX
UINT24_C(16777215)
559
# define UINT_LEAST24_MAX
UINT24_MAX
562
# define UINT_FAST24_MAX
UINT24_MAX
565
# define __UINT_LEAST16_MAX
UINT24_MAX
568
# define __UINT_LEAST8_MAX
UINT24_MAX
/prebuilts/sdk/renderscript/clang-include/
stdint.h
556
# define
UINT24_MAX
UINT24_C(16777215)
559
# define UINT_LEAST24_MAX
UINT24_MAX
562
# define UINT_FAST24_MAX
UINT24_MAX
565
# define __UINT_LEAST16_MAX
UINT24_MAX
568
# define __UINT_LEAST8_MAX
UINT24_MAX
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictInputOutput.java
453
private static final int
UINT24_MAX
= 0xFFFFFF;
466
assert(address <=
UINT24_MAX
);
[
all
...]
Completed in 677 milliseconds