Home
last modified time | relevance | path

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

/external/aac/libDRCdec/src/
DdrcDec_selectionProcess.cpp1205 DRCDEC_SELECTION_DATA* pCandidate = in _preSelectionRequirement9() local
1207 if (pCandidate == NULL) return DRCDEC_SELECTION_PROCESS_NOT_OK; in _preSelectionRequirement9()
1209 if (pCandidate->outputPeakLevel <= hSelProcInput->outputPeakLevelMax) { in _preSelectionRequirement9()
1210 if (_drcdec_selection_add(pCandidatesSelected, pCandidate) == NULL) in _preSelectionRequirement9()
1265 DRCDEC_SELECTION_DATA* pCandidate = NULL; in _drcSetSelectionAddCandidates() local
1269 pCandidate = _drcdec_selection_getAt(pCandidatesPotential, i); in _drcSetSelectionAddCandidates()
1270 if (pCandidate == NULL) return DRCDEC_SELECTION_PROCESS_NOT_OK; in _drcSetSelectionAddCandidates()
1272 pDrcInstructionUniDrc = pCandidate->pInst; in _drcSetSelectionAddCandidates()
1282 pCandidate = _drcdec_selection_getAt(pCandidatesPotential, i); in _drcSetSelectionAddCandidates()
1283 if (pCandidate == NULL) return DRCDEC_SELECTION_PROCESS_NOT_OK; in _drcSetSelectionAddCandidates()
[all …]
/external/icu/icu4c/source/common/
Dlocmap.cpp1116 const char *pCandidate = NULL; in uprv_convertToPosix() local
1121 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid); in uprv_convertToPosix()
1129 if (pCandidate && (pPosixID == NULL || uprv_strlen(pCandidate) > uprv_strlen(pPosixID))) { in uprv_convertToPosix()
1130 pPosixID = pCandidate; in uprv_convertToPosix()
/external/sqlite/dist/orig/
Dsqlite3.c31671 struct vxworksFileId *pCandidate; /* For looping over existing file IDs */
31687 for(pCandidate=vxworksFileList; pCandidate; pCandidate=pCandidate->pNext){
31688 if( pCandidate->nName==n
31689 && memcmp(pCandidate->zCanonicalName, pNew->zCanonicalName, n)==0
31692 pCandidate->nRef++;
31694 return pCandidate;
/external/sqlite/dist/
Dsqlite3.c31681 struct vxworksFileId *pCandidate; /* For looping over existing file IDs */
31697 for(pCandidate=vxworksFileList; pCandidate; pCandidate=pCandidate->pNext){
31698 if( pCandidate->nName==n
31699 && memcmp(pCandidate->zCanonicalName, pNew->zCanonicalName, n)==0
31702 pCandidate->nRef++;
31704 return pCandidate;