HomeSort by relevance Sort by last modified time
    Searched refs:INT_FAST16_MAX (Results 76 - 93 of 93) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdint.h 100 # define INT_FAST16_MAX INT32_MAX
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdint.h 100 # define INT_FAST16_MAX INT32_MAX
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdint.h 100 # define INT_FAST16_MAX INT32_MAX
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdint.h 100 # define INT_FAST16_MAX INT32_MAX
  /external/bison/darwin-lib/
stdint.h 438 #undef INT_FAST16_MAX
441 #define INT_FAST16_MAX INT_FAST32_MAX
inttypes.h 689 # if INT_FAST16_MAX > INT32_MAX
697 # if INT_FAST16_MAX > INT32_MAX
1174 # if INT_FAST16_MAX > INT32_MAX
1176 # elif INT_FAST16_MAX == 0x7fff
1184 # if INT_FAST16_MAX > INT32_MAX
1186 # elif INT_FAST16_MAX == 0x7fff
    [all...]
  /external/bison/lib/
stdint.in.h 437 #undef INT_FAST16_MAX
440 #define INT_FAST16_MAX INT_FAST32_MAX
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 381 #undef INT_FAST16_MAX
384 #define INT_FAST16_MAX LONG_MAX
  /external/bison/linux-lib/
inttypes.h 689 # if INT_FAST16_MAX > INT32_MAX
697 # if INT_FAST16_MAX > INT32_MAX
1174 # if INT_FAST16_MAX > INT32_MAX
1176 # elif INT_FAST16_MAX == 0x7fff
1184 # if INT_FAST16_MAX > INT32_MAX
1186 # elif INT_FAST16_MAX == 0x7fff
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 123 INT_FAST16_MAX = (9223372036854775807L)
125 INT_FAST16_MAX = (2147483647)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 196 static_assert(INT_FAST16_MAX >= 32767, "INT_FAST16_MAX >= 32767");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 196 static_assert(INT_FAST16_MAX >= 32767, "INT_FAST16_MAX >= 32767");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 131 #ifndef INT_FAST16_MAX
132 #error INT_FAST16_MAX not defined
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 628 #define INT_FAST16_MAX INT_LEAST16_MAX
  /external/clang/lib/Headers/
stdint.h 630 # define INT_FAST16_MAX __INT_LEAST16_MAX
  /prebuilts/sdk/renderscript/clang-include/
stdint.h 630 # define INT_FAST16_MAX __INT_LEAST16_MAX
  /external/bison/
configure     [all...]
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]

Completed in 693 milliseconds

1 2 34