HomeSort by relevance Sort by last modified time
    Searched refs:INT8_MAX (Results 1 - 25 of 42) sorted by null

1 2

  /external/llvm/include/llvm/Support/
DataTypes.h 84 #define INT8_MAX 127
115 #ifndef INT8_MAX
116 # define INT8_MAX 127
  /external/chromium_org/third_party/icu/source/common/unicode/
umachine.h 136 #ifndef INT8_MAX
138 # define INT8_MAX ((int8_t)(127))
  /external/icu/icu4c/source/common/unicode/
umachine.h 136 #ifndef INT8_MAX
138 # define INT8_MAX ((int8_t)(127))
  /development/ndk/platforms/android-3/include/
stdint.h 63 # define INT8_MAX (127)
65 # define INT_LEAST8_MAX INT8_MAX
67 # define INT_FAST8_MAX INT8_MAX
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 132 #define INT8_MAX 127
148 #define INT_LEAST8_MAX INT8_MAX
164 #define INT_FAST8_MAX INT8_MAX
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 133 #define INT8_MAX _I8_MAX
147 #define INT_LEAST8_MAX INT8_MAX
161 #define INT_FAST8_MAX INT8_MAX
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 133 #define INT8_MAX _I8_MAX
147 #define INT_LEAST8_MAX INT8_MAX
161 #define INT_FAST8_MAX INT8_MAX
  /external/mesa3d/include/c99/
stdint.h 133 #define INT8_MAX _I8_MAX
147 #define INT_LEAST8_MAX INT8_MAX
161 #define INT_FAST8_MAX INT8_MAX
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
basictypes.h 49 const int8 kint8max = INT8_MAX;
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /external/bison/darwin-lib/
stdint.h 354 #undef INT8_MAX
356 #define INT8_MIN (~ INT8_MAX)
357 #define INT8_MAX 127
395 #define INT_LEAST8_MAX INT8_MAX
inttypes.h 389 # ifdef INT8_MAX
395 # ifdef INT8_MAX
900 # ifdef INT8_MAX
906 # ifdef INT8_MAX
    [all...]
  /external/bison/lib/
stdint.in.h 353 #undef INT8_MAX
355 #define INT8_MIN (~ INT8_MAX)
356 #define INT8_MAX 127
394 #define INT_LEAST8_MAX INT8_MAX
inttypes.in.h 77 # ifdef INT8_MAX
83 # ifdef INT8_MAX
588 # ifdef INT8_MAX
594 # ifdef INT8_MAX
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
basictypes.h 38 const int8 kint8max = INT8_MAX;
  /bionic/libc/include/
stdint.h 154 #define INT8_MAX (127)
156 #define INT_LEAST8_MAX INT8_MAX
158 #define INT_FAST8_MAX INT8_MAX
  /development/ndk/platforms/android-L/include/
stdint.h 154 #define INT8_MAX (127)
156 #define INT_LEAST8_MAX INT8_MAX
158 #define INT_FAST8_MAX INT8_MAX
  /external/bison/src/
system.h 29 # undef INT8_MAX
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 315 #ifndef INT8_MAX
316 # define INT8_MAX 0x7f
322 # if (SCHAR_MAX == INT8_MAX) || defined (S_SPLINT_S)
593 # define INT_LEAST8_MAX INT8_MAX
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-flex.h 70 #ifndef INT8_MAX
71 #define INT8_MAX (127)
  /external/bison/linux-lib/
inttypes.h 389 # ifdef INT8_MAX
395 # ifdef INT8_MAX
900 # ifdef INT8_MAX
906 # ifdef INT8_MAX
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 177 static_assert(INT8_MAX == 127, "INT8_MAX == 127");
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 177 static_assert(INT8_MAX == 127, "INT8_MAX == 127");
  /external/clang/lib/Headers/
stdint.h 635 # define INT8_MAX INT8_C(127)
639 # define __INT_LEAST8_MAX INT8_MAX
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 31 #ifndef INT8_MAX
32 #error INT8_MAX not defined

Completed in 460 milliseconds

1 2