Home
last modified time | relevance | path

Searched refs:source_size (Results 1 – 4 of 4) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
Dblockhash.h123 BlockHash(const char* source_data, size_t source_size, int starting_offset);
357 size_t source_size() { return source_size_; } in source_size() function
Dblockhash.cc29 size_t source_size, in BlockHash() argument
32 source_size_(source_size), in BlockHash()
222 int last_legal_hash_index = static_cast<int>(source_size() - kBlockSize); in AddAllBlocksThroughIndex()
/external/chromium/net/base/
Dgzip_filter_unittest.cc117 int CompressAll(EncodeMode mode, const char* source, int source_size, in CompressAll() argument
138 zlib_stream.avail_in = source_size; in CompressAll()
/external/bluetooth/glib/gio/
Dglocalfile.c2114 off_t source_size; in g_local_file_move() local
2140 source_size = statbuf.st_size; in g_local_file_move()
2235 progress_callback (source_size, source_size, progress_callback_data); in g_local_file_move()