/third_party/musl/arch/microblaze/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/arch/i386/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/arch/mipsn32/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/arch/mips/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/arch/arm/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/arch/sh/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/arch/or1k/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/arch/m68k/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/arch/x32/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/arch/powerpc/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | stdint.h | 7 #define INT_FAST16_MIN INT32_MIN 8 #define INT_FAST32_MIN INT32_MIN 16 #define INTPTR_MIN INT32_MIN 19 #define PTRDIFF_MIN INT32_MIN
|
/third_party/mingw-w64/mingw-w64-headers/crt/ |
D | stdint.h | 78 #define INT32_MIN (-2147483647 - 1) macro 94 #define INT_LEAST32_MIN INT32_MIN 110 #define INT_FAST32_MIN INT32_MIN 130 #define INTPTR_MIN INT32_MIN 145 #define PTRDIFF_MIN INT32_MIN 149 #define SIG_ATOMIC_MIN INT32_MIN
|
/third_party/cmsis/CMSIS/DSP/Source/BasicMathFunctions/ |
D | arm_negate_q31.c | 119 *pDst++ = (in == INT32_MIN) ? INT32_MAX : -in; in arm_negate_q31() 126 *pDst++ = (in == INT32_MIN) ? INT32_MAX : -in; in arm_negate_q31() 133 *pDst++ = (in == INT32_MIN) ? INT32_MAX : -in; in arm_negate_q31() 140 *pDst++ = (in == INT32_MIN) ? INT32_MAX : -in; in arm_negate_q31() 166 *pDst++ = (in == INT32_MIN) ? INT32_MAX : -in; in arm_negate_q31()
|
D | arm_abs_q31.c | 149 *pDst++ = (in > 0) ? in : ((in == INT32_MIN) ? INT32_MAX : -in); in arm_abs_q31() 156 *pDst++ = (in > 0) ? in : ((in == INT32_MIN) ? INT32_MAX : -in); in arm_abs_q31() 163 *pDst++ = (in > 0) ? in : ((in == INT32_MIN) ? INT32_MAX : -in); in arm_abs_q31() 170 *pDst++ = (in > 0) ? in : ((in == INT32_MIN) ? INT32_MAX : -in); in arm_abs_q31() 197 *pDst++ = (in > 0) ? in : ((in == INT32_MIN) ? INT32_MAX : -in); in arm_abs_q31()
|
/third_party/cmsis/CMSIS/DSP/Source/ComplexMathFunctions/ |
D | arm_cmplx_conj_q31.c | 130 *pDst++ = (in == INT32_MIN) ? INT32_MAX : -in; in arm_cmplx_conj_q31() 138 *pDst++ = (in == INT32_MIN) ? INT32_MAX : -in; in arm_cmplx_conj_q31() 146 *pDst++ = (in == INT32_MIN) ? INT32_MAX : -in; in arm_cmplx_conj_q31() 154 *pDst++ = (in == INT32_MIN) ? INT32_MAX : -in; in arm_cmplx_conj_q31() 181 *pDst++ = (in == INT32_MIN) ? INT32_MAX : -in; in arm_cmplx_conj_q31()
|
/third_party/ffmpeg/libavformat/ |
D | replaygain.c | 75 if (tg == INT32_MIN && ag == INT32_MIN) in ff_replaygain_export_raw() 101 parse_value(tg ? tg->value : NULL, INT32_MIN), in ff_replaygain_export() 103 parse_value(ag ? ag->value : NULL, INT32_MIN), in ff_replaygain_export()
|
/third_party/openssl/test/ |
D | asn1_encode_test.c | 218 CUSTOM_EXPECTED_SUCCESS(INT32_MIN, INT32_MIN), /* t_4bytes_4_neg */ 254 CUSTOM_EXPECTED_SUCCESS(INT32_MIN, INT32_MIN), /* t_4bytes_4_neg */ 307 CUSTOM_EXPECTED_SUCCESS(INT32_MIN, INT32_MIN), /* t_4bytes_4_neg */ 311 ENCDEC_ARRAY(INT32_MAX, INT32_MAX, INT32_MIN, INT32_MIN), 403 CUSTOM_EXPECTED_SUCCESS(INT32_MIN, INT32_MIN), /* t_4bytes_4_neg */ 408 ENCDEC_ARRAY(INT32_MAX, INT32_MAX, INT32_MIN, INT32_MIN),
|
/third_party/libuv/include/uv/ |
D | stdint-msvc2008.h | 136 #define INT32_MIN ((int32_t)_I32_MIN) macro 150 #define INT_LEAST32_MIN INT32_MIN 164 #define INT_FAST32_MIN INT32_MIN 179 # define INTPTR_MIN INT32_MIN
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 90 #define INT32_MIN -2147483648 macro 136 #ifndef INT32_MIN 138 #define INT32_MIN (-INT32_MAX - 1) macro
|
/third_party/musl/arch/aarch64/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigrelse/ |
D | 3-1.c | 25 static const int sigs[] = {-1, -10000, INT32_MIN, INT32_MIN + 1};
|
/third_party/musl/arch/x86_64/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sighold/ |
D | 3-1.c | 22 static const int sigs[] = {-1, -10000, INT32_MIN, INT32_MIN + 1};
|
/third_party/musl/arch/riscv64/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN
|