Searched refs:pCandidate (Results 1 – 4 of 4) sorted by relevance
1205 DRCDEC_SELECTION_DATA* pCandidate = in _preSelectionRequirement9() local1207 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() local1269 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 …]
1116 const char *pCandidate = NULL; in uprv_convertToPosix() local1121 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()
31671 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)==031692 pCandidate->nRef++;31694 return pCandidate;
31681 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)==031702 pCandidate->nRef++;31704 return pCandidate;