/external/grpc-grpc/src/core/lib/gpr/ |
D | time.cc | 32 if (cmp == 0 && a.tv_sec != INT64_MAX && a.tv_sec != INT64_MIN) { in gpr_time_cmp() 56 out.tv_sec = INT64_MAX; in gpr_inf_future() 74 if (time_in_units == INT64_MAX) { in to_seconds_from_sub_second_time() 98 if (time_in_units >= INT64_MAX / secs_per_unit) { in to_seconds_from_above_second_time() 144 if (a.tv_sec == INT64_MAX || a.tv_sec == INT64_MIN) { in gpr_time_add() 146 } else if (b.tv_sec == INT64_MAX || in gpr_time_add() 147 (b.tv_sec >= 0 && a.tv_sec >= INT64_MAX - b.tv_sec)) { in gpr_time_add() 154 if (inc != 0 && sum.tv_sec == INT64_MAX - 1) { in gpr_time_add() 177 if (a.tv_sec == INT64_MAX || a.tv_sec == INT64_MIN) { in gpr_time_sub() 180 (b.tv_sec <= 0 && a.tv_sec >= INT64_MAX + b.tv_sec)) { in gpr_time_sub() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | DataTypes.h | 53 #undef INT64_MAX 76 #if !defined(INT64_MAX) 77 # define INT64_MAX 9223372036854775807LL macro 80 # define INT64_MIN ((-INT64_MAX)-1)
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/ |
D | DataTypes.h | 73 #undef INT64_MAX 121 #if !defined(INT64_MAX) 122 # define INT64_MAX 9223372036854775807LL macro 125 # define INT64_MIN ((-INT64_MAX)-1)
|
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Support/ |
D | DataTypes.h | 73 #undef INT64_MAX 121 #if !defined(INT64_MAX) 122 # define INT64_MAX 9223372036854775807LL macro 125 # define INT64_MIN ((-INT64_MAX)-1)
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/ |
D | DataTypes.h | 73 #undef INT64_MAX 121 #if !defined(INT64_MAX) 122 # define INT64_MAX 9223372036854775807LL macro 125 # define INT64_MIN ((-INT64_MAX)-1)
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/ |
D | DataTypes.h | 73 #undef INT64_MAX 121 #if !defined(INT64_MAX) 122 # define INT64_MAX 9223372036854775807LL macro 125 # define INT64_MIN ((-INT64_MAX)-1)
|
/external/libusb/msvc/ |
D | stdint.h | 135 #define INT64_MAX 9223372036854775807LL macro 151 #define INT_LEAST64_MAX INT64_MAX 167 #define INT_FAST64_MAX INT64_MAX 178 #define INTPTR_MAX INT64_MAX 188 #define INTMAX_MAX INT64_MAX 194 #define PTRDIFF_MAX INT64_MAX
|
/external/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 139 #define INT64_MAX _I64_MAX macro 153 #define INT_LEAST64_MAX INT64_MAX 167 #define INT_FAST64_MAX INT64_MAX 176 # define INTPTR_MAX INT64_MAX 186 #define INTMAX_MAX INT64_MAX
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 139 #define INT64_MAX _I64_MAX macro 153 #define INT_LEAST64_MAX INT64_MAX 167 #define INT_FAST64_MAX INT64_MAX 176 # define INTPTR_MAX INT64_MAX 186 #define INTMAX_MAX INT64_MAX
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | vcstdint.h | 124 #define INT64_MAX _I64_MAX macro 138 #define INT_LEAST64_MAX INT64_MAX 152 #define INT_FAST64_MAX INT64_MAX 161 # define INTPTR_MAX INT64_MAX 171 #define INTMAX_MAX INT64_MAX
|
/external/grpc-grpc/test/core/gpr/ |
D | time_test.cc | 73 GPR_ASSERT(x.tv_sec == INT64_MAX); in test_values() 106 x = gpr_time_from_micros(-(INT64_MAX - 999997), GPR_TIMESPAN); in test_values() 110 x = gpr_time_from_nanos(-(INT64_MAX - 999999997), GPR_TIMESPAN); in test_values() 114 x = gpr_time_from_millis(-(INT64_MAX - 997), GPR_TIMESPAN); in test_values() 241 gpr_timespec realtime = {INT64_MAX, 1, GPR_CLOCK_REALTIME}; in test_convert_extreme() 248 gpr_timespec t1 = {INT64_MAX, 1, GPR_CLOCK_REALTIME}; in test_cmp_extreme() 249 gpr_timespec t2 = {INT64_MAX, 2, GPR_CLOCK_REALTIME}; in test_cmp_extreme()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 802 *distortion = INT64_MAX; in txfm_rd_in_plane() 803 *sse = INT64_MAX; in txfm_rd_in_plane() 839 int64_t rd[TX_SIZES][2] = { { INT64_MAX, INT64_MAX }, in choose_tx_size_from_rd() 840 { INT64_MAX, INT64_MAX }, in choose_tx_size_from_rd() 841 { INT64_MAX, INT64_MAX }, in choose_tx_size_from_rd() 842 { INT64_MAX, INT64_MAX } }; in choose_tx_size_from_rd() 872 if (d[n] == INT64_MAX || r[n][0] == INT_MAX) { in choose_tx_size_from_rd() 873 rd[n][0] = rd[n][1] = INT64_MAX; in choose_tx_size_from_rd() 887 if (is_inter_block(mi) && !xd->lossless && !s[n] && sse[n] != INT64_MAX) { in choose_tx_size_from_rd() 894 (rd[n][1] == INT64_MAX || in choose_tx_size_from_rd() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | DataTypes.h | 178 #if !defined(INT64_MAX) 179 # define INT64_MAX 9223372036854775807LL macro 182 # define INT64_MIN ((-INT64_MAX)-1)
|
/external/grpc-grpc/third_party/nanopb/tests/intsizes/ |
D | intsizes_unittests.c | 96 INT64_MAX, UINT64_MAX, INT64_MAX, true); in main() 112 INT64_MAX, UINT64_MAX, INT64_MAX, false); in main()
|
/external/nanopb-c/tests/intsizes/ |
D | intsizes_unittests.c | 96 INT64_MAX, UINT64_MAX, INT64_MAX, true); in main() 112 INT64_MAX, UINT64_MAX, INT64_MAX, false); in main()
|
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/ |
D | DataTypes.h | 177 #if !defined(INT64_MAX) 178 # define INT64_MAX 9223372036854775807LL macro 181 # define INT64_MIN ((-INT64_MAX)-1)
|
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/ |
D | DataTypes.h | 177 #if !defined(INT64_MAX) 178 # define INT64_MAX 9223372036854775807LL macro 181 # define INT64_MIN ((-INT64_MAX)-1)
|
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/ |
D | DataTypes.h | 177 #if !defined(INT64_MAX) 178 # define INT64_MAX 9223372036854775807LL macro 181 # define INT64_MIN ((-INT64_MAX)-1)
|
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/ |
D | DataTypes.h | 177 #if !defined(INT64_MAX) 178 # define INT64_MAX 9223372036854775807LL macro 181 # define INT64_MIN ((-INT64_MAX)-1)
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 193 #if !defined(INT64_MAX) 194 #define INT64_MAX 9223372036854775807LL macro 197 #define INT64_MIN ((-INT64_MAX) - 1)
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h | 193 #if !defined(INT64_MAX) 194 # define INT64_MAX 9223372036854775807LL macro 197 # define INT64_MIN ((-INT64_MAX)-1)
|
D | DataTypes.h.cmake | 73 #undef INT64_MAX 121 #if !defined(INT64_MAX) 122 # define INT64_MAX 9223372036854775807LL 125 # define INT64_MIN ((-INT64_MAX)-1)
|
/external/libaom/libaom/av1/encoder/ |
D | rd.h | 307 rd_stats->ref_rdcost = INT64_MAX; in av1_init_rd_stats() 328 rd_stats->dist = INT64_MAX; in av1_invalid_rd_stats() 329 rd_stats->rdcost = INT64_MAX; in av1_invalid_rd_stats() 330 rd_stats->sse = INT64_MAX; in av1_invalid_rd_stats() 334 rd_stats->ref_rdcost = INT64_MAX; in av1_invalid_rd_stats()
|
D | rdopt.c | 2477 if (rd_stats->rate == INT_MAX || rd_stats->dist == INT64_MAX) return; in PrintTransformUnitStats() 2574 if (rd_stats->rate == INT_MAX || rd_stats->dist == INT64_MAX) return; in PrintPredictionUnitStats() 3085 int64_t best_rd = INT64_MAX; in search_txk_type() 3264 if (cpi->sf.optimize_b_precheck && best_rd < INT64_MAX && in search_txk_type() 3285 int64_t sse_diff = INT64_MAX; in search_txk_type() 3393 assert(best_rd != INT64_MAX); in search_txk_type() 3591 int64_t rd = INT64_MAX; in txfm_yrd() 3622 if (rd_stats->rate == INT_MAX) return INT64_MAX; in txfm_yrd() 3665 if (rd != INT64_MAX) { in estimate_yrd_for_sb() 3770 int64_t best_rd = INT64_MAX; in choose_tx_size_type_from_rd() [all …]
|
/external/mesa3d/src/util/ |
D | rounding.h | 100 #if LONG_MAX == INT64_MAX in _mesa_lroundevenf() 120 #if LONG_MAX == INT64_MAX in _mesa_lroundeven()
|