Home
last modified time | relevance | path

Searched defs:INT_LEAST8_MIN (Results 1 – 14 of 14) sorted by relevance

/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h29 #define INT_LEAST8_MIN INT8_MIN macro
/external/trusty/arm-trusted-firmware/include/lib/libc/
Dstdint.h29 #define INT_LEAST8_MIN INT8_MIN macro
/external/musl/include/
Dstdint.h56 #define INT_LEAST8_MIN INT8_MIN macro
/external/trusty/musl/include/
Dstdint.h56 #define INT_LEAST8_MIN INT8_MIN macro
/external/trusty/lk/lib/libc/include/
Dstdint.h76 #define INT_LEAST8_MIN INT8_MIN macro
/external/capstone/include/windowsce/
Dstdint.h70 #define INT_LEAST8_MIN INT8_MIN macro
/external/libconfig/lib/win32/
Dstdint.h121 #define INT_LEAST8_MIN INT8_MIN macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h146 #define INT_LEAST8_MIN INT8_MIN macro
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py69 INT_LEAST8_MIN = INT8_MIN variable
/external/clang/lib/Headers/
Dstdint.h644 # define INT_LEAST8_MIN __INT_LEAST8_MIN macro
/external/llvm-libc/include/llvm-libc-macros/
Dstdint-macros.h785 #define INT_LEAST8_MIN __INT_LEAST8_MIN macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py105 INT_LEAST8_MIN = (-128) variable
/external/python/cpython2/Lib/plat-atheos/
DIN.py236 INT_LEAST8_MIN = (-128) variable
/external/rust/crates/libc/src/unix/hurd/
Dmod.rs2614 pub const INT_LEAST8_MIN: int_least8_t = -128; constant