Home
last modified time | relevance | path

Searched refs:pCandidate (Results 1 – 4 of 4) sorted by relevance

/external/aac/libDRCdec/src/
DdrcDec_selectionProcess.cpp1242 DRCDEC_SELECTION_DATA* pCandidate = in _preSelectionRequirement9() local
1244 if (pCandidate == NULL) return DRCDEC_SELECTION_PROCESS_NOT_OK; in _preSelectionRequirement9()
1246 if (pCandidate->outputPeakLevel <= hSelProcInput->outputPeakLevelMax) { in _preSelectionRequirement9()
1247 if (_drcdec_selection_add(pCandidatesSelected, pCandidate) == NULL) in _preSelectionRequirement9()
1302 DRCDEC_SELECTION_DATA* pCandidate = NULL; in _drcSetSelectionAddCandidates() local
1306 pCandidate = _drcdec_selection_getAt(pCandidatesPotential, i); in _drcSetSelectionAddCandidates()
1307 if (pCandidate == NULL) return DRCDEC_SELECTION_PROCESS_NOT_OK; in _drcSetSelectionAddCandidates()
1309 pDrcInstructionUniDrc = pCandidate->pInst; in _drcSetSelectionAddCandidates()
1319 pCandidate = _drcdec_selection_getAt(pCandidatesPotential, i); in _drcSetSelectionAddCandidates()
1320 if (pCandidate == NULL) return DRCDEC_SELECTION_PROCESS_NOT_OK; in _drcSetSelectionAddCandidates()
[all …]
/external/icu/icu4c/source/common/
Dlocmap.cpp1110 const char *pCandidate = NULL; in uprv_convertToPosix() local
1115 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid); in uprv_convertToPosix()
1123 if (pCandidate && (pPosixID == NULL || uprv_strlen(pCandidate) > uprv_strlen(pPosixID))) { in uprv_convertToPosix()
1124 pPosixID = pCandidate; in uprv_convertToPosix()
/external/sqlite/dist/
Dsqlite3.c33479 struct vxworksFileId *pCandidate; /* For looping over existing file IDs */
33495 for(pCandidate=vxworksFileList; pCandidate; pCandidate=pCandidate->pNext){
33496 if( pCandidate->nName==n
33497 && memcmp(pCandidate->zCanonicalName, pNew->zCanonicalName, n)==0
33500 pCandidate->nRef++;
33502 return pCandidate;
/external/sqlite/dist/orig/
Dsqlite3.c33469 struct vxworksFileId *pCandidate; /* For looping over existing file IDs */
33485 for(pCandidate=vxworksFileList; pCandidate; pCandidate=pCandidate->pNext){
33486 if( pCandidate->nName==n
33487 && memcmp(pCandidate->zCanonicalName, pNew->zCanonicalName, n)==0
33490 pCandidate->nRef++;
33492 return pCandidate;