| /TaskScheduler/Scheduler/Include/Platform/Windows/ |
| H A D | MTEventUser.h | 44 volatile int32 value; variable 55 value = NOT_SIGNALED; in AutoResetIfNeed() 93 value = initialState ? SIGNALED : NOT_SIGNALED; in Create() 102 value = SIGNALED; in Signal() 122 value = NOT_SIGNALED; in Reset() 132 if ( value != NOT_SIGNALED ) in Wait() 160 if (value == SIGNALED || ret == 0) in Wait() 167 bool isSignaled = (value != NOT_SIGNALED); in Wait()
|
| H A D | MTAtomic.h | 35 …static_assert(std::is_pod< Atomic32Base<T> >::value == true, "Atomic32Base must be a POD (plain ol… 40 …static_assert(std::is_pod< AtomicPtrBase<T> >::value == true, "AtomicPtrBase must be a POD (plain …
|
| /TaskScheduler/ThirdParty/Squish/ |
| H A D | alpha.cpp | 116 int value = rgba[4*i + 3]; in FitCodes() local 156 int value = 0; in WriteAlphaBlock() local 246 if( value < min7 ) in CompressAlphaDxt5() 247 min7 = value; in CompressAlphaDxt5() 248 if( value > max7 ) in CompressAlphaDxt5() 249 max7 = value; in CompressAlphaDxt5() 250 if( value != 0 && value < min5 ) in CompressAlphaDxt5() 251 min5 = value; in CompressAlphaDxt5() 252 if( value != 255 && value > max5 ) in CompressAlphaDxt5() 253 max5 = value; in CompressAlphaDxt5() [all …]
|
| H A D | colourblock.cpp | 143 int value = ( int )packed[0] | ( ( int )packed[1] << 8 ); in Unpack565() local 146 u8 red = ( u8 )( ( value >> 11 ) & 0x1f ); in Unpack565() 147 u8 green = ( u8 )( ( value >> 5 ) & 0x3f ); in Unpack565() 148 u8 blue = ( u8 )( value & 0x1f ); in Unpack565() 157 return value; in Unpack565()
|
| H A D | simd_sse.h | 170 int value = _mm_movemask_ps( bits ); in CompareAnyLessThan() local 171 return value != 0; in CompareAnyLessThan()
|
| H A D | texture_compression_s3tc.txt | 269 DELETE: -b, where b is value of TEXTURE_BORDER. 276 DELETE: + <depth> is less than d+b, where b is the value of 277 DELETE: TEXTURE_BORDER, w is the value of TEXTURE_WIDTH, h is the value of 278 DELETE: TEXTURE_HEIGHT, and d is the value of TEXTURE_DEPTH. 315 4x4 texel block using a relative (x,y) value of 409 alpha is a 64-bit unsigned integer, from which a four-bit alpha value
|
| /TaskScheduler/Scheduler/Include/Platform/Posix/ |
| H A D | MTEvent.h | 50 volatile int32 value; variable 61 value = NOT_SIGNALED; in AutoResetIfNeed() 110 value = initialState ? SIGNALED : NOT_SIGNALED; in Create() 123 value = SIGNALED; in Signal() 153 value = NOT_SIGNALED; in Reset() 170 if ( value != NOT_SIGNALED ) in Wait() 207 if (value == SIGNALED || ret == ETIMEDOUT) in Wait() 214 bool isSignaled = (value == SIGNALED); in Wait()
|
| H A D | MTAtomic.h | 41 …static_assert(std::is_pod< Atomic32Base<T> >::value == true, "Atomic32Base must be a POD (plain ol… 45 …static_assert(std::is_pod< AtomicPtrBase<T> >::value == true, "AtomicPtrBase must be a POD (plain …
|
| /TaskScheduler/Scheduler/Doxygen/ |
| H A D | Doxyfile | 11 # TAG = value [value, ...] 13 # TAG += value [value, ...] 227 # Minimum value: 1, maximum value: 16, default value: 4. 406 # Minimum value: 0, maximum value: 9, default value: 0. 644 # Minimum value: 0, maximum value: 10000, default value: 30. 1068 # Minimum value: 1, maximum value: 20, default value: 5. 1176 # Minimum value: 0, maximum value: 359, default value: 220. 1450 # Minimum value: 0, maximum value: 20, default value: 4. 1473 # Minimum value: 8, maximum value: 50, default value: 10. 2175 # Minimum value: 0, maximum value: 32, default value: 0. [all …]
|
| /TaskScheduler/ThirdParty/UnitTest++/UnitTest++/ |
| H A D | MemoryOutStream.cpp | 24 std::ostream& FormatToStream(std::ostream& stream, char const* format, ValueType const& value) in FormatToStream() argument 30 snprintf(txt, BUFFER_SIZE, format, value); in FormatToStream() 62 void FormatToStream(MemoryOutStream& stream, char const* format, ValueType const& value) in FormatToStream() argument 68 snprintf(txt, BUFFER_SIZE, format, value); in FormatToStream()
|
| H A D | CheckMacros.h | 37 #define CHECK(value) \ argument 41 if (!UnitTest::Check(value)) \ 42 …lts()->OnTestFailure(UnitTest::TestDetails(*UnitTest::CurrentTest::Details(), __LINE__), #value); \ 47 message << "Unhandled exception (" << e.what() << ") in CHECK(" #value ")"; \ 54 "Unhandled exception in CHECK(" #value ")"); \
|
| H A D | XmlTestReporter.cpp | 22 string XmlEscape(string const& value) in XmlEscape() argument 24 string escaped = value; in XmlEscape()
|
| H A D | Checks.h | 12 bool Check(Value const value) in Check() argument 14 return !!value; // doing double negative to avoid silly VS warnings in Check()
|
| /TaskScheduler/Scheduler/Include/ |
| H A D | MTConcurrentRingBuffer.h | 34 enum {value = N && !(N & (N - 1))}; enumerator 87 …static_assert(is_power_of_two<numElements>::value == true, "NumElements used in MT::ConcurrentRing… in ConcurrentRingBuffer()
|
| /TaskScheduler/ThirdParty/Boost.Context/asm/ |
| H A D | jump_i386_ms_pe_masm.asm | 83 ; third arg of jump_fcontext() == value to be returned after jump 135 ; use value in EAX as return-value after jump 136 ; use value in EAX as first arg in context function
|
| H A D | jump_arm_aapcs_elf_gas.S | 84 @ use third arg as return value after jump
|
| H A D | jump_arm_aapcs_macho_gas.S | 98 @ use third arg as return value after jump
|
| H A D | make_ppc64_sysv_macho_gas.S | 136 ; set return value to zero
|
| H A D | jump_arm64_aapcs_macho_gas.S | 110 ; use third arg as return value after jump
|
| H A D | jump_arm64_aapcs_elf_gas.S | 118 # use third arg as return value after jump
|
| H A D | jump_mips32_o32_elf_gas.S | 107 # use third arg as return value after jump
|
| H A D | jump_ppc32_sysv_xcoff_gas.S | 133 # use third arg as return value after jump
|
| H A D | jump_ppc64_sysv_xcoff_gas.S | 129 # use third arg as return value after jump
|
| /TaskScheduler/ThirdParty/UnitTest++/tests/ |
| H A D | TestXmlTestReporter.cpp | 18 MemoryOutStream& operator<<(MemoryOutStream& s, const std::string& value) in operator <<() argument 20 s << value.c_str(); in operator <<()
|
| /TaskScheduler/Scheduler/Include/Scopes/ |
| H A D | MTScopes.h | 162 …static_assert(std::is_base_of<MT::ScopeDesc, T>::value, "Type must be derived from MT::ScopeDesc"); in PersistentScopeDescriptorStorage() 280 …static_assert(std::is_base_of<MT::ScopeStackEntry, T>::value, "Type must be derived from MT::Scope… in WeakScopeStack() 413 …static_assert(std::is_base_of<MT::ScopeStackEntry, T>::value, "Type must be derived from MT::Scope… in StrongScopeStack() 516 …static_assert(std::is_pod< MT::Atomic32Base<int32> >::value == true, "AtomicInt32Base type should …
|