Searched refs:UTIL_fseek (Results 1 – 2 of 2) sorted by relevance
/external/lz4/programs/ |
D | util.h | 78 # define UTIL_fseek _fseeki64 macro 80 # define UTIL_fseek fseeko macro 82 # define UTIL_fseek fseeko64 macro 84 # define UTIL_fseek fseek macro
|
D | lz4io.c | 442 (void)UTIL_fseek(dictFile, -LZ4_MAX_DICT_SIZE, SEEK_END); in LZ4IO_createDict() 741 int const seekResult = UTIL_fseek(file, 1 GB, SEEK_CUR); in LZ4IO_fwriteSparse() 758 { int const seekResult = UTIL_fseek(file, storedSkips, SEEK_CUR); in LZ4IO_fwriteSparse() 778 int const seekResult = UTIL_fseek(file, storedSkips, SEEK_CUR); in LZ4IO_fwriteSparse() 792 int const seekResult = UTIL_fseek(file, storedSkips-1, SEEK_CUR); in LZ4IO_fwriteSparseEnd() 993 errorNb = UTIL_fseek(fp, (long) s, SEEK_CUR); in fseek_u32()
|