HomeSort by relevance Sort by last modified time
    Searched refs:UINT24_MAX (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/Headers/
stdint.h 596 # define UINT24_MAX UINT24_C(16777215)
599 # define UINT_LEAST24_MAX UINT24_MAX
602 # define UINT_FAST24_MAX UINT24_MAX
605 # define __UINT_LEAST16_MAX UINT24_MAX
608 # define __UINT_LEAST8_MAX UINT24_MAX
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
stdint.h 597 # define UINT24_MAX UINT24_C(16777215)
600 # define UINT_LEAST24_MAX UINT24_MAX
603 # define UINT_FAST24_MAX UINT24_MAX
606 # define __UINT_LEAST16_MAX UINT24_MAX
609 # define __UINT_LEAST8_MAX UINT24_MAX
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
stdint.h 596 # define UINT24_MAX UINT24_C(16777215)
599 # define UINT_LEAST24_MAX UINT24_MAX
602 # define UINT_FAST24_MAX UINT24_MAX
605 # define __UINT_LEAST16_MAX UINT24_MAX
608 # define __UINT_LEAST8_MAX UINT24_MAX
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
stdint.h 597 # define UINT24_MAX UINT24_C(16777215)
600 # define UINT_LEAST24_MAX UINT24_MAX
603 # define UINT_FAST24_MAX UINT24_MAX
606 # define __UINT_LEAST16_MAX UINT24_MAX
609 # define __UINT_LEAST8_MAX UINT24_MAX
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
stdint.h 596 # define UINT24_MAX UINT24_C(16777215)
599 # define UINT_LEAST24_MAX UINT24_MAX
602 # define UINT_FAST24_MAX UINT24_MAX
605 # define __UINT_LEAST16_MAX UINT24_MAX
608 # define __UINT_LEAST8_MAX UINT24_MAX
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
stdint.h 597 # define UINT24_MAX UINT24_C(16777215)
600 # define UINT_LEAST24_MAX UINT24_MAX
603 # define UINT_FAST24_MAX UINT24_MAX
606 # define __UINT_LEAST16_MAX UINT24_MAX
609 # define __UINT_LEAST8_MAX UINT24_MAX
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
stdint.h 597 # define UINT24_MAX UINT24_C(16777215)
600 # define UINT_LEAST24_MAX UINT24_MAX
603 # define UINT_FAST24_MAX UINT24_MAX
606 # define __UINT_LEAST16_MAX UINT24_MAX
609 # define __UINT_LEAST8_MAX UINT24_MAX
  /prebuilts/sdk/renderscript/clang-include/
stdint.h 596 # define UINT24_MAX UINT24_C(16777215)
599 # define UINT_LEAST24_MAX UINT24_MAX
602 # define UINT_FAST24_MAX UINT24_MAX
605 # define __UINT_LEAST16_MAX UINT24_MAX
608 # define __UINT_LEAST8_MAX UINT24_MAX
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 309 static final int UINT24_MAX = 0xFFFFFF;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java 179 assert(address <= FormatSpec.UINT24_MAX);
    [all...]

Completed in 217 milliseconds