HomeSort by relevance Sort by last modified time
    Searched refs:ftell (Results 51 - 75 of 432) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio.in.h 360 # define ftell(fp) ftello (fp)
372 # undef ftell
374 # define ftell(f) \
375 (GL_LINK_WARNING ("ftell cannot handle files larger than 4 GB " \
380 # define ftell rpl_ftell
383 # ifndef ftell
384 # define ftell(f) \
385 (GL_LINK_WARNING ("ftell cannot handle files larger than 4 GB " \
388 ftell (f))
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
parse_delay_file.m 19 start_pos = ftell(fid);
63 fp = ftell(fid);
68 fseek(fid, fp - ftell(fid) + ...
  /bionic/libstdc++/include/
cstdio 62 using ::ftell;
  /external/chromium_org/third_party/icu/source/tools/toolutil/
filestrm.c 165 int32_t savedPos = ftell((FILE*)fileStream);
169 goes to the end of the file before ftell*/
171 size = (int32_t)ftell((FILE*)fileStream);
  /external/chromium_org/third_party/sfntly/cpp/src/test/
file_io_test.cc 37 size_t length = ftell(file_handle);
98 size_t length = ftell(file_handle);
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
color_enhancement_test.cc 75 long refLen = ftell(refFile);
79 long testLen = ftell(modFile);
readYUV420file.m 17 fileLen=ftell(fid); % number of bytes
  /external/chromium_org/third_party/zlib/contrib/minizip/
ioapi.h 16 Oct-2009 - Defined fxxxx64 calls to normal fopen/ftell/fseek so they would compile on windows.
49 #define ftello64 ftell
58 #define ftello64 ftell
  /external/icu/icu4c/source/tools/toolutil/
filestrm.c 165 int32_t savedPos = ftell((FILE*)fileStream);
169 goes to the end of the file before ftell*/
171 size = (int32_t)ftell((FILE*)fileStream);
  /external/libvorbis/include/vorbis/
vorbisfile.h 30 * the stdio functions fread, fseek, fclose, ftell.
79 (long (*)(void *)) ftell
86 (long (*)(void *)) ftell
  /external/sfntly/cpp/src/test/
file_io_test.cc 37 size_t length = ftell(file_handle);
98 size_t length = ftell(file_handle);
  /external/zlib/src/contrib/minizip/
ioapi.h 16 Oct-2009 - Defined fxxxx64 calls to normal fopen/ftell/fseek so they would compile on windows.
50 #define ftello64 ftell
64 #define ftello64 ftell
  /external/chromium_org/third_party/harfbuzz-ng/src/
test-buffer-serialize.cc 73 len = ftell (f);
  /external/chromium_org/third_party/libvpx/source/libvpx/
tools_common.h 49 #define ftello ftell
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
sunos4.h 107 extern long ftell(FILE *);
  /external/harfbuzz_ng/src/
test-buffer-serialize.cc 73 len = ftell (f);
  /external/icu/icu4c/source/samples/layout/
UnicodeReader.cpp 47 fileSize = ftell(f);
  /external/libvpx/libvpx/
tools_common.h 55 #define ftello ftell
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.h 55 #define ftello ftell
  /system/core/libzipfile/
test_zipfile.c 41 size = ftell(f);
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 122 using std::ftell;
  /external/chromium_org/third_party/lzma_sdk/
7zFile.c 204 *pos = ftell(p->file);
227 long pos = ftell(p->file);
229 *length = ftell(p->file);
  /external/lzma/C/
7zFile.c 204 *pos = ftell(p->file);
227 long pos = ftell(p->file);
229 *length = ftell(p->file);
  /frameworks/base/tools/aapt/
ZipFile.cpp 213 fileLength = ftell(mZipFp);
407 lfhPosn = ftell(mZipFp);
409 startPosn = ftell(mZipFp);
427 long src = inputFp ? ftell(inputFp) : size;
428 long dst = ftell(mZipFp) - startPosn;
458 uncompressedLen = inputFp ? ftell(inputFp) : size;
493 endPosn = ftell(mZipFp); // seeked to end of compressed data
582 lfhPosn = ftell(mZipFp);
614 endPosn = ftell(mZipFp);
923 eocdPosn = ftell(mZipFp)
    [all...]
  /external/bison/darwin-lib/
stdio.h 821 /* ftell, ftello. See the comments on fseek/fseeko. */
826 # undef ftell
830 # undef ftell
831 # define ftell rpl_ftell
833 _GL_FUNCDECL_RPL (ftell, long, (FILE *fp) _GL_ARG_NONNULL ((1)));
834 _GL_CXXALIAS_RPL (ftell, long, (FILE *fp));
836 _GL_CXXALIAS_SYS (ftell, long, (FILE *fp));
838 _GL_CXXALIASWARN (ftell);
844 # undef ftell
862 # undef ftell macro
    [all...]

Completed in 693 milliseconds

1 23 4 5 6 7 8 91011>>