Searched refs:UINT (Results 1 – 10 of 10) sorted by relevance
| /oneTBB/src/tbbmalloc_proxy/ |
| H A D | function_replacement.cpp | 253 static UINT CheckOpcodes( const char ** opcodes, void *inpAddr, bool abortOnError, const FunctionIn… in CheckOpcodes() 281 for( UINT idx=0; idx<opcodesStringsCount; ++idx ){ in CheckOpcodes() 303 static void CorrectOffset( UINT_PTR address, const char* pattern, UINT distance ) in CorrectOffset() 308 UINT value; in CorrectOffset() 328 UINT offset32; in InsertTrampoline32() 344 offset32 = (UINT)(offset & 0xFFFFFFFF); in InsertTrampoline32() 355 offset32 = (UINT)(offset & 0xFFFFFFFF); in InsertTrampoline32() 386 UINT offset32; in InsertTrampoline64() 406 offset32 = (UINT)(offset & 0xFFFFFFFF); in InsertTrampoline64() 416 offset32 = (UINT)(offset & 0xFFFFFFFF); in InsertTrampoline64() [all …]
|
| /oneTBB/examples/parallel_for/seismic/ |
| H A D | seismic_video.cpp | 62 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam); 101 LRESULT CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) { in About() 114 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { in WndProc()
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_compliance.cpp | 141 typedef unsigned int UINT; typedef 188 UINT Size; 191 MemStruct(void* ptr, UINT sz) : Pointer(ptr), Size(sz) {} in MemStruct() 203 srand((UINT)time(nullptr)); in CMemTest() 206 void NULLReturn(UINT MinSize, UINT MaxSize, int total_threads); // nullptr pointer + check errno 632 void CMemTest::NULLReturn(UINT MinSize, UINT MaxSize, int total_threads) in NULLReturn() 643 UINT Size; in NULLReturn() 805 for (UINT i=0; i<PointerList.size(); i++) in NULLReturn() 836 for (UINT i=0; i<COUNT_ELEM-1; i++) in UniquePointer() 1060 UINT comments_block_size;
|
| /oneTBB/src/tbbmalloc/ |
| H A D | tbbmalloc.cpp | 64 UINT prev_mode = SetErrorMode (SEM_FAILCRITICALERRORS); in init_tbbmalloc()
|
| /oneTBB/examples/common/gui/ |
| H A D | gdivideo.cpp | 57 LRESULT CALLBACK InternalWndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) { in InternalWndProc()
|
| H A D | d2dvideo.cpp | 79 LRESULT CALLBACK InternalWndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) { in InternalWndProc()
|
| H A D | winvideo.hpp | 61 LRESULT CALLBACK InternalWndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam);
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | GUI_Thread.rst | 90 const UINT WM_POP_FOO = WM_USER+0; 101 LRESULT CALLBACK WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) {
|
| /oneTBB/src/tbb/ |
| H A D | dynamic_link.cpp | 439 UINT prev_mode = SetErrorMode (SEM_FAILCRITICALERRORS); in dynamic_load()
|
| /oneTBB/test/common/ |
| H A D | doctest.h | 4808 static UINT prev_error_mode_1; 4820 UINT FatalConditionHandler::prev_error_mode_1;
|