Home
last modified time | relevance | path

Searched defs:value (Results 1 – 11 of 11) sorted by relevance

/TaskScheduler/ThirdParty/Squish/
H A Dalpha.cpp116 int value = rgba[4*i + 3]; in FitCodes() local
156 int value = 0; in WriteAlphaBlock() local
245 int value = rgba[4*i + 3]; in CompressAlphaDxt5() local
328 int value = 0; in DecompressAlphaDxt5() local
H A Dsimd_sse.h170 int value = _mm_movemask_ps( bits ); in CompareAnyLessThan() local
H A Dcolourblock.cpp143 int value = ( int )packed[0] | ( ( int )packed[1] << 8 ); in Unpack565() local
/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMTEventUser.h44 volatile int32 value; variable
/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DMemoryOutStream.cpp24 std::ostream& FormatToStream(std::ostream& stream, char const* format, ValueType const& value) in FormatToStream()
62 void FormatToStream(MemoryOutStream& stream, char const* format, ValueType const& value) in FormatToStream()
H A DCheckMacros.h37 #define CHECK(value) \ argument
H A DXmlTestReporter.cpp22 string XmlEscape(string const& value) in XmlEscape()
H A DChecks.h12 bool Check(Value const value) in Check()
/TaskScheduler/Scheduler/Include/
H A DMTConcurrentRingBuffer.h34 enum {value = N && !(N & (N - 1))}; enumerator
/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTEvent.h50 volatile int32 value; variable
/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestXmlTestReporter.cpp18 MemoryOutStream& operator<<(MemoryOutStream& s, const std::string& value) in operator <<()