Searched refs:fseeko (Results 1 – 8 of 8) sorted by relevance
/external/bsdiff/ |
D | bspatch.c | 116 if (fseeko(cpf, 32, SEEK_SET)) in main() 123 if (fseeko(dpf, 32 + bzctrllen, SEEK_SET)) in main() 130 if (fseeko(epf, 32 + bzctrllen + bzdatalen, SEEK_SET)) in main()
|
D | bsdiff.c | 389 if (fseeko(pf, 0, SEEK_SET)) in main()
|
/external/libvpx/ |
D | vpxenc.c | 47 #define fseeko _fseeki64 macro 51 #define fseeko fseeko64 macro 519 fseeko(glob->stream, *ebmlLoc, SEEK_SET); in Ebml_EndSubElement() 523 fseeko(glob->stream, pos, SEEK_SET); in Ebml_EndSubElement() 549 fseeko(ebml->stream, ebml->seek_info_pos, SEEK_SET); in write_webm_seek_info() 761 fseeko(glob->stream, glob->track_id_pos, SEEK_SET); in write_webm_file_footer() 764 fseeko(glob->stream, 0, SEEK_END); in write_webm_file_footer()
|
/external/zlib/ |
D | CMakeLists.txt | 43 # Check for fseeko 45 check_function_exists(fseeko HAVE_FSEEKO)
|
D | configure | 279 fseeko(NULL, 0, 0);
|
D | ChangeLog | 280 - Use ftello() and fseeko() if available instead of ftell() and fseek()
|
/external/chromium/base/ |
D | shared_memory_posix.cc | 213 if (fseeko(fp, size, SEEK_SET) != 0) in CreateOrOpen()
|
/external/zlib/examples/ |
D | zran.c | 272 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET); in extract()
|