Home
last modified time | relevance | path

Searched refs:pBest (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dcallback.c369 pBest = p; in sqlite3FindFunction()
394 pBest = p; in sqlite3FindFunction()
406 (pBest = sqlite3DbMallocZero(db, sizeof(*pBest)+nName+1))!=0 ){ in sqlite3FindFunction()
408 pBest->zName = (const char*)&pBest[1]; in sqlite3FindFunction()
409 pBest->nArg = (u16)nArg; in sqlite3FindFunction()
410 pBest->funcFlags = enc; in sqlite3FindFunction()
412 pOther = (FuncDef*)sqlite3HashInsert(&db->aFunc, pBest->zName, pBest); in sqlite3FindFunction()
413 if( pOther==pBest ){ in sqlite3FindFunction()
418 pBest->pNext = pOther; in sqlite3FindFunction()
422 if( pBest && (pBest->xSFunc || createFlag) ){ in sqlite3FindFunction()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dcallback.c418 pBest = p; in sqlite3FindFunction()
443 pBest = p; in sqlite3FindFunction()
455 (pBest = sqlite3DbMallocZero(db, sizeof(*pBest)+nName+1))!=0 ){ in sqlite3FindFunction()
458 pBest->zName = (const char*)&pBest[1]; in sqlite3FindFunction()
459 pBest->nArg = (u16)nArg; in sqlite3FindFunction()
460 pBest->funcFlags = enc; in sqlite3FindFunction()
463 pOther = (FuncDef*)sqlite3HashInsert(&db->aFunc, pBest->zName, pBest); in sqlite3FindFunction()
464 if( pOther==pBest ){ in sqlite3FindFunction()
469 pBest->pNext = pOther; in sqlite3FindFunction()
473 if( pBest && (pBest->xSFunc || createFlag) ){ in sqlite3FindFunction()
[all …]
H A Dalter.c955 RenameToken *pBest = pCtx->pList; in renameColumnTokenNext() local
960 if( pToken->t.z>pBest->t.z ) pBest = pToken; in renameColumnTokenNext()
962 for(pp=&pCtx->pList; *pp!=pBest; pp=&(*pp)->pNext); in renameColumnTokenNext()
963 *pp = pBest->pNext; in renameColumnTokenNext()
965 return pBest; in renameColumnTokenNext()
1154 if( sqlite3IsIdChar(*pBest->t.z) ){ in renameEditSql()
1162 iOff = pBest->t.z - zSql; in renameEditSql()
1163 if( pBest->t.n!=nReplace ){ in renameEditSql()
1165 nOut - (iOff + pBest->t.n) in renameEditSql()
1167 nOut += nReplace - pBest->t.n; in renameEditSql()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dcallback.c405 pBest = p; in sqlite3FindFunction()
430 pBest = p; in sqlite3FindFunction()
442 (pBest = sqlite3DbMallocZero(db, sizeof(*pBest)+nName+1))!=0 ){ in sqlite3FindFunction()
445 pBest->zName = (const char*)&pBest[1]; in sqlite3FindFunction()
446 pBest->nArg = (u16)nArg; in sqlite3FindFunction()
447 pBest->funcFlags = enc; in sqlite3FindFunction()
450 pOther = (FuncDef*)sqlite3HashInsert(&db->aFunc, pBest->zName, pBest); in sqlite3FindFunction()
451 if( pOther==pBest ){ in sqlite3FindFunction()
456 pBest->pNext = pOther; in sqlite3FindFunction()
460 if( pBest && (pBest->xSFunc || createFlag) ){ in sqlite3FindFunction()
[all …]
H A Dalter.c916 RenameToken *pBest = pCtx->pList; in renameColumnTokenNext() local
921 if( pToken->t.z>pBest->t.z ) pBest = pToken; in renameColumnTokenNext()
923 for(pp=&pCtx->pList; *pp!=pBest; pp=&(*pp)->pNext); in renameColumnTokenNext()
924 *pp = pBest->pNext; in renameColumnTokenNext()
926 return pBest; in renameColumnTokenNext()
1109 if( sqlite3IsIdChar(*pBest->t.z) ){ in renameEditSql()
1117 iOff = pBest->t.z - zSql; in renameEditSql()
1118 if( pBest->t.n!=nReplace ){ in renameEditSql()
1120 nOut - (iOff + pBest->t.n) in renameEditSql()
1122 nOut += nReplace - pBest->t.n; in renameEditSql()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dcallback.c418 pBest = p; in sqlite3FindFunction()
443 pBest = p; in sqlite3FindFunction()
455 (pBest = sqlite3DbMallocZero(db, sizeof(*pBest)+nName+1))!=0 ){ in sqlite3FindFunction()
458 pBest->zName = (const char*)&pBest[1]; in sqlite3FindFunction()
459 pBest->nArg = (u16)nArg; in sqlite3FindFunction()
460 pBest->funcFlags = enc; in sqlite3FindFunction()
463 pOther = (FuncDef*)sqlite3HashInsert(&db->aFunc, pBest->zName, pBest); in sqlite3FindFunction()
464 if( pOther==pBest ){ in sqlite3FindFunction()
469 pBest->pNext = pOther; in sqlite3FindFunction()
473 if( pBest && (pBest->xSFunc || createFlag) ){ in sqlite3FindFunction()
[all …]
H A Dalter.c934 RenameToken *pBest = pCtx->pList; in renameColumnTokenNext() local
939 if( pToken->t.z>pBest->t.z ) pBest = pToken; in renameColumnTokenNext()
941 for(pp=&pCtx->pList; *pp!=pBest; pp=&(*pp)->pNext); in renameColumnTokenNext()
942 *pp = pBest->pNext; in renameColumnTokenNext()
944 return pBest; in renameColumnTokenNext()
1127 if( sqlite3IsIdChar(*pBest->t.z) ){ in renameEditSql()
1135 iOff = pBest->t.z - zSql; in renameEditSql()
1136 if( pBest->t.n!=nReplace ){ in renameEditSql()
1138 nOut - (iOff + pBest->t.n) in renameEditSql()
1140 nOut += nReplace - pBest->t.n; in renameEditSql()
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dcallback.c348 pBest = p; in sqlite3FindFunction()
373 pBest = p; in sqlite3FindFunction()
385 (pBest = sqlite3DbMallocZero(db, sizeof(*pBest)+nName+1))!=0 ){ in sqlite3FindFunction()
386 pBest->zName = (char *)&pBest[1]; in sqlite3FindFunction()
387 pBest->nArg = (u16)nArg; in sqlite3FindFunction()
388 pBest->iPrefEnc = enc; in sqlite3FindFunction()
389 memcpy(pBest->zName, zName, nName); in sqlite3FindFunction()
390 pBest->zName[nName] = 0; in sqlite3FindFunction()
391 sqlite3FuncDefInsert(&db->aFunc, pBest); in sqlite3FindFunction()
394 if( pBest && (pBest->xStep || pBest->xFunc || createFlag) ){ in sqlite3FindFunction()
[all …]
H A Dtest_fuzzer.c496 fuzzer_stem *pBest, *pX; in fuzzerLowestCostStem() local
502 pBest = 0; in fuzzerLowestCostStem()
506 if( pBest==0 || pBest->rCostX>pX->rCostX ){ in fuzzerLowestCostStem()
507 pBest = pX; in fuzzerLowestCostStem()
511 if( pBest ){ in fuzzerLowestCostStem()
512 pCur->aQueue[iBest] = pBest->pNext; in fuzzerLowestCostStem()
513 pBest->pNext = 0; in fuzzerLowestCostStem()
514 pCur->pStem = pBest; in fuzzerLowestCostStem()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/dau/
H A DdauCanon.c811 static word pBest[1024]; in Abc_TtCofactorPermNaive() local
815 Abc_TtCopy( pBest, pTruth, nWords, 0 ); in Abc_TtCofactorPermNaive()
858 Abc_TtCopy( pTruth, pBest, nWords, 0 ); in Abc_TtCofactorPermNaive()
2050 static word pBest[1024]; in Abc_TgSymGroupPerm() local
2071 Abc_TgManCopy(&tgManBest, pBest, pMan); in Abc_TgSymGroupPerm()
2249 Abc_TgManCopy(pBest, pBest->pTruth, pMan); in Abc_TgSaveBest()
2257 Abc_TgSaveBest(pMan, pBest); in Abc_TgPhaseEnumeration()
2272 Abc_TgSaveBest(pMan, pBest); in Abc_TgPhaseEnumeration()
2372 Abc_TgSaveBest(&tgManCopy, pBest); in Abc_TgPermEnumerationScc()
2510 Abc_TtFill(pBest->pTruth, Abc_TtWordNum(pBest->nVars)); in Abc_TgFullEnumeration()
[all …]
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/antiword/
H A Dstylelist.c421 const style_mem_type *pCurr, *pBest, *pStart; in usGetIstd() local
440 pBest = NULL; in usGetIstd()
444 (pBest == NULL || pCurr->ulSequenceNumber > ulBest) && in usGetIstd()
446 pBest = pCurr; in usGetIstd()
455 if (pBest == NULL) { in usGetIstd()
459 NO_DBG_DEC(pBest->tInfo.usIstd); in usGetIstd()
460 return pBest->tInfo.usIstd; in usGetIstd()
/dports/textproc/antiword/antiword-0.37/
H A Dstylelist.c421 const style_mem_type *pCurr, *pBest, *pStart; in usGetIstd() local
440 pBest = NULL; in usGetIstd()
444 (pBest == NULL || pCurr->ulSequenceNumber > ulBest) && in usGetIstd()
446 pBest = pCurr; in usGetIstd()
455 if (pBest == NULL) { in usGetIstd()
459 NO_DBG_DEC(pBest->tInfo.usIstd); in usGetIstd()
460 return pBest->tInfo.usIstd; in usGetIstd()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dsmtp.c67 const unsigned char *pBest = 0; /* RDATA for the best answer */ in smtp_mx_host() local
88 pBest = p; in smtp_mx_host()
93 if( pBest ){ in smtp_mx_host()
94 dn_expand(aDns, aDns+nDns, pBest+2, zHostname, sizeof(zHostname)); in smtp_mx_host()
102 char *pBest = 0; /* RDATA for the best answer */ in smtp_mx_host()
116 pBest = p->Data.MX.pNameExchange; in smtp_mx_host()
120 if( pBest ){ in smtp_mx_host()
121 pBest = fossil_strdup(pBest); in smtp_mx_host()
124 return pBest; in smtp_mx_host()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/gia/
H A DgiaLf.c192 return pBest->Delay[Index]; in Lf_ObjCoArrival2_rec()
1135 Lf_Bst_t * pBest; in Lf_CutParams() local
1150 assert( pBest->Delay[0] <= pBest->Delay[1] ); in Lf_CutParams()
1151 assert( pBest->Flow[0] >= pBest->Flow[1] ); in Lf_CutParams()
1338 pBest->Cut[0].fUsed = pBest->Cut[1].fUsed = 0; in Lf_ObjMergeOrder()
1339 pBest->Cut[0].Handle = pBest->Cut[1].Handle = Lf_MemSaveCut(&p->vStoreNew, pCutsR[0], iObj); in Lf_ObjMergeOrder()
1340 pBest->Delay[0] = pBest->Delay[1] = pCutsR[0]->Delay; in Lf_ObjMergeOrder()
1341 pBest->Flow[0] = pBest->Flow[1] = pCutsR[0]->Flow; in Lf_ObjMergeOrder()
1476 if ( pBest->Flow[2] > 1.1 * pBest->Flow[1] ) in Lf_ManSetMuxCut()
1491 assert( !pBest->Cut[0].fUsed && !pBest->Cut[1].fUsed ); in Lf_ManSetMapRefsOne()
[all …]
H A DgiaMf.c1009 Mf_Obj_t * pBest; in Mf_CutParams() local
1018 pCut->Flow += pBest->Flow; in Mf_CutParams()
1027 Mf_Obj_t * pBest = Mf_ManObj(p, iObj); in Mf_ObjMergeOrder() local
1106 …printf( "*** Obj = %d FlowRefs = %.2f MapRefs = %2d\n", iObj, pBest->nFlowRefs, pBest->nMapRefs … in Mf_ObjMergeOrder()
1112 pBest->Flow = pCutsR[0]->Flow; in Mf_ObjMergeOrder()
1113 pBest->Delay = pCutsR[0]->Delay; in Mf_ObjMergeOrder()
1605 Mf_Obj_t * pBest = Mf_ManObj(p, iObj); in Mf_ObjComputeBestCut() local
1611 if ( p->fUseEla && pBest->nMapRefs ) in Mf_ObjComputeBestCut()
1622 if ( p->fUseEla && pBest->nMapRefs ) in Mf_ObjComputeBestCut()
1625 pBest->nMapRefs = 0; in Mf_ObjComputeBestCut()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/scl/
H A DsclUtil.c178 SC_Cell * pCell, * pBest = pRepr; in Abc_SclFindMaxAreaCell() local
185 pBest = pCell; in Abc_SclFindMaxAreaCell()
187 return pBest; in Abc_SclFindMaxAreaCell()
192 SC_Cell * pCell, * pRepr = NULL, * pBest = NULL; in Abc_SclFindMinAreas() local
198 pBest = fUseMax ? Abc_SclFindMaxAreaCell(pRepr) : pRepr; in Abc_SclFindMinAreas()
200 Vec_IntWriteEntry( vMinCells, pCell->Id, pBest->Id ); in Abc_SclFindMinAreas()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/task/
H A Dtaskmanip.cpp700 CObject *pBest; in SearchTakeUnderObject() local
707 pBest = nullptr; in SearchTakeUnderObject()
722 pBest = pObj; in SearchTakeUnderObject()
729 return pBest; in SearchTakeUnderObject()
737 CObject *pBest; in SearchTakeFrontObject() local
758 pBest = nullptr; in SearchTakeFrontObject()
782 pBest = pObj; in SearchTakeFrontObject()
797 return pBest; in SearchTakeFrontObject()
805 CObject *pBest; in SearchTakeBackObject() local
825 pBest = nullptr; in SearchTakeBackObject()
[all …]
H A Dtasktake.cpp292 CObject *pBest; in SearchTakeObject() local
301 pBest = nullptr; in SearchTakeObject()
324 pBest = pObj; in SearchTakeObject()
331 return pBest; in SearchTakeObject()
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dfuzzer.c795 fuzzer_stem *pBest, *pX; in fuzzerLowestCostStem() local
801 pBest = 0; in fuzzerLowestCostStem()
805 if( pBest==0 || pBest->rCostX>pX->rCostX ){ in fuzzerLowestCostStem()
806 pBest = pX; in fuzzerLowestCostStem()
810 if( pBest ){ in fuzzerLowestCostStem()
811 pCur->aQueue[iBest] = pBest->pNext; in fuzzerLowestCostStem()
812 pBest->pNext = 0; in fuzzerLowestCostStem()
813 pCur->pStem = pBest; in fuzzerLowestCostStem()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dfuzzer.c793 fuzzer_stem *pBest, *pX; in fuzzerLowestCostStem() local
799 pBest = 0; in fuzzerLowestCostStem()
803 if( pBest==0 || pBest->rCostX>pX->rCostX ){ in fuzzerLowestCostStem()
804 pBest = pX; in fuzzerLowestCostStem()
808 if( pBest ){ in fuzzerLowestCostStem()
809 pCur->aQueue[iBest] = pBest->pNext; in fuzzerLowestCostStem()
810 pBest->pNext = 0; in fuzzerLowestCostStem()
811 pCur->pStem = pBest; in fuzzerLowestCostStem()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dfuzzer.c795 fuzzer_stem *pBest, *pX; in fuzzerLowestCostStem() local
801 pBest = 0; in fuzzerLowestCostStem()
805 if( pBest==0 || pBest->rCostX>pX->rCostX ){ in fuzzerLowestCostStem()
806 pBest = pX; in fuzzerLowestCostStem()
810 if( pBest ){ in fuzzerLowestCostStem()
811 pCur->aQueue[iBest] = pBest->pNext; in fuzzerLowestCostStem()
812 pBest->pNext = 0; in fuzzerLowestCostStem()
813 pCur->pStem = pBest; in fuzzerLowestCostStem()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dfuzzer.c795 fuzzer_stem *pBest, *pX; in fuzzerLowestCostStem() local
801 pBest = 0; in fuzzerLowestCostStem()
805 if( pBest==0 || pBest->rCostX>pX->rCostX ){ in fuzzerLowestCostStem()
806 pBest = pX; in fuzzerLowestCostStem()
810 if( pBest ){ in fuzzerLowestCostStem()
811 pCur->aQueue[iBest] = pBest->pNext; in fuzzerLowestCostStem()
812 pBest->pNext = 0; in fuzzerLowestCostStem()
813 pCur->pStem = pBest; in fuzzerLowestCostStem()
/dports/games/openclonk/openclonk-release-8.1-src/src/network/
H A DC4Network2Client.cpp278 C4Network2Client *pBest = nullptr; in GetNextClientAfterID() local
281 if (!pBest || pBest->getID() > pClient->getID()) in GetNextClientAfterID()
282 pBest = pClient; in GetNextClientAfterID()
283 return pBest; in GetNextClientAfterID()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/
H A DMethodTypeInferrer.cs1655 CType pBest = null; in Fix()
1665 if (pBest != null) in Fix()
1670 pBest = pCandidate; in Fix()
1675 if (pBest == null) in Fix()
1701 …GetBestAccessibleType(_binder.GetSemanticChecker(), _binder.GetContext(), pBest, out pBestAccessib… in Fix()
1703 pBest = pBestAccessible; in Fix()
1715 _pFixedResults[iParam] = pBest; in Fix()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/extra/
H A DextraUtilMaj.c188 int Gem_FuncFindPlace( word * pTruth, int nWords, int Groups, word * pBest, int fOneVar ) in Gem_FuncFindPlace() argument
193 Abc_TtCopy( pBest, pTruth, nWords, 0 ); in Gem_FuncFindPlace()
205 Value = memcmp(pBest, pTruth, sizeof(word)*nWords); in Gem_FuncFindPlace()
208 Abc_TtCopy( pBest, pTruth, nWords, 0 ); in Gem_FuncFindPlace()

123456789