HomeSort by relevance Sort by last modified time
    Searched refs:ftell (Results 226 - 250 of 328) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/binutils/
elfedit.c 306 long offset = ftell (file);
srconv.c     [all...]
  /external/icu/icu4c/source/common/
putil.cpp 898 tzInfo->defaultTZFileSize = ftell(tzInfo->defaultTZFilePtr);
901 sizeFile = ftell(file);
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 822 (long (*)(void *)) ftell
844 (long (*)(void *)) ftell
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.cpp 433 size_t len = (size_t)ftell(fh);
499 len = (size_t)ftell(fh);
    [all...]
  /external/kmod/tools/
depmod.c 362 offset = ftell(out);
413 initial_offset = ftell(out);
422 final_offset = ftell(out);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 346 (size = ftell(fp)) < 0)
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/test/
qcamera_test.cpp 428 size_t len = (size_t)ftell(fh);
494 len = (size_t)ftell(fh);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StringDB.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StringDB.c 1034 ftell (DBFptr) - sizeof (DataItemHeader)
    [all...]
  /bionic/libc/stdio/
stdio.cpp 610 __strong_alias(ftell, ftello);
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 246 file_size = (size_t)ftell(fp);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
zipimport.c 718 header_position = ftell(fp);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
zipimport.c 713 header_position = ftell(fp);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
gzio.c 192 /* We use 10L instead of ftell(s->file) to because ftell causes an
199 s->start = ftell(s->file) - s->stream.avail_in;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
SimpleFileParsing.c 693 SourceFile->FileSize = ftell (SourceFile->Fptr);
  /external/brotli/c/tools/
brotli.c 55 #define ftell _ftelli64 macro
  /external/curl/lib/vtls/
vtls.c 894 filesize = ftell(fp);
    [all...]
  /external/googletest/googletest/src/
gtest-port.cc     [all...]
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 338 int32_t fileSize = ftell(f.getAlias());
  /external/iproute2/lib/
libnetlink.c 809 len, ftell(rtnl));
  /external/libopus/src/
opus_demo.c 508 size = ftell(fin);
    [all...]
  /external/libvncserver/test/
tjbench.c 362 if(fseek(file, 0, SEEK_END)<0 || (srcsize=ftell(file))<0)
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc     [all...]
  /external/python/cpython2/Modules/
zipimport.c 740 header_position = (unsigned long)ftell(fp);
    [all...]

Completed in 1019 milliseconds

1 2 3 4 5 6 7 8 91011>>