Searched refs:pCandidate (Results 1 – 4 of 4) sorted by relevance
1242 DRCDEC_SELECTION_DATA* pCandidate = in _preSelectionRequirement9() local1244 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() local1306 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 …]
1110 const char *pCandidate = NULL; in uprv_convertToPosix() local1115 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()
33479 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)==033500 pCandidate->nRef++;33502 return pCandidate;
33469 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)==033490 pCandidate->nRef++;33492 return pCandidate;