HomeSort by relevance Sort by last modified time
    Searched defs:filesize (Results 26 - 50 of 91) sorted by null

12 3 4

  /external/curl/lib/vtls/
vtls.c 783 long filesize; local
870 filesize = ftell(fp);
873 if(filesize < 0 || filesize > MAX_PINNED_PUBKEY_SIZE)
880 size = curlx_sotouz((curl_off_t) filesize);
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress01.c 64 * tmnoextend -p nprocs [-t minutes -f filesize -S sparseoffset
73 * -f filesize - initial filesize (defaults to FILESIZE)
77 * filesize. Useful for testing large files.
92 #define FILESIZE 4096 /* initial filesize set up by parent */
110 "-p nprocs [-t minutes -f filesize -S sparseoffset -r -o -m -l -d]";
124 off64_t filesize = FILESIZE; variable
127 off_t filesize = FILESIZE; variable
463 off64_t filesize; local
    [all...]
mmapstress10.c 68 * mmapstress10 -p nprocs [-t minutes -w nbytes -s secs -f filesize
83 * -f filesize - initial filesize (defaults to FILESIZE)
87 * filesize. Useful for testing large files.
104 #define FILESIZE 4096 /* initial filesize set up by parent */
141 off64_t filesize = FILESIZE; variable
144 off_t filesize = FILESIZE variable
528 off64_t filesize; local
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_fs.c 190 uint64_t filesize = 0; local
211 filesize = ffsb_get_filesize(fname);
213 if (filesize < minsize || filesize > maxsize) {
215 filesize, fname);
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video.c 55 filesize(const char *path) function
73 size1 = filesize(fw1);
75 size2 = filesize(fw2);
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_debug.c 62 long filesize, nread; local
112 filesize = ftell(f);
113 if (filesize < 0)
119 buf = MALLOC(filesize);
125 nread = fread(buf, 1, filesize, f);
126 if (nread != filesize)
129 radeon_elf_read(buf, filesize, binary);
  /external/mksh/src/
os2.c 85 long filesize; local
88 filesize = ftell(f);
91 line = malloc(filesize + /* type */ 1 + /* NUL */ 1);
100 while (fgets(l, (filesize + 1) - (l - (line + 1)), f)) {
  /external/valgrind/coregrind/m_ume/
macho.c 131 vki_size_t filesize; local
153 filesize = sb.size;
155 err = load_mach_file(fd, 0, filesize, MH_DYLINKER, filename, out_info);
180 vki_size_t filesize; // page-aligned local
212 if (segcmd->fileoff == 0 && segcmd->filesize != 0) {
222 if (segcmd->fileoff + segcmd->filesize > size) {
243 filesize = VG_PGROUNDUP(segcmd->filesize);
245 if (filesize > 0) {
247 VG_(debugLog)(2, "ume", "mmap fixed (file) (%#lx, %lu)\n", addr, filesize);
    [all...]
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerTestApp.java 163 long filesize = DOWNLOAD_FILESIZE; local
201 verifyFileSize(pfd, filesize);
222 long filesize = DOWNLOAD_FILESIZE; local
244 verifyFileSize(pfd, filesize);
264 long filesize = DOWNLOAD_FILESIZE; local
322 verifyFileSize(pfd, filesize);
341 long filesize = DOWNLOAD_FILESIZE; local
390 verifyFileSize(pfd, filesize);
410 long filesize = DOWNLOAD_FILESIZE; local
461 verifyFileSize(pfd, filesize);
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
fileread.h 137 filesize() const function in class:gold::File_read
plugin.h 162 claim_file(Input_file* input_file, off_t offset, off_t filesize,
399 off_t filesize);
433 filesize() function in class:gold::Pluginobj
467 off_t offset, off_t filesize);
archive.cc 211 if (this->input_file_->file().filesize() == sarmag)
466 if (this->off_ == this->archive_->file().filesize())
510 off_t filesize = this->archive_->file().filesize(); local
513 if (filesize - this->off_ < static_cast<off_t>(sizeof(Archive_header)))
515 if (filesize != this->off_)
520 this->off_ = filesize;
522 this->header_.off = filesize;
535 this->header_.off = filesize;
565 return Archive::const_iterator(this, this->input_file_->file().filesize());
    [all...]
  /external/curl/lib/
formdata.c 811 #define filesize(name, stat_data) (stat_data.st_size) macro
814 #define filesize(name, stat_data) VmsSpecialSize(name, &stat_data) macro
885 *size += filesize(newform->line, file);
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 276 uint64_t filesize; member in struct:__anon26381::MachOSegment
344 Segment.filesize = SC.filesize;
358 Segment.filesize = SC.filesize;
784 W.printNumber("filesize", MOSegment.filesize);
  /external/syslinux/gpxe/src/net/udp/
tftp.c 121 size_t filesize; member in struct:tftp_request
136 /** Only get filesize and then abort the transfer */
245 * @v filesize Known minimum file size
248 static int tftp_presize ( struct tftp_request *tftp, size_t filesize ) {
253 if ( filesize <= tftp->filesize )
256 /* Record filesize */
257 tftp->filesize = filesize;
260 xfer_seek ( &tftp->xfer, filesize, SEEK_SET )
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionarySettingsFragment.java 324 final int filesize = cursor.getInt(filesizeIndex); local
350 filesize);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
marshal.c 1144 off_t filesize; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
marshal.c 1149 off_t filesize; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
marshal.c 1144 off_t filesize; local
    [all...]
  /external/python/cpython2/Python/
marshal.c 1143 off_t filesize; local
1144 filesize = getfilesize(fp);
1145 if (filesize > 0 && filesize <= REASONABLE_FILE_LIMIT) {
1146 char* pBuf = (char *)PyMem_MALLOC(filesize);
1148 size_t n = fread(pBuf, 1, (size_t)filesize, fp);
    [all...]
  /external/stressapptest/src/
sat.cc 795 uint64 filesize = page_length_ * disk_pages_; local
867 ARG_IVALUE("--filesize", filesize);
1034 // Set disk_pages_ if filesize or page size changed.
1035 if (filesize != static_cast<uint64>(page_length_) *
1037 disk_pages_ = filesize / page_length_;
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
FileChannelImpl.java 924 long filesize; local
926 filesize = nd.size(fd);
927 } while ((filesize == IOStatus.INTERRUPTED) && isOpen());
931 if (filesize < position + size) { // Extend file size
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
plugin-api.h 80 off_t filesize; member in struct:ld_plugin_input_file
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
plugin-api.h 80 off_t filesize; member in struct:ld_plugin_input_file
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
plugin-api.h 80 off_t filesize; member in struct:ld_plugin_input_file

Completed in 2279 milliseconds

12 3 4