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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 242 static final int UINT24_MAX = 0xFFFFFF;
  /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.6/lib/clang/3.6/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/host/darwin-x86/3.8/lib/clang/3.8/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/host/darwin-x86/clang-2629532/lib64/clang/3.8/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/host/darwin-x86/clang-2658975/lib64/clang/3.8/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/host/darwin-x86/clang-2690385/lib64/clang/3.8/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/host/linux-x86/3.8/lib/clang/3.8/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/host/linux-x86/clang-2629532/lib64/clang/3.8/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/host/linux-x86/clang-2658975/lib64/clang/3.8/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/host/linux-x86/clang-2690385/lib64/clang/3.8/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.6/lib/clang/3.6/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/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java 154 assert(address <= FormatSpec.UINT24_MAX);
    [all...]

Completed in 2329 milliseconds