/frameworks/compile/slang/lit-tests/padding/ |
D | more_structs.rscript | 3 // RUN: %rs-filecheck-wrapper %s --check-prefix=CHECK-LL 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 // CHECK-LL: [[C_F1_ADDR:%[0-9]+]] = getelementptr inbounds { i16, [6 x i8], i64 }, { i16, [6 x i8]… 15 // CHECK-LL: [[C_F1_VAL:%[0-9]+]] = load i16, i16* [[C_F1_ADDR]] 16 // CHECK-LL: [[C_F2_ADDR:%[0-9]+]] = getelementptr inbounds { i16, [6 x i8], i64 }, { i16, [6 x i8]… 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, … [all …]
|
D | small_struct.rscript | 3 // RUN: %rs-filecheck-wrapper %s --check-prefix=CHECK-LL 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 // CHECK-LL: [[FIELD_I_ADDR:%[0-9]+]] = getelementptr inbounds { i32, [4 x i8], i64 }, { i32, [4 x … 10 // CHECK-LL: [[FIELD_I_VAL:%[0-9]+]] = load i32, i32* [[FIELD_I_ADDR]] 11 // CHECK-LL: [[FIELD_L_ADDR:%[0-9]+]] = getelementptr inbounds { i32, [4 x i8], i64 }, { i32, [4 x … 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 | 3 // RUN: %rs-filecheck-wrapper %s --check-prefix=CHECK-LL 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, … 12 // CHECK-LL: [[FIELD_I_VAL:%[0-9]+]] = load i32, i32* [[FIELD_I_ADDR]] 13 // CHECK-LL: call void @checkStruct(i64 [[FIELD_L_VAL]], i32 [[FIELD_I_VAL]])
|
D | bitfield.rscript | 3 // RUN: %rs-filecheck-wrapper %s --check-prefix=CHECK-LL 5 // CHECK-LL: %struct.NoBitfield{{(\.[0-9]+)?}} = type { i32, [4 x i8], i64, float, [4 x i8] } 6 // CHECK-LL: %struct.Bitfield{{(\.[0-9]+)?}} = type { i32, [4 x i8], i64, i8 } 8 // CHECK-LL: !\23rs_export_type = !{![[NODE:[0-9]+]]} 9 // CHECK-LL: ![[NODE]] = !{!"NoBitfield"}
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 1367 static inline long long LL(const T &x) { function 1377 ALOGD("%s %lld 0x%llx", s, LL(l), LL(l)); 1381 ALOGD("%s %lld 0x%llx", s, LL(ll), LL(ll)); 1386 ALOGD("%s {%lld, %lld} 0x%llx 0x%llx", s, LL(ll.x), LL(ll.y), LL(ll.x), LL(ll.y)); 1391 …"%s {%lld, %lld, %lld} 0x%llx 0x%llx 0x%llx", s, LL(ll.x), LL(ll.y), LL(ll.z), LL(ll.x), LL(ll.y)… 1396 …%lld} 0x%llx 0x%llx 0x%llx 0x%llx", s, LL(ll.x), LL(ll.y), LL(ll.z), LL(ll.w), LL(ll.x), LL(ll.y)… 1438 ALOGD("%s {%lld, %lld} 0x%llx 0x%llx", s, LL(ll.x), LL(ll.y), LL(ll.x), LL(ll.y)); 1443 …"%s {%lld, %lld, %lld} 0x%llx 0x%llx 0x%llx", s, LL(ll.x), LL(ll.y), LL(ll.z), LL(ll.x), LL(ll.y)… 1448 …%lld} 0x%llx 0x%llx 0x%llx 0x%llx", s, LL(ll.x), LL(ll.y), LL(ll.z), LL(ll.w), LL(ll.x), LL(ll.y)… 1468 ALOGD("%s {%lld, %lld} 0x%llx 0x%llx", s, LL(ll.x), LL(ll.y), LL(ll.x), LL(ll.y)); [all …]
|
/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/ |
D | setelementat.rscript | 43 long long LL = 4.0f; 44 rsSetElementAt(A, &LL, 0, 0);
|
/frameworks/av/media/libaudioclient/aidl/android/media/ |
D | AudioDualMonoMode.aidl | 24 LL = 2, enumConstant
|
/frameworks/native/libs/android_runtime_lazy/ |
D | Android.bp | 29 // Some libraries which serve as LL-NDK and NDK as well may depend on this
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioRecord.h | 629 void pauseInternal(nsecs_t ns = 0LL);
|
D | AudioTrack.h | 1057 void pauseInternal(nsecs_t ns = 0LL);
|
/frameworks/av/media/libaudioclient/ |
D | AidlConversion.cpp | 2179 case media::AudioDualMonoMode::LL: in aidl2legacy_AudioDualMonoMode_audio_dual_mono_mode_t() 2195 return media::AudioDualMonoMode::LL; in legacy2aidl_audio_dual_mono_mode_t_AudioDualMonoMode()
|