Home
last modified time | relevance | path

Searched refs:UCHAR (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.cpp329 UCHAR *codePtr = (UCHAR *)inpAddr; in InsertTrampoline32()
348 *(UCHAR*)(trampAddr+bytesToMove) = 0xE9; in InsertTrampoline32()
349 memcpy((UCHAR*)(trampAddr+bytesToMove+1), &offset32, sizeof(offset32)); in InsertTrampoline32()
387 UCHAR *codePtr = (UCHAR *)inpAddr; in InsertTrampoline64()
410 *(UCHAR*)(trampAddr+bytesToMove) = 0xE9; in InsertTrampoline64()
411 memcpy((UCHAR*)(trampAddr+bytesToMove+1), &offset32, sizeof(offset32)); in InsertTrampoline64()
445 UCHAR * const codePtr = (UCHAR *)inpAddr; in InsertTrampoline()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_compliance.cpp142 typedef unsigned char UCHAR; typedef
441 UCHAR field4[100];