/aosp_15_r20/external/clang/test/OpenMP/ |
H A D | target_codegen_global_capture.cpp | 47 static float Sd = 8.0; in foo() local 170 static float Sd = 12.0; in bar() local 312 static float Sd = 20.0; in tbar() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerARM32.cpp | 1118 void AssemblerARM32::emitMoveSS(CondARM32::Cond Cond, IValueT Sd, IValueT Sm) { in emitMoveSS() 1294 IValueT Sd, IValueT Sn, IValueT Sm) { in emitVFPsss() 1311 const IValueT Sd = encodeSRegister(OpSd, "Sd", InstName); in emitVFPsss() local 2331 IValueT Sd = encodeSRegister(OpSd, "Sd", Vabss); in vabss() local 2563 IValueT Sd = encodeSRegister(OpSd, "Sd", Vcmps); in vcmps() local 2572 IValueT Sd = encodeSRegister(OpSd, "Sd", Vcmpsz); in vcmpsz() local 2579 void AssemblerARM32::emitVFPsd(CondARM32::Cond Cond, IValueT Opcode, IValueT Sd, in emitVFPsd() 2623 IValueT Sd = encodeSRegister(OpSd, "Sd", Vcvtsd); in vcvtsd() local 2638 IValueT Sd = encodeSRegister(OpSd, "Sd", Vcvtis); in vcvtis() local 2653 IValueT Sd = encodeSRegister(OpSd, "Sd", Vcvtid); in vcvtid() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/ |
D | device_path_gen.rs | 304 pub struct Sd { struct 305 pub header: DevicePathHeader, 306 pub slot_number: u8,
|
/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/device_path/ |
D | device_path_gen.rs | 304 pub struct Sd { struct 305 pub header: DevicePathHeader, 306 pub slot_number: u8,
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | ppc64-struct-onefloat.c | 5 typedef struct s2 { double d; } Sd; typedef
|
/aosp_15_r20/frameworks/libs/binary_translation/assembler/include/berberis/assembler/ |
D | rv64.h | 113 inline void Assembler::Sd(Register arg0, const Label& label, Register arg2) { function
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | err_typecheck_assign_const_filecheck.cpp | 25 static D Sd; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/device_path/ |
D | device_path_gen.rs | 1985 pub struct Sd { struct 1986 pub(super) header: DevicePathHeader, 1987 pub(super) slot_number: u8, 1990 impl Sd { impl 1998 impl fmt::Debug for Sd { implementation 2006 impl TryFrom<&DevicePathNode> for &Sd { implementation 2014 let node: *const Sd = node.cast(); in try_from() constant 4905 pub struct Sd { struct 4907 pub slot_number: u8, 4910 unsafe impl BuildNode for Sd { implementation
|
/aosp_15_r20/external/rust/crates/uefi/src/proto/device_path/ |
D | device_path_gen.rs | 1985 pub struct Sd { struct 1986 pub(super) header: DevicePathHeader, 1987 pub(super) slot_number: u8, 1990 impl Sd { impl 1998 impl fmt::Debug for Sd { implementation 2006 impl TryFrom<&DevicePathNode> for &Sd { implementation 2014 let node: *const Sd = node.cast(); in try_from() constant 4905 pub struct Sd { struct 4907 pub slot_number: u8, 4910 unsafe impl BuildNode for Sd { implementation
|
/aosp_15_r20/external/doclava/res/assets/templates/assets/ |
H A D | prettify.js | 12 Od=/'/g,Pd=/"/g,Qd=/&/g,Rd=/ /g;function Sd(a){var b=a.indexOf(G);if(b<0)return … class
|
/aosp_15_r20/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | prettify.js | 12 Od=/'/g,Pd=/"/g,Qd=/&/g,Rd=/ /g;function Sd(a){var b=a.indexOf(G);if(b<0)return … class
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/ |
H A D | DevicePath.h | 1276 SD_DEVICE_PATH Sd; member 1334 SD_DEVICE_PATH *Sd; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/ |
H A D | DevicePath.h | 1295 SD_DEVICE_PATH Sd; member 1351 SD_DEVICE_PATH *Sd; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/ |
H A D | DevicePath.h | 1297 SD_DEVICE_PATH Sd; member 1355 SD_DEVICE_PATH *Sd; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/ |
H A D | DevicePath.h | 1297 SD_DEVICE_PATH Sd; member 1355 SD_DEVICE_PATH *Sd; member
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | intrinsics_riscv64.cc | 334 EmitMemoryPoke(invoke, [&](XRegister rs2, XRegister rs1) { __ Sd(rs2, rs1, 0); }); in VisitMemoryPokeLongNative() local 2016 __ Sd(rs2, rs1, offset); in GenerateStore() local 2134 __ Sd(tmp, dst_curr_addr, 0); in SystemArrayCopyPrimitive() local 2135 __ Sd(tmp2, dst_curr_addr, 8); in SystemArrayCopyPrimitive() local
|
H A D | code_generator_riscv64.cc | 1113 __ Sd(tmp.AsRegister<XRegister>(), SP, index2); in Exchange() local 2685 __ Sd(tmp2, tmp, kMethodOffsetInBytes); in GenerateMethodEntryExitHook() local 2690 __ Sd(tmp2, tmp, kTimestampOffsetInBytes); in GenerateMethodEntryExitHook() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | UtilsVk.h | 415 uint32_t Sd = 0; member
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkMatrix.cpp | 1721 double Sa, Sb, Sd; in SkDecomposeUpper2x2() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 2727 Value *Sd = getShadow(D); in visitSelectInst() local
|
/aosp_15_r20/external/coreboot/src/vendorcode/amd/pi/00730F01/Proc/Fch/Common/ |
H A D | FchCommonCfg.h | 1284 FCH_SD Sd; ///< SD structure member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 3610 Value *Sd = getShadow(D); in visitSelectInst() local
|
/aosp_15_r20/external/coreboot/src/vendorcode/amd/pi/00670F00/Proc/Fch/Common/ |
H A D | FchCommonCfg.h | 1505 FCH_SD Sd; ///< SD structure member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 4365 Value *Sd = getShadow(D); in visitSelectInst() local
|
/aosp_15_r20/external/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 8948 MachO::source_version_command Sd = Obj->getSourceVersionCommand(Command); in PrintLoadCommands() local
|