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

  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_limits.h 62 #define INT_LEAST8_MIN (-0x7f-1) /* int_least8_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_limits.h 62 #define INT_LEAST8_MIN (-0x7f-1) /* int_least8_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_limits.h 75 #define INT_LEAST8_MIN ((-0x7f)-1) /* int_least8_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_limits.h 69 #define INT_LEAST8_MIN (-0x7f-1) /* int_least8_t */
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_limits.h 69 #define INT_LEAST8_MIN (-0x7f-1) /* int_least8_t */
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_stdint.h 87 #define INT_LEAST8_MIN INT8_MIN
  /bionic/tests/headers/posix/
stdint_h.c 81 MACRO(INT_LEAST8_MIN);
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 146 #define INT_LEAST8_MIN INT8_MIN
  /external/jemalloc_new/include/msvc_compat/C99/
stdint.h 146 #define INT_LEAST8_MIN INT8_MIN
  /external/libusb/msvc/
stdint.h 143 #define INT_LEAST8_MIN INT8_MIN
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 131 #define INT_LEAST8_MIN INT8_MIN
  /bionic/libc/include/
stdint.h 156 #define INT_LEAST8_MIN INT8_MIN
  /device/google/fuchsia/bioniccompat/include/
stdint.h 186 #define INT_LEAST8_MIN (-INT_LEAST8_MAX - 1)
  /external/python/cpython2/Lib/plat-sunos5/
TYPES.py 69 INT_LEAST8_MIN = INT8_MIN
  /external/libcxx/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp 63 #ifndef INT_LEAST8_MIN
64 #error INT_LEAST8_MIN not defined
  /external/libcxx/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 63 #ifndef INT_LEAST8_MIN
64 #error INT_LEAST8_MIN not defined
  /external/python/cpython2/Lib/plat-linux2/
IN.py 105 INT_LEAST8_MIN = (-128)
  /external/clang/lib/Headers/
stdint.h 644 # define INT_LEAST8_MIN __INT_LEAST8_MIN
  /external/python/cpython2/Lib/plat-atheos/
IN.py 236 INT_LEAST8_MIN = (-128)

Completed in 126 milliseconds