Searched full:ptst (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/ata/ |
| H A D | ceva,ahci-1v84.yaml | 70 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 D | ahci-ceva.txt | 27 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 D | TypePrinter.cpp | 2201 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 D | sqlite3.c | 245735 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;
|