Home
last modified time | relevance | path

Searched full:ptst (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/ata/
H A Dceva,ahci-1v84.yaml70 ceva,p0-burst-params = /bits/ 8 <BMX BNM SFD PTST>;
75 - description: PTST - Partial to Slumber timer value.
116 ceva,p1-burst-params = /bits/ 8 <BMX BNM SFD PTST>;
121 - description: PTST - Partial to Slumber timer value.
H A Dahci-ceva.txt27 ceva,pN-burst-params = /bits/ 8 <BMX BNM SFD PTST>;
31 PTST: Partial to Slumber timer value.
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2201 if (auto *PTST = in isSubstitutedType() local
2216 if (!isSubstitutedTemplateArgument(Ctx, Template, PTST->getTemplateName(), in isSubstitutedType()
2219 if (TemplateArgs.size() != PTST->template_arguments().size()) in isSubstitutedType()
2223 Ctx, TemplateArgs[I], PTST->template_arguments()[I], Args, Depth)) in isSubstitutedType()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c245735 Fts5StructureLevel *pTst = &pStruct->aLevel[iTst];
245736 assert( pTst->nMerge==0 );
245737 for(i=0; i<pTst->nSeg; i++){
245738 int sz = pTst->aSeg[i].pgnoLast - pTst->aSeg[i].pgnoFirst + 1;