Home
last modified time | relevance | path

Searched refs:p (Results 1 – 12 of 12) sorted by relevance

/TaskScheduler/Scheduler/Source/
H A DMTDefaultAppInterop.cpp73 void* p = nullptr; in Alloc() local
75 p = _mm_malloc(size, align); in Alloc()
77 if (posix_memalign(&p, size, align) != 0) in Alloc()
79 p = nullptr; in Alloc()
82 MT_ASSERT(p, "Can't allocate memory"); in Alloc()
83 return p; in Alloc()
86 void Memory::Free(void* p) in Free() argument
89 _mm_free(p); in Free()
91 free(p); in Free()
/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestUnitTestPP.cpp16 void* p = (void *)0x100; in TEST() local
17 CHECK(p); in TEST()
18 CHECK(p != 0); in TEST()
30 void* p = (void *)0; in TEST() local
31 CHECK_EQUAL((void*)0, p); in TEST()
H A DTestMemoryOutStream.cpp247 int* p = (int*)0x1234; in TEST() local
248 stream << p; in TEST()
/TaskScheduler/Scheduler/Include/Platform/Common/
H A DMTAtomic.h38 inline bool IsPointerAligned( const volatile void* p, const uint32 align ) in IsPointerAligned() argument
40 return !((uintptr_t)p & (align - 1)); in IsPointerAligned()
/TaskScheduler/
H A Dappveyor.yml6 - MsBuild TaskScheduler.sln /t:Rebuild /p:Configuration=Release
/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DMemoryOutStream.cpp174 MemoryOutStream& MemoryOutStream::operator <<(void const* p) in operator <<() argument
176 FormatToStream(*this, "%p", p); in operator <<()
H A DMemoryOutStream.h69 MemoryOutStream& operator <<(void const* p);
/TaskScheduler/Scheduler/Include/
H A DMTAppInterop.h79 static void Free(void* p);
H A DMTScheduler.h66 inline void CallDtor(T* p) in CallDtor() argument
68 MT_UNUSED(p); in CallDtor()
69 p->~T(); in CallDtor()
/TaskScheduler/Scheduler/Doxygen/
H A Dstyle.css1 body, table, div, p, dl { selector
45 p.startli, p.startdd {
48 p.starttd {
51 p.endli {
54 p.enddd {
57 p.endtd {
189 p.formulaDsp {
606 .fieldtable td.fielddoc p:first-child {
610 .fieldtable td.fielddoc p:last-child {
/TaskScheduler/ThirdParty/Squish/
H A Dclusterfit.cpp110 Vec4 p( unweighted[j].X(), unweighted[j].Y(), unweighted[j].Z(), 1.0f ); in ConstructOrdering() local
112 Vec4 x = p*w; in ConstructOrdering()
H A Dtexture_compression_s3tc.txt147 (add to end of TexSubImage discussion, p.123 -- after edit from the