/frameworks/compile/slang/lit-tests/padding/ |
D | more_structs.rscript | 7 // CHECK-LL: %struct.char_struct{{(\.[0-9]+)?}} = type { i16, [6 x i8], i64 } 8 // CHECK-LL: %struct.five_struct{{(\.[0-9]+)?}} = type { i8, [7 x i8], i64, i16, [6 x i8], i64, hal… 13 // CHECK-LL: define void @.helper_check_char_struct({ i16, [6 x i8], i64 }* nocapture) 14 …[C_F1_ADDR:%[0-9]+]] = getelementptr inbounds { i16, [6 x i8], i64 }, { i16, [6 x i8], i64 }* %0, … 16 …[C_F2_ADDR:%[0-9]+]] = getelementptr inbounds { i16, [6 x i8], i64 }, { i16, [6 x i8], i64 }* %0, … 17 // CHECK-LL: [[C_F2_VAL:%[0-9]+]] = load i64, i64* [[C_F2_ADDR]] 18 // CHECK-LL: tail call void @check_char_struct(i16 [[C_F1_VAL]], i64 [[C_F2_VAL]]) 20 // CHECK-LL: define void @.helper_check_five_struct({ i8, [7 x i8], i64, i16, [6 x i8], i64, half, … 21 …lementptr inbounds { i8, [7 x i8], i64, i16, [6 x i8], i64, half, [6 x i8] }, { i8, [7 x i8], i64,… 23 …lementptr inbounds { i8, [7 x i8], i64, i16, [6 x i8], i64, half, [6 x i8] }, { i8, [7 x i8], i64,… [all …]
|
D | small_struct.rscript | 5 // CHECK-LL: %struct.small_struct{{(\.[0-9]+)?}} = type { i32, [4 x i8], i64 } 8 // CHECK-LL: define void @.helper_checkStruct({ i32, [4 x i8], i64 }* nocapture) 9 …ELD_I_ADDR:%[0-9]+]] = getelementptr inbounds { i32, [4 x i8], i64 }, { i32, [4 x i8], i64 }* %0, … 11 …ELD_L_ADDR:%[0-9]+]] = getelementptr inbounds { i32, [4 x i8], i64 }, { i32, [4 x i8], i64 }* %0, … 12 // CHECK-LL: [[FIELD_L_VAL:%[0-9]+]] = load i64, i64* [[FIELD_L_ADDR]] 13 // CHECK-LL: call void @checkStruct(i32 [[FIELD_I_VAL]], i64 [[FIELD_L_VAL]])
|
D | small_struct_2.rscript | 5 // CHECK-LL: %struct.small_struct_2{{(\.[0-9]+)?}} = type { i64, i32, [4 x i8] } 8 // CHECK-LL: define void @.helper_checkStruct({ i64, i32, [4 x i8] }* nocapture) 9 // CHECK-LL: [[FIELD_L_ADDR:%[0-9]+]] = getelementptr inbounds { i64, i32, [4 x i8] }, { i64, i32, … 10 // CHECK-LL: [[FIELD_L_VAL:%[0-9]+]] = load i64, i64* [[FIELD_L_ADDR]] 11 // CHECK-LL: [[FIELD_I_ADDR:%[0-9]+]] = getelementptr inbounds { i64, i32, [4 x i8] }, { i64, i32, … 13 // CHECK-LL: call void @checkStruct(i64 [[FIELD_L_VAL]], i32 [[FIELD_I_VAL]])
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | test_reduce_general_metadata.ll | 39 target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128" 91 …tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %1, i8* bitcast (%struct.MinAndMax.0* @fMMInit.r to … 96 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture readonly, i64, i32, i1) #0 100 %1 = getelementptr inbounds %struct.MinAndMax.0, %struct.MinAndMax.0* %accum, i64 0, i32 0, i32 0 107 %5 = getelementptr inbounds %struct.MinAndMax.0, %struct.MinAndMax.0* %accum, i64 0, i32 0, i32 1 112 %7 = getelementptr inbounds %struct.MinAndMax.0, %struct.MinAndMax.0* %accum, i64 0, i32 1, i32 0 119 %11 = getelementptr inbounds %struct.MinAndMax.0, %struct.MinAndMax.0* %accum, i64 0, i32 1, i32 1 129 %1 = getelementptr inbounds %struct.MinAndMax.0, %struct.MinAndMax.0* %val, i64 0, i32 0, i32 0 131 %3 = getelementptr inbounds %struct.MinAndMax.0, %struct.MinAndMax.0* %val, i64 0, i32 0, i32 1 134 %5 = getelementptr inbounds %struct.MinAndMax.0, %struct.MinAndMax.0* %val, i64 0, i32 1, i32 0 [all …]
|
D | tbaa-through-alloca.ll | 7 target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128" 28 %indvars.iv = phi i64 [ 0, %0 ], [ %indvars.iv.next, %1 ] 29 %2 = getelementptr inbounds %struct.int5.0, %struct.int5.0* %in, i64 0, i32 0, i64 %indvars.iv 34 %indvars.iv.next = add nuw nsw i64 %indvars.iv, 1 35 %exitcond = icmp eq i64 %indvars.iv.next, 5 41 …tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %5, i8* %6, i64 20, i32 4, i1 false), !tbaa.struct !… 46 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture readonly, i64, i32, i1) #0 72 !9 = !{!10, !10, i64 0} 73 !10 = !{!"int", !11, i64 0} 74 !11 = !{!"omnipotent char", !12, i64 0} [all …]
|
/frameworks/compile/slang/lit-tests/P_array_init/ |
D | array_init.rscript | 10 // CHECK: @la = local_unnamed_addr global [2 x i64] [i64 13, i64 21], align 8 11 // CHECK: @lla = local_unnamed_addr global [4 x i64] [i64 34, i64 0, i64 0, i64 0], align 8
|
/frameworks/rs/driver/runtime/ll64/ |
D | allocation.ll | 1 target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128" 4 %struct.rs_allocation = type { i64*, i64*, i64*, i64* } 416 define void @rsSetElementAtImpl_long(%struct.rs_allocation* nocapture readonly %a, i64 %val, i32 %x… 418 %2 = bitcast i8* %1 to i64* 419 store i64 %val, i64* %2, align 8, !tbaa !45 423 define i64 @rsGetElementAtImpl_long(%struct.rs_allocation* nocapture readonly %a, i32 %x, i32 %y, i… 425 %2 = bitcast i8* %1 to i64* 426 %3 = load i64, i64* %2, align 8, !tbaa !45 427 ret i64 %3 431 define void @rsSetElementAtImpl_long2(%struct.rs_allocation* nocapture readonly %a, <2 x i64> %val,… [all …]
|
/frameworks/rs/driver/runtime/ll32/ |
D | allocation.ll | 1 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v… 404 define void @rsSetElementAtImpl_long([1 x i32] %a.coerce, i64 %val, i32 %x, i32 %y, i32 %z) #1 { 406 %2 = bitcast i8* %1 to i64* 407 store i64 %val, i64* %2, align 8, !tbaa !45 411 define i64 @rsGetElementAtImpl_long([1 x i32] %a.coerce, i32 %x, i32 %y, i32 %z) #0 { 413 %2 = bitcast i8* %1 to i64* 414 %3 = load i64, i64* %2, align 8, !tbaa !45 415 ret i64 %3 419 define void @rsSetElementAtImpl_long2([1 x i32] %a.coerce, <2 x i64> %val, i32 %x, i32 %y, i32 %z) … 421 %2 = bitcast i8* %1 to <2 x i64>* [all …]
|
/frameworks/av/media/libstagefright/webm/ |
D | EbmlUtil.cpp | 32 int64_t i64 = i; in numberOfTrailingZeros32() local 33 i64 = (i64 & -i64) * 0x0450FBAF; in numberOfTrailingZeros32() 34 uint32_t u = i64; in numberOfTrailingZeros32()
|
/frameworks/av/media/ndk/tests/ |
D | NdkMediaFormat_test.cpp | 47 int64_t i64; in TEST() local 51 EXPECT_FALSE(AMediaFormat_getInt64(fmt1, "five", &i64)); in TEST() 66 int64_t i64; in TEST() local 69 EXPECT_TRUE(AMediaFormat_getInt64(fmt1, "verylarge", &i64)); in TEST() 70 EXPECT_EQ(i64, INT64_MAX); in TEST() 73 i64 = -1; in TEST() 74 EXPECT_FALSE(AMediaFormat_getInt64(fmt1, "five", &i64)); in TEST() 75 EXPECT_EQ(i64, -1); in TEST() 81 EXPECT_FALSE(AMediaFormat_getInt64(nullptr, "whatever", &i64)); in TEST() 82 EXPECT_FALSE(AMediaFormat_getInt64(fmt1, nullptr, &i64)); in TEST()
|
/frameworks/rs/driver/runtime/arch/ |
D | x86_sse3.ll | 1 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v… 4 declare <2 x i64> @llvm.x86.sse2.psll.dq(<2 x i64>, i32) nounwind readnone 19 %3 = bitcast <4 x float> %2 to <2 x i64> 20 %4 = tail call <2 x i64> @llvm.x86.sse2.psll.dq(<2 x i64> %3, i32 32) 21 %5 = bitcast <2 x i64> %4 to <4 x float> 53 %3 = bitcast <4 x float> %2 to <2 x i64> 54 %4 = tail call <2 x i64> @llvm.x86.sse2.psll.dq(<2 x i64> %3, i32 32) 55 %5 = bitcast <2 x i64> %4 to <4 x float>
|
/frameworks/native/services/inputflinger/rust/ |
D | input_filter_thread.rs | 45 fn notify_timeout_expired(&self, when_nanos: i64); in notify_timeout_expired() argument 59 next_timeout: i64, 75 next_timeout: i64::MAX, in new() 85 pub fn request_timeout_at_time(&self, when_nanos: i64) { in request_timeout_at_time() argument 160 fn loop_once(&self, now: i64) { in loop_once() argument 161 let mut wake_up_time = i64::MAX; in loop_once() 170 if filter_thread.next_timeout != i64::MAX { in loop_once() 173 filter_thread.next_timeout = i64::MAX; in loop_once() 189 fn sleep_until(&self, when_nanos: i64) { in sleep_until() argument 266 fn notify_timeout_expired(&self, when_nanos: i64) { in notify_timeout_expired() argument [all …]
|
D | bounce_keys_filter.rs | 32 event_time: i64, 46 bounce_key_threshold_ns: i64, 53 bounce_key_threshold_ns: i64, in new() argument 263 threshold: i64, in setup_filter_with_external_device() argument 275 threshold: i64, in setup_filter_with_internal_device() argument 287 threshold: i64, in setup_filter_with_devices() argument
|
D | slow_keys_filter.rs | 38 down_time: i64, 43 slow_key_threshold_ns: i64, 62 slow_key_threshold_ns: i64, in new() argument 184 fn notify_timeout_expired(&self, when_nanos: i64) { in notify_timeout_expired() argument 240 static SLOW_KEYS_THRESHOLD_NS: i64 = 100 * 1000000; // 100 ms 390 threshold: i64, in setup_filter_with_external_device() argument 404 threshold: i64, in setup_filter_with_internal_device() argument 418 threshold: i64, in setup_filter_with_devices() argument
|
/frameworks/av/media/module/foundation/tests/ |
D | AMessage_test.cpp | 96 int64_t i64; in TEST() local 97 EXPECT_TRUE(m1->findInt64("big", &i64)); in TEST() 98 EXPECT_EQ(INT64_MAX, i64); in TEST() 100 EXPECT_TRUE(m1->findInt64("smaller", &i64)); in TEST() 101 EXPECT_EQ(INT64_MAX - 2, i64); in TEST() 127 EXPECT_FALSE(m1->findInt64("nonesuch2", &i64)); in TEST() 133 EXPECT_TRUE(m1->findAsInt64("big", &i64)); in TEST() 134 EXPECT_EQ(INT64_MAX, i64); in TEST() 135 EXPECT_TRUE(m1->findAsInt64("bar", &i64)); in TEST() 136 EXPECT_EQ(3, i64); in TEST() [all …]
|
/frameworks/rs/script_api/ |
D | rs_convert.spec | 50 t: u64, i64, f64 51 t: u64, i64, f64 60 t: u64, i64, f64 71 t: u64, i64, f64 81 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 90 t: u8, u16, u32, u64, i8, i16, i32, i64, f32, f64
|
D | rs_allocation_create.spec | 174 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 189 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 203 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 217 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 230 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64 243 t: u8, u16, u32, u64, i8, i16, i32, i64, f16, f32, f64
|
D | rs_debug.spec | 28 t: i32, u32, i64, u64, f64 44 t: i32, u32, i64, u64
|
/frameworks/native/libs/binder/rust/tests/ |
D | serialization.rs | 174 assert_eq!(parcel.read::<i64>()?, 0); in on_transact() 175 assert_eq!(parcel.read::<i64>()?, 1); in on_transact() 176 assert_eq!(parcel.read::<i64>()?, i64::max_value()); in on_transact() 178 assert_eq!(parcel.read::<Vec<i64>>()?, unsafe { bindings::TESTDATA_I64 }); in on_transact() 179 assert_eq!(parcel.read::<Option<Vec<i64>>>()?, None); in on_transact() 183 reply.write(&i64::max_value())?; in on_transact() 186 reply.write(&(None as Option<Vec<i64>>))?; in on_transact()
|
/frameworks/native/libs/debugstore/rust/src/ |
D | event.rs | 30 pub timestamp: i64, 48 timestamp: i64, in new() argument
|
/frameworks/av/camera/ndk/include/camera/ |
D | NdkCameraMetadata.h | 131 int64_t *i64; member 178 const int64_t *i64; member
|
/frameworks/av/media/mtp/ |
D | MtpProperty.cpp | 94 mDefaultValue.u.i64 = defaultValue; in MtpProperty() 293 mMinimumValue.u.i64 = min; in setFormRange() 294 mMaximumValue.u.i64 = max; in setFormRange() 295 mStepSize.u.i64 = step; in setFormRange() 336 mEnumValues[i].u.i64 = value; in setFormEnum() 422 buffer += std::to_string(value.u.i64); in print() 478 if (!packet.getInt64(value.u.i64)) return false; in readValue() 533 packet.putInt64(value.u.i64); in writeValue()
|
/frameworks/native/libs/binder/rust/tests/parcel_fuzzer/ |
D | read_utils.rs | 65 read_parcel_interface!(i64), 75 read_parcel_interface!(Vec<i64>), 84 read_parcel_interface!(Option<Vec<i64>>),
|
/frameworks/av/services/mediametrics/tests/ |
D | mediametrics_tests.cpp | 311 int64_t i64; in TEST() local 312 ASSERT_TRUE(item.getInt64("big", &i64)); in TEST() 313 ASSERT_EQ(INT64_MAX, i64); in TEST() 315 ASSERT_TRUE(item.getInt64("smaller", &i64)); in TEST() 316 ASSERT_EQ(INT64_MAX - 3, i64); in TEST() 419 int64_t i64; in TEST() local 420 ASSERT_TRUE(item.getInt64("convert", &i64)); in TEST() 421 ASSERT_EQ(123, i64); in TEST() 424 ASSERT_FALSE(item.getInt64("convert", &i64)); // should be false, no value in i64. in TEST() 490 int64_t i64; in TEST() local [all …]
|
/frameworks/av/services/mediametrics/fuzzer/ |
D | mediametrics_service_fuzzer.cpp | 177 int64_t i64 = mFdp.ConsumeIntegral<int64_t>(); in invokeTimeMachineStorage() local 182 (*item).set("i32", i32).set("i64", i64).set("double", d).set("string", str).set("rate", pair); in invokeTimeMachineStorage() 189 timeMachine.get("Key", "i64", &i64, -1); in invokeTimeMachineStorage() 197 timeMachine.get("Key.i64", &i64, -1); in invokeTimeMachineStorage()
|