Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/tools/thputilities/src/
Dthputilities.c1727 #define THPUTY_COPY_SIZE 0x100000 macro
1748 tmp_buffer = (u8*)THPMalloc(THPUTY_COPY_SIZE); in THPUtyCopyTHPFile()
1752 THPUTY_COPY_SIZE, __LINE__); in THPUtyCopyTHPFile()
1785 if (file_size - wrote_size < THPUTY_COPY_SIZE) in THPUtyCopyTHPFile()
1791 read_size = THPUTY_COPY_SIZE; in THPUtyCopyTHPFile()