/aosp_15_r20/external/ltp/testcases/kernel/syscalls/ptrace/ |
H A D | spawn_ptrace_child.h | 103 #define SPT(x) [PTRACE_##x] = #x, macro 105 SPT(TRACEME) 106 SPT(PEEKTEXT) 107 SPT(PEEKDATA) 108 SPT(PEEKUSER) 109 SPT(POKETEXT) 110 SPT(POKEDATA) 111 SPT(POKEUSER) 113 SPT(GETREGS) 116 SPT(SETREGS) [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/ |
D | test_shared_ptr.cpp | 263 template<template<class T> class SPT , template<class T> class WPT > 266 SPT<A> spa; in test() 268 spa = SPT<A>(new A); in test() 269 SPT<A> spa1 = spa; in test() 274 SPT<A> spa; in test() 280 spa = SPT<A>(new A); in test() 284 spa = SPT<A>(new A); in test() 285 SPT<A> spa1 = spa; in test() 289 spa = SPT<A>(new B); in test() 294 spa = SPT<A>(new A); in test() [all …]
|
D | test_shared_ptr_multi_base.cpp | 226 template<template<class T> class SPT, template<class T> class WPT> 229 SPT<Sub> tc1_sp(new Sub(10)); in test() 237 SPT<Sub> tc2_sp(new Sub(10)); in test() 245 SPT<Sub> tc3_sp(new Sub(10)); in test() 253 SPT<Sub> tc4_sp(new Sub(10)); in test() 261 SPT<Sub> tc5_sp_tmp(new Sub(10)); in test() 262 SPT<Base1> tc5_sp(tc5_sp_tmp); in test() 271 SPT<Sub> tc6_sp_tmp(new Sub(10)); in test() 272 SPT<Base2> tc6_sp(tc6_sp_tmp); in test() 281 SPT<Sub> tc7_sp_tmp(new Sub(10)); in test() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/ |
D | shared_ptr_helper.hpp | 42 template<class Archive, template<class U> class SPT > 45 SPT< class U > &t, 53 template<template<class T> class SPT> 57 SPT<const void> // address shared ptr to single instance 79 SPT< U > &t, 125 void reset(SPT< T > & s, T * t){ in reset() 186 s = SPT<T>(i->second, t); in reset()
|
/aosp_15_r20/external/sg3_utils/ |
H A D | README.win32 | 12 The Windows port uses the Microsoft SCSI Pass Through (SPT) interface. 13 It has two variants: "SPT" where data is double buffered; and "SPTD" 15 2000 and later (i.e. not 95, 98 or ME) support SPT. 109 That is often shortened to SPT or SPTI. There are two DeviceIoControl()
|
H A D | configure.ac | 160 AC_HELP_STRING([--enable-win32-spt-direct], [enable Win32 SPT Direct]), 161 AC_DEFINE_UNQUOTED(WIN32_SPT_DIRECT, 1, [enable Win32 SPT Direct], )
|
H A D | config.h.in | 176 /* enable Win32 SPT Direct */
|
H A D | ChangeLog | 976 - sg_lib(win32): add runtime selection of SPT direct or 978 - sg_read_buffer+sg_write_buffer: set SPT direct 1067 - sg_pt_win32: default to non-direct variant of SPT interface
|
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/lpc/ |
H A D | Kconfig | 22 Required for platforms starting from SPT.
|
/aosp_15_r20/external/sg3_utils/suse/ |
H A D | sg3_utils.changes | 216 + sg_lib(win32): add runtime selection of SPT direct or 218 - sg_read_buffer+sg_write_buffer: set SPT direct 307 + sg_pt_win32: default to non-direct variant of SPT interface
|
/aosp_15_r20/external/coreboot/Documentation/mainboard/intel/ |
H A D | kblrvp11.md | 72 | PCH | Skylake PCH-H (called SPT-H) |
|
/aosp_15_r20/external/cronet/third_party/icu/source/data/locales/ |
H A D | mer.txt | 136 "SPT",
|
/aosp_15_r20/external/icu/icu4c/source/data/locales/ |
H A D | mer.txt | 136 "SPT",
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrSystem.td | 317 def SPT : SideEffectUnaryS<"spt", 0xB208, null_frag, 8>;
|
H A D | SystemZScheduleZ196.td | 1184 def : InstRW<[WLat30, MCD], (instregex "SPT$")>;
|
H A D | SystemZScheduleZEC12.td | 1229 def : InstRW<[WLat30, MCD], (instregex "SPT$")>;
|
H A D | SystemZScheduleZ13.td | 1503 def : InstRW<[WLat1, LSU2, GroupAlone], (instregex "SPT$")>;
|
H A D | SystemZScheduleZ15.td | 1639 def : InstRW<[WLat1, LSU2, GroupAlone], (instregex "SPT$")>;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrSystem.td | 337 def SPT : SideEffectUnaryS<"spt", 0xB208, null_frag, 8>;
|
H A D | SystemZScheduleZEC12.td | 1229 def : InstRW<[WLat30, MCD], (instregex "SPT$")>;
|
H A D | SystemZScheduleZ196.td | 1184 def : InstRW<[WLat30, MCD], (instregex "SPT$")>;
|
H A D | SystemZScheduleZ13.td | 1503 def : InstRW<[WLat1, LSU2, GroupAlone], (instregex "SPT$")>;
|
H A D | SystemZScheduleZ14.td | 1593 def : InstRW<[WLat1, LSU2, GroupAlone], (instregex "SPT$")>;
|
H A D | SystemZScheduleZ15.td | 1639 def : InstRW<[WLat1, LSU2, GroupAlone], (instregex "SPT$")>;
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 1081 llvm::PointerType *SPT = SrcPtr.getType(); in emitMemcpyIR() local 1083 llvm::Type::getInt8PtrTy(CGF.getLLVMContext(), SPT->getAddressSpace()); in emitMemcpyIR()
|