Searched refs:bFound (Results 1 – 6 of 6) sorted by relevance
273 bool bFound = false; in releaseMemFrag() local284 bFound = true; in releaseMemFrag()289 return bFound; in releaseMemFrag()
420 bool bFound = false; in doDeAllocate() local428 bFound = true; in doDeAllocate()433 if (!bFound) return false; // Not found in doDeAllocate()
1371 bool bFound = false; in retrieveParentTagLength() local1376 bFound = true; in retrieveParentTagLength()1380 if (!bFound) count = 0; in retrieveParentTagLength()1395 bool bFound = false; in retrieveParentTag() local1401 bFound = true; in retrieveParentTag()1405 if (!bFound) in retrieveParentTag()
1227 bool bFound; in WriteOLabels() local1231 bFound = m_OutputPtxtLabels.getValue(strIndex, &tmp); in WriteOLabels()1232 if(bFound) in WriteOLabels()1239 bFound = m_OutputPtxtLabels.getValue(strIndex, &tmp); in WriteOLabels()1240 if(bFound) in WriteOLabels()
2975 Int bFound = 0; in SetProfile_BufferSize() local3223 bFound = 1; in SetProfile_BufferSize()3225 else bFound = 0; in SetProfile_BufferSize()3227 for (j = start; !bFound && j <= i; j++) in SetProfile_BufferSize()3235 bFound = 1; in SetProfile_BufferSize()3240 if (!bFound) // && start == 4) in SetProfile_BufferSize()
1832 bool bFound = false; in SearchPortActivityInQueue() local1837 bFound = true; in SearchPortActivityInQueue()1841 return bFound; in SearchPortActivityInQueue()