Home
last modified time | relevance | path

Searched refs:SPT (Results 1 – 25 of 41) sorted by relevance

12

/aosp_15_r20/external/ltp/testcases/kernel/syscalls/ptrace/
H A Dspawn_ptrace_child.h103 #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/
Dtest_shared_ptr.cpp263 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 …]
Dtest_shared_ptr_multi_base.cpp226 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/
Dshared_ptr_helper.hpp42 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 DREADME.win3212 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 Dconfigure.ac160 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 Dconfig.h.in176 /* enable Win32 SPT Direct */
H A DChangeLog976 - 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 DKconfig22 Required for platforms starting from SPT.
/aosp_15_r20/external/sg3_utils/suse/
H A Dsg3_utils.changes216 + 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 Dkblrvp11.md72 | PCH | Skylake PCH-H (called SPT-H) |
/aosp_15_r20/external/cronet/third_party/icu/source/data/locales/
H A Dmer.txt136 "SPT",
/aosp_15_r20/external/icu/icu4c/source/data/locales/
H A Dmer.txt136 "SPT",
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td317 def SPT : SideEffectUnaryS<"spt", 0xB208, null_frag, 8>;
H A DSystemZScheduleZ196.td1184 def : InstRW<[WLat30, MCD], (instregex "SPT$")>;
H A DSystemZScheduleZEC12.td1229 def : InstRW<[WLat30, MCD], (instregex "SPT$")>;
H A DSystemZScheduleZ13.td1503 def : InstRW<[WLat1, LSU2, GroupAlone], (instregex "SPT$")>;
H A DSystemZScheduleZ15.td1639 def : InstRW<[WLat1, LSU2, GroupAlone], (instregex "SPT$")>;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td337 def SPT : SideEffectUnaryS<"spt", 0xB208, null_frag, 8>;
H A DSystemZScheduleZEC12.td1229 def : InstRW<[WLat30, MCD], (instregex "SPT$")>;
H A DSystemZScheduleZ196.td1184 def : InstRW<[WLat30, MCD], (instregex "SPT$")>;
H A DSystemZScheduleZ13.td1503 def : InstRW<[WLat1, LSU2, GroupAlone], (instregex "SPT$")>;
H A DSystemZScheduleZ14.td1593 def : InstRW<[WLat1, LSU2, GroupAlone], (instregex "SPT$")>;
H A DSystemZScheduleZ15.td1639 def : InstRW<[WLat1, LSU2, GroupAlone], (instregex "SPT$")>;
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGClass.cpp1081 llvm::PointerType *SPT = SrcPtr.getType(); in emitMemcpyIR() local
1083 llvm::Type::getInt8PtrTy(CGF.getLLVMContext(), SPT->getAddressSpace()); in emitMemcpyIR()

12