Home
last modified time | relevance | path

Searched defs:ptp (Results 1 – 4 of 4) sorted by relevance

/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dprotoent.cpp10 struct protoent *ptp = getprotoent(); in test1() local
22 struct protoent *ptp = getprotobyname("icmp"); in test2() local
34 struct protoent *ptp = getprotobynumber(1); in test3() local
47 struct protoent *ptp = getprotobynumber(1); in test4() local
61 struct protoent *ptp = getprotobyname("ttp"); in test5() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dprotoent.cpp13 struct protoent *ptp = getprotoent(); in test1() local
25 struct protoent *ptp = getprotobyname("tcp"); in test2() local
37 struct protoent *ptp = getprotobynumber(1); in test3() local
50 struct protoent *ptp = getprotobynumber(1); in test4() local
/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp1264 auto ptp = genConstInt32From(rewriter, loc, getCuSparseIndexTypeFrom(pType)); matchAndRewrite() local
1677 auto ptp = genConstInt32From(rewriter, loc, getCuSparseIndexTypeFrom(pType)); matchAndRewrite() local
1710 auto ptp = genConstInt32From(rewriter, loc, getCuSparseIndexTypeFrom(pType)); matchAndRewrite() local
/llvm-project/mlir/lib/ExecutionEngine/
H A DCudaRuntimeWrappers.cpp617 mgpuCreateCsr(intptr_t rows,intptr_t cols,intptr_t nnz,void * rowPos,void * colIdxs,void * values,int32_t ptp,int32_t itp,int32_t dtp,CUstream) mgpuCreateCsr() argument
631 mgpuCreateCsc(intptr_t rows,intptr_t cols,intptr_t nnz,void * colPos,void * rowIdxs,void * values,int32_t ptp,int32_t itp,int32_t dtp,CUstream) mgpuCreateCsc() argument
646 mgpuCreateBsr(intptr_t brows,intptr_t bcols,intptr_t bnnz,intptr_t rBsz,intptr_t cBsz,void * rowPos,void * colIdxs,void * values,int32_t ptp,int32_t itp,int32_t dtp,CUstream) mgpuCreateBsr() argument