Home
last modified time | relevance | path

Searched defs:isSafe (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
DAudioArray.h47 bool isSafe = (start <= end) && (end <= this->size()); in zeroRange() local
57 bool isSafe = (start <= end) && (end <= this->size()); in copyToRange() local
DAudioChannel.cpp52 bool isSafe = (sourceChannel && sourceChannel->length() >= length()); in copyFrom() local
82 bool isSafe = sourceChannel && sourceChannel->length() >= length(); in sumFrom() local
DReverbAccumulationBuffer.cpp96 …bool isSafe = writeIndex <= bufferLength && numberOfFrames1 + writeIndex <= bufferLength && number… in accumulate() local
DReverbConvolver.cpp180 …bool isSafe = sourceChannel && destinationChannel && sourceChannel->length() >= framesToProcess &&… in process() local
/external/icu4c/i18n/
Dusearch.cpp1621 UBool isSafe = TRUE; // indication flag for position in safe zone in doNextCanonicalSuffixMatch() local
2284 UBool isSafe = TRUE; // safe zone indication flag for position in doPreviousCanonicalPrefixMatch() local
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2190 bool isSafe = false; in optimizeCompareInstr() local