Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/tools/thputilities/src/
Dthputilities.c1722 #define THPUTY_COPY_SIZE 0x100000 macro
1743 tmp_buffer = (u8*)THPMalloc(THPUTY_COPY_SIZE); in THPUtyCopyTHPFile()
1747 THPUTY_COPY_SIZE, __LINE__); in THPUtyCopyTHPFile()
1780 if (file_size - wrote_size < THPUTY_COPY_SIZE) in THPUtyCopyTHPFile()
1786 read_size = THPUTY_COPY_SIZE; in THPUtyCopyTHPFile()