Searched refs:isGood (Results 1 – 14 of 14) sorted by relevance
101 BOOLEAN isGood = FALSE; in crcChecksumVerifyIntegrity() local122 isGood = TRUE; in crcChecksumVerifyIntegrity()130 isGood = TRUE; //assume file does not exist in crcChecksumVerifyIntegrity()131 return isGood; in crcChecksumVerifyIntegrity()
48 …bool isGood = destination && (framesToConsume <= m_fifoLength) && (framesToConsume <= m_framesInFi… in consume() local49 ASSERT(isGood); in consume()50 if (!isGood) in consume()87 bool isGood = sourceBus && (m_framesInFifo + sourceBus->length() <= m_fifoLength); in push() local88 if (!isGood) in push()
72 bool isGood = m_multiChannelBus.get() && framesToProcess == m_framesToProcess; in provideInput() local73 ASSERT(isGood); in provideInput()74 if (!isGood) in provideInput()
56 bool isGood = !(halfSize % framesToProcess && framesToProcess % halfSize); in process() local57 ASSERT(isGood); in process()58 if (!isGood) in process()
68 …bool isGood = m_fillIndex < m_sourceBuffer.size() && m_fillIndex + framesNeeded <= m_sourceBuffer.… in getSourcePointer() local69 ASSERT(isGood); in getSourcePointer()70 if (!isGood) in getSourcePointer()
204 …bool isGood = sourceProvider && m_blockSize > m_kernelSize && m_inputBuffer.size() >= m_blockSize … in process() local205 ASSERT(isGood); in process()206 if (!isGood) in process()
83 …bool isGood = destinationBus && destinationBus->length() == numberOfFrames && m_sourceBus->length(… in provideInput() local84 ASSERT(isGood); in provideInput()85 if (isGood) in provideInput()
131 bool isGood = nFrequencies > 0 && frequencyHz && magResponse && phaseResponse; in getFrequencyResponse() local132 ASSERT(isGood); in getFrequencyResponse()133 if (!isGood) in getFrequencyResponse()
116 bool isGood = context() && context()->isAudioThread() && values && numberOfValues; in calculateFinalValues() local117 ASSERT(isGood); in calculateFinalValues()118 if (!isGood) in calculateFinalValues()
50 bool isGood = real && imag && real->length() == imag->length(); in create() local51 ASSERT(isGood); in create()52 if (isGood) { in create()
154 …bool isGood = framesToProcess <= m_phaseIncrements.size() && framesToProcess <= m_detuneValues.siz… in calculateSampleAccuratePhaseIncrements() local155 ASSERT(isGood); in calculateSampleAccuratePhaseIncrements()156 if (!isGood) in calculateSampleAccuratePhaseIncrements()
875 bool isGood = m_isInitialized && isGraphOwner(); in scheduleNodeDeletion() local876 ASSERT(isGood); in scheduleNodeDeletion()877 if (!isGood) in scheduleNodeDeletion()
110 bool isGood(); // expected-note {{'Bar::Foo::isGood' declared here}}114 bool Foo::isGood() { // expected-error {{out-of-line definition of 'isGood' does not match any decl… in isGood() function in redecl_typo::Foo
256 bool isGood(); // expected-note {{'Bar::Foo::isGood' declared here}}260 bool Foo::isGood() { // expected-error {{out-of-line definition of 'isGood' does not match any decl… in isGood() function in redecl_typo::Foo