/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | MetadataTest.cpp | 227 auto Temp = MDNode::getTemporary(Context, None); in TEST_F() local 245 auto Temp = MDNode::getTemporary(Context, None); in TEST_F() local 306 TempMDNode Temp = MDNode::getTemporary(Context, Arg); in TEST_F() local 501 auto Temp = MDTuple::getTemporary(Context, None); in TEST_F() local 585 auto Temp = MDTuple::getTemporary(Context, None); in TEST_F() local 610 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F() local 622 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F() local 634 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F() local 698 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F() local 711 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F() local [all …]
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
H A D | p12.cpp | 17 template <class T> class Temp { class 20 template class Temp<A::Private>; variable 38 template <class T> class Temp { class 41 template <> class Temp<A::Private> { class 43 Temp(int x) {} in Temp() function in test2::Temp
|
/aosp_15_r20/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
H A D | From2iToMono_32.cpp | 26 LVM_FLOAT Temp; in From2iToMono_Float() local 61 LVM_FLOAT Temp; in FromMcToMono_Float() local
|
H A D | LVC_Core_MixInSoft_D16C31_SAT.cpp | 37 LVM_FLOAT Temp; in LVC_Core_MixInSoft_D16C31_SAT() local 113 LVM_FLOAT Temp; in LVC_Core_MixInSoft_Mc_D16C31_SAT() local
|
H A D | Add2_Sat_32x32.cpp | 25 LVM_FLOAT Temp; in Add2_Sat_Float() local
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBundleIterator.h | 77 MachineInstrBundleIterator Temp = *this; variable 82 MachineInstrBundleIterator Temp = *this; variable
|
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/payloadtoggle/shared/model/ |
D | PreviewKey.kt | 22 private data class Temp(override val key: Int, override val isFinal: Boolean = false) : class
|
/aosp_15_r20/external/libvpx/vp8/common/ |
H A D | filter.c | 40 int Temp; in filter_block2d_first_pass() local 79 int Temp; in filter_block2d_second_pass() local 267 int Temp; in filter_block2d_bil_second_pass() local
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/IntentResolver/IntentResolver-core/android_common/kapt/gen/stubs/com/android/intentresolver/contentpreview/payloadtoggle/shared/model/ |
D | PreviewKey.java | 91 …public static final class Temp implements com.android.intentresolver.contentpreview.payloadtoggle.… class 95 public Temp(int key, boolean isFinal) { in Temp() method in PreviewKey.Temp
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCSchedule.cpp | 99 double Temp = NumUnits * 1.0 / I->Cycles; in getReciprocalThroughput() local 143 double Temp = llvm::popcount(I->getUnits()) * 1.0 / I->getCycles(); in getReciprocalThroughput() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCSchedule.cpp | 98 double Temp = NumUnits * 1.0 / I->Cycles; in getReciprocalThroughput() local 142 double Temp = countPopulation(I->getUnits()) * 1.0 / I->getCycles(); in getReciprocalThroughput() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | FileOutputBuffer.cpp | 36 OnDiskBuffer(StringRef Path, fs::TempFile Temp, in OnDiskBuffer() 71 fs::TempFile Temp; member in __anon62a0dd210111::OnDiskBuffer
|
/aosp_15_r20/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
H A D | LVREV_ApplyNewSettings.cpp | 128 LVM_UINT32 Temp; in LVREV_ApplyNewSettings() local 207 LVM_INT32 Temp; in LVREV_ApplyNewSettings() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | FileOutputBuffer.cpp | 34 OnDiskBuffer(StringRef Path, fs::TempFile Temp, fs::mapped_file_region Buf) in OnDiskBuffer() 68 fs::TempFile Temp; member in __anond5f21b270111::OnDiskBuffer
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_ir.h | 372 struct Temp { struct 373 Temp() noexcept : id_(0), reg_class(0) {} in Temp() argument 374 constexpr Temp(uint32_t id, RegClass cls) noexcept : id_(id), reg_class(uint8_t(cls)) {} in Temp() function 384 constexpr bool operator<(Temp other) const noexcept { return id() < other.id(); } argument 390 uint32_t reg_class : 8;
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOARM.h | 45 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in decodeAddend() local 148 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in resolveRelocation() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOARM.h | 71 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in decodeAddend() local 254 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in resolveRelocation() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOARM.h | 70 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in decodeAddend() local 253 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in resolveRelocation() local
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12_tgllp/vp/kernel_free/Source/Core_Kernels/ |
H A D | ConstBlend.h | 47 matrix<ushort, 1, 16> Temp; variable
|
H A D | Colorfill_ConstBlend.h | 23 matrix<ushort, 1, 16> Temp; variable
|
H A D | Colorfill_SrcBlend.h | 23 matrix<ushort, 1, 16> Temp; variable
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe_R/Xe_HPG_Base/vp/kernel_free/Source/Core_Kernels/ |
H A D | ConstBlend.h | 47 matrix<uint, 1, 16> Temp; variable
|
H A D | Colorfill_ConstBlend.h | 23 matrix<ushort, 1, 16> Temp; variable
|
H A D | Colorfill_SrcBlend.h | 23 matrix<ushort, 1, 16> Temp; variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/string/example/ |
D | replace_example.cpp | 35 string Temp(Replace.begin(), Replace.end()); in upcase_formatter() local
|