Searched refs:p (Results 1 – 12 of 12) sorted by relevance
| /TaskScheduler/Scheduler/Source/ |
| H A D | MTDefaultAppInterop.cpp | 73 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 D | TestUnitTestPP.cpp | 16 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 D | TestMemoryOutStream.cpp | 247 int* p = (int*)0x1234; in TEST() local 248 stream << p; in TEST()
|
| /TaskScheduler/Scheduler/Include/Platform/Common/ |
| H A D | MTAtomic.h | 38 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 D | appveyor.yml | 6 - MsBuild TaskScheduler.sln /t:Rebuild /p:Configuration=Release
|
| /TaskScheduler/ThirdParty/UnitTest++/UnitTest++/ |
| H A D | MemoryOutStream.cpp | 174 MemoryOutStream& MemoryOutStream::operator <<(void const* p) in operator <<() argument 176 FormatToStream(*this, "%p", p); in operator <<()
|
| H A D | MemoryOutStream.h | 69 MemoryOutStream& operator <<(void const* p);
|
| /TaskScheduler/Scheduler/Include/ |
| H A D | MTAppInterop.h | 79 static void Free(void* p);
|
| H A D | MTScheduler.h | 66 inline void CallDtor(T* p) in CallDtor() argument 68 MT_UNUSED(p); in CallDtor() 69 p->~T(); in CallDtor()
|
| /TaskScheduler/Scheduler/Doxygen/ |
| H A D | style.css | 1 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 D | clusterfit.cpp | 110 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 D | texture_compression_s3tc.txt | 147 (add to end of TexSubImage discussion, p.123 -- after edit from the
|