Searched refs:UTIL_fseek (Results 1 – 3 of 3) sorted by relevance
/external/zstd/programs/ |
D | util.h | 33 # define UTIL_fseek _fseeki64 macro 35 # define UTIL_fseek fseeko 37 # define UTIL_fseek fseeko64 39 # define UTIL_fseek fseek
|
/external/lz4/programs/ |
D | util.h | 80 # define UTIL_fseek _fseeki64 macro 82 # define UTIL_fseek fseeko macro 84 # define UTIL_fseek fseeko64 macro 86 # define UTIL_fseek fseek macro
|
D | lz4io.c | 513 (void)UTIL_fseek(dictFile, -LZ4_MAX_DICT_SIZE, SEEK_END); in LZ4IO_createDict() 834 int const seekResult = UTIL_fseek(file, 1 GB, SEEK_CUR); in LZ4IO_fwriteSparse() 851 { int const seekResult = UTIL_fseek(file, storedSkips, SEEK_CUR); in LZ4IO_fwriteSparse() 871 int const seekResult = UTIL_fseek(file, storedSkips, SEEK_CUR); in LZ4IO_fwriteSparse() 885 int const seekResult = UTIL_fseek(file, storedSkips-1, SEEK_CUR); in LZ4IO_fwriteSparseEnd() 1086 errorNb = UTIL_fseek(fp, (long) s, SEEK_CUR); in fseek_u32() 1336 if (UTIL_fseek(finput, LZ4F_CONTENT_CHECKSUM_SIZE, SEEK_CUR) != 0) { in LZ4IO_skipBlocksData() 1345 if (UTIL_fseek(finput, nextBlock, SEEK_CUR) != 0) { in LZ4IO_skipBlocksData() 1381 if (UTIL_fseek(finput, nextCBlockSize, SEEK_CUR) != 0) { in LZ4IO_skipLegacyBlocksData()
|