Home
last modified time | relevance | path

Searched defs:Sd (Results 1 – 25 of 60) sorted by relevance

123

/aosp_15_r20/external/clang/test/OpenMP/
H A Dtarget_codegen_global_capture.cpp47 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 DIceAssemblerARM32.cpp1118 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/
Ddevice_path_gen.rs304 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/
Ddevice_path_gen.rs304 pub struct Sd { struct
305 pub header: DevicePathHeader,
306 pub slot_number: u8,
/aosp_15_r20/external/clang/test/CodeGen/
H A Dppc64-struct-onefloat.c5 typedef struct s2 { double d; } Sd; typedef
/aosp_15_r20/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Drv64.h113 inline void Assembler::Sd(Register arg0, const Label& label, Register arg2) { function
/aosp_15_r20/external/clang/test/SemaCXX/
H A Derr_typecheck_assign_const_filecheck.cpp25 static D Sd; member
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Ddevice_path_gen.rs1985 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/
Ddevice_path_gen.rs1985 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 Dprettify.js12 Od=/&apos;/g,Pd=/&quot;/g,Qd=/&amp;/g,Rd=/&nbsp;/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 Dprettify.js12 Od=/&apos;/g,Pd=/&quot;/g,Qd=/&amp;/g,Rd=/&nbsp;/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 DDevicePath.h1276 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 DDevicePath.h1295 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 DDevicePath.h1297 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 DDevicePath.h1297 SD_DEVICE_PATH Sd; member
1355 SD_DEVICE_PATH *Sd; member
/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsics_riscv64.cc334 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 Dcode_generator_riscv64.cc1113 __ 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 DUtilsVk.h415 uint32_t Sd = 0; member
/aosp_15_r20/external/skia/src/core/
H A DSkMatrix.cpp1721 double Sa, Sb, Sd; in SkDecomposeUpper2x2() local
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2727 Value *Sd = getShadow(D); in visitSelectInst() local
/aosp_15_r20/external/coreboot/src/vendorcode/amd/pi/00730F01/Proc/Fch/Common/
H A DFchCommonCfg.h1284 FCH_SD Sd; ///< SD structure member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3610 Value *Sd = getShadow(D); in visitSelectInst() local
/aosp_15_r20/external/coreboot/src/vendorcode/amd/pi/00670F00/Proc/Fch/Common/
H A DFchCommonCfg.h1505 FCH_SD Sd; ///< SD structure member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4365 Value *Sd = getShadow(D); in visitSelectInst() local
/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8948 MachO::source_version_command Sd = Obj->getSourceVersionCommand(Command); in PrintLoadCommands() local

123