Home
last modified time | relevance | path

Searched refs:UINT (Results 1 – 10 of 10) sorted by relevance

/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.cpp253 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 Dseismic_video.cpp62 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 Dtest_malloc_compliance.cpp141 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 Dtbbmalloc.cpp64 UINT prev_mode = SetErrorMode (SEM_FAILCRITICALERRORS); in init_tbbmalloc()
/oneTBB/examples/common/gui/
H A Dgdivideo.cpp57 LRESULT CALLBACK InternalWndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) { in InternalWndProc()
H A Dd2dvideo.cpp79 LRESULT CALLBACK InternalWndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) { in InternalWndProc()
H A Dwinvideo.hpp61 LRESULT CALLBACK InternalWndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam);
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DGUI_Thread.rst90 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 Ddynamic_link.cpp439 UINT prev_mode = SetErrorMode (SEM_FAILCRITICALERRORS); in dynamic_load()
/oneTBB/test/common/
H A Ddoctest.h4808 static UINT prev_error_mode_1;
4820 UINT FatalConditionHandler::prev_error_mode_1;