HomeSort by relevance Sort by last modified time
    Searched defs:file_size (Results 26 - 43 of 43) sorted by null

12

  /external/libvpx/libvpx/build/make/
obj_int_extract.c 838 long int file_size; local
873 file_size = ftell(fp);
874 file_buf = malloc(file_size);
884 if (fread(file_buf, sizeof(char), file_size, fp) != file_size)
898 res = parse_macho(file_buf, file_size);
900 res = parse_elf(file_buf, file_size, mode);
904 res = parse_coff(file_buf, file_size);
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 351 inline int file_size() const;
685 inline int CodeGeneratorResponse::file_size() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
  /external/qemu/telephony/
sim_card.c 208 int file_size, perm; local
215 file_size = file->dedicated.length;
217 file_size = file->linear.rec_count * file->linear.rec_len;
219 gsm_hex_from_short( dst, file_size );
  /hardware/qcom/audio/legacy/libalsa-intf/
arec.c 487 long file_size; local
  /system/core/fastboot/
fastboot.c 140 int64_t file_size(const char *fn);
147 int64_t file_size(const char *fn) function
595 sz64 = file_size(fname);
  /external/chromium/net/url_request/
url_request_unittest.cc 937 int64 file_size = -1; local
938 EXPECT_TRUE(file_util::GetFileSize(app_path, &file_size));
943 EXPECT_EQ(d.bytes_received(), static_cast<int>(file_size));
959 int64 file_size; local
960 EXPECT_TRUE(file_util::GetFileSize(temp_path, &file_size));
1003 int64 file_size; local
1004 EXPECT_TRUE(file_util::GetFileSize(temp_path, &file_size));
1046 int64 file_size local
2499 int64 file_size = 0; local
2530 int64 file_size = 0; local
2563 int64 file_size = 0; local
2596 int64 file_size = 0; local
2625 int64 file_size = 0; local
2658 int64 file_size = 0; local
2689 int64 file_size = 0; local
2707 int64 file_size = 0; local
2741 int64 file_size = 0; local
2762 int64 file_size = 0; local
    [all...]
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 320 wpa_printf(MSG_DEBUG, "SCARD: file_size=%d",
1109 int file_size; local
1110 if (scard_parse_fsp_templ(buf, blen, NULL, &file_size))
1112 blen = file_size;
1168 int file_size; local
1181 file_size = (buf[2] << 8) | buf[3];
1183 if (scard_parse_fsp_templ(buf, blen, NULL, &file_size))
1186 if (file_size == 3) {
1190 if (file_size < 4 || file_size > (int) sizeof(buf))
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 96 static int file_size(char *fname);
336 file_size(char *fname) function
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c 1875 M4OSA_UInt32 file_size; local
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 1857 uint64_t file_size = last_sect->offset() - segment.offset(); local
    [all...]
  /system/core/adb/
sysdeps_win32.c 25 DWORD file_size; local
38 file_size = GetFileSize( file, NULL );
41 if (file_size > 0) {
42 data = (char*) malloc( file_size + 1 );
44 D("load_file: could not allocate %ld bytes\n", file_size );
45 file_size = 0;
49 if ( !ReadFile( file, data, file_size, &out_bytes, NULL ) ||
50 out_bytes != file_size )
52 D("load_file: could not read %ld bytes from '%s'\n", file_size, fn);
55 file_size = 0
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 2730 int file_size = (int)ftell( fs->file ); local
    [all...]
  /hardware/msm7k/libcamera/
camera_ifc.h 306 int32_t file_size; member in struct:__anon20758
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 207 inline int file_size() const;
2470 inline int FileDescriptorSet::file_size() const { function in class:google::protobuf::FileDescriptorSet
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 344 unsigned int file_size[1]; member in struct:PDB_DS_TOC
1036 if (reader->u.ds.toc->file_size[file_number] == 0
1037 || reader->u.ds.toc->file_size[file_number] == 0xFFFFFFFF)
1041 = reader->u.ds.toc->file_size + reader->u.ds.toc->num_files;
1043 block_list += (reader->u.ds.toc->file_size[i]
1048 *plength = reader->u.ds.toc->file_size[file_number];
1050 reader->u.ds.toc->file_size[file_number]);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h 1844 #define file_size macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 1844 #define file_size macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 1844 #define file_size macro
    [all...]

Completed in 1574 milliseconds

12