/third_party/ffmpeg/libavutil/tests/ |
H A D | rational.c | 30 INT64_MIN, INT64_MIN+1, INT64_MAX, INT32_MIN, INT32_MAX, 1,0,-1, in main() 74 if (av_cmp_i(ai, av_int2i(INT64_MAX)) > 0 && res == INT64_MIN) in main() 76 if (av_cmp_i(ai, av_int2i(INT64_MIN)) < 0 && res == INT64_MIN) in main() 81 // Special exception for INT64_MIN, remove this in case INT64_MIN is handled without off by 1 error in main() 82 if (av_cmp_i(ai, av_int2i(res-1)) == 0 && a == INT64_MIN) in main()
|
/third_party/node/deps/uv/include/uv/ |
H A D | stdint-msvc2008.h | 138 #define INT64_MIN ((int64_t)_I64_MIN) macro 152 #define INT_LEAST64_MIN INT64_MIN 166 #define INT_FAST64_MIN INT64_MIN 175 # define INTPTR_MIN INT64_MIN 185 #define INTMAX_MIN INT64_MIN
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
H A D | DataTypes.h | 54 #undef INT64_MIN macro 79 #if !defined(INT64_MIN) 80 # define INT64_MIN ((-INT64_MAX)-1) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/ |
H A D | DataTypes.h | 74 #undef INT64_MIN macro 124 #if !defined(INT64_MIN) 125 # define INT64_MIN ((-INT64_MAX)-1) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Support/ |
H A D | DataTypes.h | 74 #undef INT64_MIN macro 124 #if !defined(INT64_MIN) 125 # define INT64_MIN ((-INT64_MAX)-1) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/ |
H A D | DataTypes.h | 74 #undef INT64_MIN macro 124 #if !defined(INT64_MIN) 125 # define INT64_MIN ((-INT64_MAX)-1) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/ |
H A D | DataTypes.h | 74 #undef INT64_MIN macro 124 #if !defined(INT64_MIN) 125 # define INT64_MIN ((-INT64_MAX)-1) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdint.h | 41 #define INT64_MIN (-1-0x7fffffffffffffff) macro 54 #define INT_FAST64_MIN INT64_MIN 59 #define INT_LEAST64_MIN INT64_MIN 77 #define INTMAX_MIN INT64_MIN
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | stdint.h | 41 #define INT64_MIN (-1-0x7fffffffffffffff) macro 54 #define INT_FAST64_MIN INT64_MIN 59 #define INT_LEAST64_MIN INT64_MIN 77 #define INTMAX_MIN INT64_MIN
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdint.h | 41 #define INT64_MIN (-1-0x7fffffffffffffff) macro 54 #define INT_FAST64_MIN INT64_MIN 59 #define INT_LEAST64_MIN INT64_MIN 77 #define INTMAX_MIN INT64_MIN
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdint.h | 41 #define INT64_MIN (-1-0x7fffffffffffffff) macro 54 #define INT_FAST64_MIN INT64_MIN 59 #define INT_LEAST64_MIN INT64_MIN 77 #define INTMAX_MIN INT64_MIN
|
/third_party/musl/include/ |
H A D | stdint.h | 41 #define INT64_MIN (-1-0x7fffffffffffffff) macro 54 #define INT_FAST64_MIN INT64_MIN 59 #define INT_LEAST64_MIN INT64_MIN 77 #define INTMAX_MIN INT64_MIN
|
/third_party/ffmpeg/libavfilter/ |
H A D | trim.c | 108 "should be passed", OFFSET(start_time), AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX }, INT64_MIN, INT64_MAX, FLAGS }, \ 110 "should be passed", OFFSET(start_time), AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX }, INT64_MIN, INT64_MAX, FLAGS }, \ 112 "should be dropped again", OFFSET(end_time), AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX }, INT64_MIN, INT64_MAX, FLAGS }, \ 114 "should be dropped again", OFFSET(end_time), AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX }, INT64_MIN, INT64_MAX, FLAGS }, \ 116 " passed", OFFSET(start_pts), AV_OPT_TYPE_INT64, { .i64 = AV_NOPTS_VALUE }, INT64_MIN, INT64_MAX, FLAGS }, \ 118 "dropped again", OFFSET(end_pts), AV_OPT_TYPE_INT64, { .i64 = AV_NOPTS_VALUE }, INT64_MIN, INT64_MAX, FLAGS }, \
|
H A D | af_silencedetect.c | 43 int64_t *start; ///< (array) if silence is detected, this value contains the time of the first zero sample (default/unset = INT64_MIN) 84 if (s->start[channel] == INT64_MIN) { in update() 98 if (s->start[channel] > INT64_MIN) { in update() 116 s->start[channel] = INT64_MIN; in update() 180 s->start[c] = INT64_MIN; in config_input() 241 if (s->start[c] > INT64_MIN) in uninit()
|
/third_party/musl/arch/aarch64/bits/ |
H A D | stdint.h | 15 #define INTPTR_MIN INT64_MIN 18 #define PTRDIFF_MIN INT64_MIN
|
/third_party/musl/arch/riscv64/bits/ |
H A D | stdint.h | 15 #define INTPTR_MIN INT64_MIN 18 #define PTRDIFF_MIN INT64_MIN
|
/third_party/musl/arch/loongarch64/bits/ |
H A D | stdint.h | 15 #define INTPTR_MIN INT64_MIN 18 #define PTRDIFF_MIN INT64_MIN
|
/third_party/musl/arch/mips64/bits/ |
H A D | stdint.h | 15 #define INTPTR_MIN INT64_MIN 18 #define PTRDIFF_MIN INT64_MIN
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | stdint.h | 15 #define INTPTR_MIN INT64_MIN 18 #define PTRDIFF_MIN INT64_MIN
|
/third_party/musl/arch/s390x/bits/ |
H A D | stdint.h | 15 #define INTPTR_MIN INT64_MIN 18 #define PTRDIFF_MIN INT64_MIN
|
/third_party/musl/arch/x86_64/bits/ |
H A D | stdint.h | 15 #define INTPTR_MIN INT64_MIN 18 #define PTRDIFF_MIN INT64_MIN
|
/third_party/ffmpeg/libswresample/ |
H A D | options.c | 64 OFFSET(user_in_ch_layout), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=0 }, INT64_MIN, INT64_MAX, PARAM|DEPREC, "channel_layout"}, 66 OFFSET(user_in_ch_layout), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=0 }, INT64_MIN, INT64_MAX, PARAM|DEPREC, "channel_layout"}, 68 OFFSET(user_out_ch_layout), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=0 }, INT64_MIN, INT64_MAX, PARAM|DEPREC, "channel_layout"}, 70 OFFSET(user_out_ch_layout), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=0 }, INT64_MIN, INT64_MAX, PARAM|DEPREC, "channel_layout"}, 130 , OFFSET(firstpts_in_samples), AV_OPT_TYPE_INT64 ,{.i64=AV_NOPTS_VALUE }, INT64_MIN,INT64_MAX, PARAM },
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
H A D | DataTypes.h | 196 #if !defined(INT64_MIN) 197 #define INT64_MIN ((-INT64_MAX) - 1) macro
|
/third_party/ffmpeg/libavutil/ |
H A D | mathematics.c | 66 return INT64_MIN; in av_rescale_rnd() 69 if (a == INT64_MIN || a == INT64_MAX) in av_rescale_rnd() 89 return INT64_MIN; in av_rescale_rnd() 116 return INT64_MIN; in av_rescale_rnd()
|
H A D | common.h | 59 * Absolute value, Note, INT_MIN / INT64_MIN result in undefined behavior as they 350 return !__builtin_add_overflow(a, b, &tmp) ? tmp : (tmp < 0 ? INT64_MAX : INT64_MIN); in av_sat_add64_c() 369 return !__builtin_sub_overflow(a, b, &tmp) ? tmp : (tmp < 0 ? INT64_MAX : INT64_MIN); in av_sat_sub64_c() 373 if (b >= 0 && a <= INT64_MIN + b) in av_sat_sub64_c() 374 return INT64_MIN; in av_sat_sub64_c()
|