Home
last modified time | relevance | path

Searched defs:NoWrap (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/
Dmodule_common_types_unittest.cc21 TEST(IsNewerSequenceNumber, NoWrap) { in TEST() argument
50 TEST(IsNewerTimestamp, NoWrap) { in TEST() argument
75 TEST(LatestSequenceNumber, NoWrap) { in TEST() argument
97 TEST(LatestTimestamp, NoWrap) { in TEST() argument
/external/webrtc/webrtc/system_wrappers/source/
Drtp_to_ntp_unittest.cc16 TEST(WrapAroundTests, NoWrap) { in TEST() argument
/external/llvm/lib/Analysis/
DScalarEvolution.cpp8578 bool IsSigned, bool NoWrap) { in doesIVOverflowOnLT()
8604 bool IsSigned, bool NoWrap) { in doesIVOverflowOnGT()
8657 bool NoWrap = ControlsExit && in howManyLessThans() local
8732 bool NoWrap = ControlsExit && in howManyGreaterThans() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp6043 bool NoWrap) { in getBECount()
6092 bool NoWrap = isSigned ? AddRec->getNoWrapFlags(SCEV::FlagNSW) : in HowManyLessThans() local