Lines Matching refs:OS_TPrintf
133 OS_TPrintf("Allocate %d bytes from %p: total %d bytes\n", size, ptr, total_allocated_size); in MyAlloc()
152 OS_TPrintf("Free %d bytes from %p: total %d bytes\n", size, ptr, total_allocated_size); in MyFree()
176 … OS_TPrintf("Reallocate %d bytes from %p: total %d bytes\n", new_size, ptr, total_allocated_size); in MyRealloc()
181 …OS_TPrintf("Free(for realloc) %d bytes from %p: total %d bytes\n", size, ptr, total_allocated_size… in MyRealloc()
217 OS_TPrintf("------ Test Succeeded ------\n"); in NitroMain()
223 OS_TPrintf("****** Test Failed ******\n"); in NitroMain()
350 { OS_TPrintf( ((a) == (b)) ? "[--OK--] " : "[**NG**] " ); (f) = (f) && ((a) == (b)); }
354 if(result < 0) { OS_TPrintf( "Error: %d (%s)\n", result, str ); return FALSE;} \
356 if(result >= 0){ OS_TPrintf( "Error: %d (%s)\n", result, str ); return FALSE;} \
412 OS_TPrintf( "Error: decrypted string is not match .\n" ); in RsaTest()
464 OS_TPrintf("%02x", ptr[i]); in PrintBinary()