/external/llvm-project/lld/test/ELF/ |
D | common-page.s | 15 # RUN: llvm-readobj --sections -l %t2 | FileCheck --check-prefix=CHECK-MAX %s 17 # CHECK-MAX: Sections [ 18 # CHECK-MAX-NEXT: Section { 19 # CHECK-MAX-NEXT: Index: 0 20 # CHECK-MAX-NEXT: Name: (0) 21 # CHECK-MAX-NEXT: Type: SHT_NULL (0x0) 22 # CHECK-MAX-NEXT: Flags [ (0x0) 23 # CHECK-MAX-NEXT: ] 24 # CHECK-MAX-NEXT: Address: 0x0 25 # CHECK-MAX-NEXT: Offset: 0x0 [all …]
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | TpmAlgorithmDefines.h | 54 MAX(ECC_BN_P256 * 256, MAX(ECC_BN_P638 * 638, \ 55 MAX(ECC_NIST_P192 * 192, MAX(ECC_NIST_P224 * 224, \ 56 MAX(ECC_NIST_P256 * 256, MAX(ECC_NIST_P384 * 384, \ 57 MAX(ECC_NIST_P521 * 521, MAX(ECC_SM2_P256 * 256, \ 364 (MAX(ALG_SHA1 * SHA1_BLOCK_SIZE, \ 365 MAX(ALG_SHA256 * SHA256_BLOCK_SIZE, \ 366 MAX(ALG_SHA384 * SHA384_BLOCK_SIZE, \ 367 MAX(ALG_SHA3_256 * SHA3_256_BLOCK_SIZE, \ 368 MAX(ALG_SHA3_384 * SHA3_384_BLOCK_SIZE, \ 369 MAX(ALG_SHA3_512 * SHA3_512_BLOCK_SIZE, \ [all …]
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | gather-root.ll | 4 …-slp-schedule-budget=0 -slp-threshold=-30 -slp-vectorizer -S | FileCheck %s --check-prefix=MAX-COST 68 ; MAX-COST-LABEL: @PR28330( 69 ; MAX-COST-NEXT: entry: 70 ; MAX-COST-NEXT: [[P0:%.*]] = load i8, i8* getelementptr inbounds ([80 x i8], [80 x i8]* @a, i64… 71 ; MAX-COST-NEXT: [[P1:%.*]] = icmp eq i8 [[P0]], 0 72 ; MAX-COST-NEXT: [[P2:%.*]] = load i8, i8* getelementptr inbounds ([80 x i8], [80 x i8]* @a, i64… 73 ; MAX-COST-NEXT: [[P3:%.*]] = icmp eq i8 [[P2]], 0 74 ; MAX-COST-NEXT: [[P4:%.*]] = load i8, i8* getelementptr inbounds ([80 x i8], [80 x i8]* @a, i64… 75 ; MAX-COST-NEXT: [[P5:%.*]] = icmp eq i8 [[P4]], 0 76 ; MAX-COST-NEXT: [[P6:%.*]] = load i8, i8* getelementptr inbounds ([80 x i8], [80 x i8]* @a, i64… [all …]
|
/external/llvm-project/clang/unittests/StaticAnalyzer/ |
D | RangeSetTest.cpp | 75 constexpr type MAX = std::numeric_limits<type>::max(); in checkNegate() local 84 static_assert(MIN < A && A < B && B < MID && MID < C && C < D && D < MAX, in checkNegate() 90 {BVF, F, {MIN, A}, {MIN, MIN, D, MAX}}, in checkNegate() 91 {BVF, F, {MIN, C}, {MIN, MIN, B, MAX}}, in checkNegate() 92 {BVF, F, {MIN, MID}, {MIN, MIN, MID, MAX}}, in checkNegate() 93 {BVF, F, {MIN, MAX}, {MIN, MAX}}, in checkNegate() 96 {BVF, F, {MIN, A, D, MAX}, {MIN, A, D, MAX}}, in checkNegate() 97 {BVF, F, {MIN, B, MID, D}, {MIN, MIN, A, MID, C, MAX}}, in checkNegate() 98 {BVF, F, {MIN, MID, C, D}, {MIN, MIN, A, B, MID, MAX}}, in checkNegate() 99 {BVF, F, {MIN, MID, C, MAX}, {MIN, B, MID, MAX}}, in checkNegate() [all …]
|
/external/rust/crates/num-traits/src/ |
D | bounds.rs | 33 bounded_impl!(usize, usize::MIN, usize::MAX); 34 bounded_impl!(u8, u8::MIN, u8::MAX); 35 bounded_impl!(u16, u16::MIN, u16::MAX); 36 bounded_impl!(u32, u32::MIN, u32::MAX); 37 bounded_impl!(u64, u64::MIN, u64::MAX); 39 bounded_impl!(u128, u128::MIN, u128::MAX); 41 bounded_impl!(isize, isize::MIN, isize::MAX); 42 bounded_impl!(i8, i8::MIN, i8::MAX); 43 bounded_impl!(i16, i16::MIN, i16::MAX); 44 bounded_impl!(i32, i32::MIN, i32::MAX); [all …]
|
/external/igt-gpu-tools/tools/ |
D | intel_gpu_frequency.c | 42 MAX, enumerator 204 act_upon[MAX] = true; in parse() 205 sscanf(optarg, "%d", &new_freq[MAX]); in parse() 206 new_freq[MIN] = new_freq[MAX]; in parse() 223 act_upon[MAX] = true; in parse() 224 sscanf(optarg+4, "%d", &new_freq[MAX]); in parse() 239 new_freq[MAX] = tmp; in parse() 241 act_upon[MAX] = true; in parse() 247 new_freq[MAX] = tmp; in parse() 249 act_upon[MAX] = true; in parse() [all …]
|
/external/igt-gpu-tools/tests/i915/ |
D | i915_pm_rps.c | 50 MAX, enumerator 119 if (freqs[CUR] >= freqs[MIN] && freqs[CUR] <= freqs[MAX]) in wait_freq_settle() 156 igt_assert_lte(freqs[MIN], freqs[MAX]); in check_freq_constraints() 157 igt_assert_lte(freqs[CUR], freqs[MAX]); in check_freq_constraints() 160 igt_assert_lte(freqs[MAX], freqs[RP0]); in check_freq_constraints() 345 idx = MAX; in get_hw_rounded_freq() 377 writeval(sysfs_files[MAX].filp, origfreqs[RP0]); in min_max_config() 399 writeval_inval(sysfs_files[MAX].filp, origfreqs[RPn]); in min_max_config() 419 writeval(sysfs_files[MAX].filp, fmid); in min_max_config() 423 writeval(sysfs_files[MAX].filp, origfreqs[RPn]); in min_max_config() [all …]
|
/external/llvm-project/lld/test/wasm/ |
D | import-memory.test | 20 # RUN: obj2yaml %t.max.wasm | FileCheck -check-prefix=CHECK-MAX %s 24 # CHECK-MAX: - Type: IMPORT 25 # CHECK-MAX-NEXT: Imports: 26 # CHECK-MAX-NEXT: - Module: env 27 # CHECK-MAX-NEXT: Field: memory 28 # CHECK-MAX-NEXT: Kind: MEMORY 29 # CHECK-MAX-NEXT: Memory: 30 # CHECK-MAX-NEXT: Flags: [ HAS_MAX ] 31 # CHECK-MAX-NEXT: Initial: 0x4 32 # CHECK-MAX-NEXT: Maximum: 0x5 [all …]
|
/external/rust/crates/rayon/src/ |
D | range_inclusive.rs | 241 Some(u32::MAX as usize), in test_u32_opt_len() 242 (0..=u32::MAX - 1).into_par_iter().opt_len() in test_u32_opt_len() 245 Some(u32::MAX as usize + 1), in test_u32_opt_len() 246 (0..=u32::MAX).into_par_iter().opt_len() in test_u32_opt_len() 255 Some(usize::MAX), in test_u64_opt_len() 256 (0..=usize::MAX as u64 - 1).into_par_iter().opt_len() in test_u64_opt_len() 258 assert_eq!(None, (0..=usize::MAX as u64).into_par_iter().opt_len()); in test_u64_opt_len() 259 assert_eq!(None, (0..=u64::MAX).into_par_iter().opt_len()); in test_u64_opt_len() 267 Some(usize::MAX), in test_u128_opt_len() 268 (0..=usize::MAX as u128 - 1).into_par_iter().opt_len() in test_u128_opt_len() [all …]
|
D | range.rs | 178 if len <= usize::MAX as $len_t { 320 assert_eq!(u128::MAX, (i128::MIN..i128::MAX).len()); in test_i128_len_doesnt_overflow() 328 Some(usize::MAX), in test_u64_opt_len() 329 (0..usize::MAX as u64).into_par_iter().opt_len() in test_u64_opt_len() 331 if (usize::MAX as u64) < u64::MAX { in test_u64_opt_len() 334 (0..(usize::MAX as u64).wrapping_add(1)) in test_u64_opt_len() 338 assert_eq!(None, (0..u64::MAX).into_par_iter().opt_len()); in test_u64_opt_len() 347 Some(usize::MAX), in test_u128_opt_len() 348 (0..usize::MAX as u128).into_par_iter().opt_len() in test_u128_opt_len() 350 assert_eq!(None, (0..1 + usize::MAX as u128).into_par_iter().opt_len()); in test_u128_opt_len() [all …]
|
/external/rust/crates/chrono/src/ |
D | oldtime.rs | 62 pub const MAX: Duration = Duration { constant 63 secs: i64::MAX / MILLIS_PER_SEC, 64 nanos: (i64::MAX % MILLIS_PER_SEC) as i32 * NANOS_PER_MILLI, 110 if d < MIN || d > MAX { in seconds() 219 if d < MIN || d > MAX { in checked_add() 237 if d < MIN || d > MAX { in checked_sub() 259 MAX in max_value() 280 if duration.as_secs() > MAX.secs as u64 { in from_std() 284 if d > MAX { in from_std() 458 use super::{Duration, OutOfRangeError, MAX, MIN}; [all …]
|
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/reference/include/ |
D | Implementation.h | 48 #undef MAX 49 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro 91 MAX(TDES_128_BLOCK_SIZE_BYTES, MAX(TDES_192_BLOCK_SIZE_BYTES, 0)) 99 MAX(AES_128_BLOCK_SIZE_BYTES, MAX(AES_256_BLOCK_SIZE_BYTES, 0)) 105 #define MAX_SM4_BLOCK_SIZE_BYTES MAX(SM4_128_BLOCK_SIZE_BYTES, 0) 111 #define MAX_CAMELLIA_BLOCK_SIZE_BYTES MAX(CAMELLIA_128_BLOCK_SIZE_BYTES, 0) 135 MAX(ECC_BN_P256 * 256, MAX(ECC_BN_P638 * 638, \ 136 MAX(ECC_NIST_P192 * 192, MAX(ECC_NIST_P224 * 224, \ 137 MAX(ECC_NIST_P256 * 256, MAX(ECC_NIST_P384 * 384, \ 138 MAX(ECC_NIST_P521 * 521, MAX(ECC_SM2_P256 * 256, \ [all …]
|
/external/rust/crates/ring/src/ |
D | limb.rs | 353 const MAX: Limb = LimbMask::True as Limb; constant 366 &[0, 0, 0, 0, MAX], in test_limbs_are_even() 379 &[1, 0, 0, 0, MAX], in test_limbs_are_even() 428 (&[MAX], MAX), in test_limbs_equal_limb() 430 (&[MAX, 0, 0], MAX), in test_limbs_equal_limb() 445 (&[MAX, MAX], MAX), in test_limbs_equal_limb() 446 (&[MAX, 1], MAX), in test_limbs_equal_limb() 462 (&[MAX - 1], MAX), in test_limbs_less_than_limb_constant_time() 463 (&[MAX - 1, 0], MAX), in test_limbs_less_than_limb_constant_time() 473 (&[MAX], MAX), in test_limbs_less_than_limb_constant_time() [all …]
|
/external/python/cpython2/Objects/stringlib/ |
D | localeutil.h | 8 #define MAX(x, y) ((x) < (y) ? (y) : (x)) macro 145 l = MIN(l, MAX(MAX(remaining, min_width), 1)); in _Py_InsertThousandsGrouping() 146 n_zeros = MAX(0, l - remaining); in _Py_InsertThousandsGrouping() 147 n_chars = MAX(0, MIN(remaining, l)); in _Py_InsertThousandsGrouping() 175 l = MAX(MAX(remaining, min_width), 1); in _Py_InsertThousandsGrouping() 176 n_zeros = MAX(0, l - remaining); in _Py_InsertThousandsGrouping() 177 n_chars = MAX(0, MIN(remaining, l)); in _Py_InsertThousandsGrouping()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | misched-ilp.ll | 1 …e=x86_64-apple-macosx -mattr=+sse2 -enable-misched -misched=ilpmax | FileCheck -check-prefix=MAX %s 6 ; MAX: addss 7 ; MAX: addss 8 ; MAX: addss 9 ; MAX: subss 10 ; MAX: addss
|
/external/llvm/test/CodeGen/X86/ |
D | misched-ilp.ll | 1 …e=x86_64-apple-macosx -mattr=+sse2 -enable-misched -misched=ilpmax | FileCheck -check-prefix=MAX %s 6 ; MAX: addss 7 ; MAX: addss 8 ; MAX: addss 9 ; MAX: subss 10 ; MAX: addss
|
/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc7914.py | 22 MAX = float('inf') variable 33 univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(1, MAX))), 35 univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(1, MAX))), 37 univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(1, MAX))), 39 univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(1, MAX)))
|
D | rfc6031.py | 38 MAX = float('inf') variable 169 subtypeSpec=constraint.ValueRangeConstraint(0, MAX))), 171 subtypeSpec=constraint.ValueRangeConstraint(0, MAX))) 180 subtypeSpec=constraint.ValueRangeConstraint(0, MAX))), 205 at_pskc_counter.subtypeSpec = constraint.ValueRangeConstraint(0, MAX) 219 at_pskc_timeInterval.subtypeSpec = constraint.ValueRangeConstraint(0, MAX) 227 at_pskc_timeDrift.subtypeSpec = constraint.ValueRangeConstraint(0, MAX) 267 at_pskc_numberOfTransactions.subtypeSpec = constraint.ValueRangeConstraint(0, MAX) 326 subtypeSpec=constraint.ValueRangeConstraint(0, MAX)).subtype( 329 subtypeSpec=constraint.ValueRangeConstraint(0, MAX)).subtype( [all …]
|
D | rfc8226.py | 23 MAX = float('inf') variable 45 JWTClaimNames.sizeSpec = constraint.ValueSizeConstraint(1, MAX) 55 sizeSpec=constraint.ValueSizeConstraint(1, MAX))) 63 JWTClaimPermittedValuesList.sizeSpec = constraint.ValueSizeConstraint(1, MAX) 109 univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(2, MAX))) 133 TNAuthorizationList.sizeSpec = constraint.ValueSizeConstraint(1, MAX)
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | AttributesImplSerializer.java | 57 private static final int MAX = 12; field in AttributesImplSerializer 63 private static final int MAXMinus1 = MAX - 1; 75 if (super.getLength() < MAX) in getIndex() 121 switchOverToHash(MAX); in addAttribute() 175 if (MAX <= len) in clear() 201 if (MAX <= numAtts) in setAttributes() 217 if (super.getLength() < MAX) in getIndex()
|
/external/rust/crates/half/benches/ |
D | convert.rs | 16 f32::MAX, in bench_f32_to_f16() 36 f64::MAX, in bench_f64_to_f16() 56 f16::MAX, in bench_f16_to_f32() 76 f16::MAX, in bench_f16_to_f64() 102 f32::MAX, in bench_slice_f32_to_f16() 134 f64::MAX, in bench_slice_f64_to_f16() 166 f16::MAX, in bench_slice_f16_to_f32() 198 f16::MAX, in bench_slice_f16_to_f64() 240 f32::MAX, in bench_f32_to_bf16() 260 f64::MAX, in bench_f64_to_bf16() [all …]
|
/external/flac/src/plugin_common/ |
D | dither.c | 58 …target_bps, FLAC__int32 sample, dither_state *dither, const FLAC__int32 MIN, const FLAC__int32 MAX) in linear_dither() argument 86 if(output > MAX) { in linear_dither() 87 output = MAX; in linear_dither() 89 if(sample > MAX) in linear_dither() 90 sample = MAX; in linear_dither() 128 const FLAC__int32 MAX = ~MIN; /*(1L << (source_bps-1)) - 1 */ in FLAC__plugin_common__pack_pcm_signed_big_endian() local 137 sample = linear_dither(source_bps, target_bps, *input_++, &dither[channel], MIN, MAX); in FLAC__plugin_common__pack_pcm_signed_big_endian() 209 const FLAC__int32 MAX = ~MIN; /*(1L << (source_bps-1)) - 1 */ in FLAC__plugin_common__pack_pcm_signed_little_endian() local 218 sample = linear_dither(source_bps, target_bps, *input_++, &dither[channel], MIN, MAX); in FLAC__plugin_common__pack_pcm_signed_little_endian()
|
/external/tensorflow/tensorflow/tools/android/test/jni/ |
D | yuv2rgb.cc | 21 #ifndef MAX 22 #define MAX(a, b) ({__typeof__(a) _a = (a); __typeof__(b) _b = (b); _a > _b ? _a : _b; }) macro 46 nR = MIN(kMaxChannelValue, MAX(0, nR)); in YUV2RGB() 47 nG = MIN(kMaxChannelValue, MAX(0, nG)); in YUV2RGB() 48 nB = MIN(kMaxChannelValue, MAX(0, nB)); in YUV2RGB() 178 nR = MIN(kMaxChannelValue, MAX(0, nR)); in ConvertYUV420SPToRGB565() 179 nG = MIN(kMaxChannelValue, MAX(0, nG)); in ConvertYUV420SPToRGB565() 180 nB = MIN(kMaxChannelValue, MAX(0, nB)); in ConvertYUV420SPToRGB565()
|
/external/rust/crates/num-integer/tests/ |
D | average.rs | 15 let max = $crate::std::$I::MAX; 26 let max = $crate::std::$I::MAX; 39 let max = $crate::std::$I::MAX; 50 let max = $crate::std::$I::MAX; 68 let max = $crate::std::$U::MAX; 85 let max = $crate::std::$U::MAX;
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | minmax-of-minmax.ll | 7 ; CHECK-NEXT: [[MAX:%.*]] = select i1 [[CMP2]], i32 [[X]], i32 [[Y]] 8 ; CHECK-NEXT: ret i32 [[MAX]] 22 ; CHECK-NEXT: [[MAX:%.*]] = select i1 [[CMP2]], i32 [[X]], i32 [[Y]] 23 ; CHECK-NEXT: ret i32 [[MAX]] 37 ; CHECK-NEXT: [[MAX:%.*]] = select i1 [[CMP2]], i32 [[X]], i32 [[Y]] 38 ; CHECK-NEXT: ret i32 [[MAX]] 52 ; CHECK-NEXT: [[MAX:%.*]] = select <2 x i1> [[CMP2]], <2 x i32> [[X]], <2 x i32> [[Y]] 53 ; CHECK-NEXT: ret <2 x i32> [[MAX]] 127 ; CHECK-NEXT: [[MAX:%.*]] = select i1 [[CMP2]], i32 [[X]], i32 [[Y]] 128 ; CHECK-NEXT: ret i32 [[MAX]] [all …]
|