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

1 2 3 4

  /external/syslinux/com32/include/
limits.h 13 #define SCHAR_MIN (-128)
21 # define CHAR_MIN SCHAR_MIN
  /external/syslinux/gpxe/src/arch/i386/include/
limits.h 10 #define SCHAR_MIN (-128)
17 #define CHAR_MIN SCHAR_MIN
  /external/syslinux/gpxe/src/arch/x86_64/include/
limits.h 8 #define SCHAR_MIN (-128)
15 #define CHAR_MIN SCHAR_MIN
  /bionic/tests/
limits_test.cpp 34 #if !defined(SCHAR_MIN)
35 #error SCHAR_MIN
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
limits.h 41 #define SCHAR_MIN __SCHAR_MIN /* min value for a signed char */
50 #define CHAR_MIN SCHAR_MIN
  /device/linaro/bootloader/edk2/StdLib/Include/
limits.h 37 #define SCHAR_MIN __SCHAR_MIN
54 #define CHAR_MIN SCHAR_MIN
  /external/libcxx/test/std/depr/depr.c.headers/
limits_h.pass.cpp 18 #ifndef SCHAR_MIN
19 #error SCHAR_MIN not defined
  /external/libcxx/test/std/language.support/support.limits/c.limits/
climits.pass.cpp 18 #ifndef SCHAR_MIN
19 #error SCHAR_MIN not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
limits_h.pass.cpp 18 #ifndef SCHAR_MIN
19 #error SCHAR_MIN not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/c.limits/
climits.pass.cpp 18 #ifndef SCHAR_MIN
19 #error SCHAR_MIN not defined
  /external/clang/test/Headers/
limits.cpp 8 _Static_assert(SCHAR_MAX == -(SCHAR_MIN+1), "");
18 _Static_assert(SCHAR_MIN == -SCHAR_MAX-1, "");
  /external/clang/lib/Headers/
limits.h 42 #undef SCHAR_MIN
65 #define SCHAR_MIN (-__SCHAR_MAX__-1)
85 #define CHAR_MIN SCHAR_MIN
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
limits.h 42 #undef SCHAR_MIN
65 #define SCHAR_MIN (-__SCHAR_MAX__-1)
85 #define CHAR_MIN SCHAR_MIN
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
limits.h 42 #undef SCHAR_MIN
65 #define SCHAR_MIN (-__SCHAR_MAX__-1)
85 #define CHAR_MIN SCHAR_MIN
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
limits.h 42 #undef SCHAR_MIN
65 #define SCHAR_MIN (-__SCHAR_MAX__-1)
85 #define CHAR_MIN SCHAR_MIN
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
limits.h 42 #undef SCHAR_MIN
65 #define SCHAR_MIN (-__SCHAR_MAX__-1)
85 #define CHAR_MIN SCHAR_MIN
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
limits.h 42 #undef SCHAR_MIN
65 #define SCHAR_MIN (-__SCHAR_MAX__-1)
85 #define CHAR_MIN SCHAR_MIN
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
limits.h 42 #undef SCHAR_MIN
65 #define SCHAR_MIN (-__SCHAR_MAX__-1)
85 #define CHAR_MIN SCHAR_MIN
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
limits.h 42 #undef SCHAR_MIN
65 #define SCHAR_MIN (-__SCHAR_MAX__-1)
85 #define CHAR_MIN SCHAR_MIN
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
limits.h 42 #undef SCHAR_MIN
65 #define SCHAR_MIN (-__SCHAR_MAX__-1)
85 #define CHAR_MIN SCHAR_MIN
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
limits.h 42 #undef SCHAR_MIN
65 #define SCHAR_MIN (-__SCHAR_MAX__-1)
85 #define CHAR_MIN SCHAR_MIN
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
limits.h 42 #undef SCHAR_MIN
65 #define SCHAR_MIN (-__SCHAR_MAX__-1)
85 #define CHAR_MIN SCHAR_MIN
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
limits.h 42 #undef SCHAR_MIN
65 #define SCHAR_MIN (-__SCHAR_MAX__-1)
85 #define CHAR_MIN SCHAR_MIN
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
limits.h 42 #undef SCHAR_MIN
65 #define SCHAR_MIN (-__SCHAR_MAX__-1)
85 #define CHAR_MIN SCHAR_MIN
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
limits.h 42 #undef SCHAR_MIN
65 #define SCHAR_MIN (-__SCHAR_MAX__-1)
85 #define CHAR_MIN SCHAR_MIN

Completed in 792 milliseconds

1 2 3 4