HomeSort by relevance Sort by last modified time
    Searched defs:temp_size (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/applypatch/
imgpatch.c 192 ssize_t temp_size = expanded_len; local
193 if (temp_size < 32768) {
198 temp_size = 32768;
209 strm.avail_out = temp_size;
212 ssize_t have = temp_size - strm.avail_out;
  /external/chromium/third_party/libjingle/source/talk/base/
httpbase.cc 169 unsigned int temp_size; local
170 if (sscanf(value, "%u", &temp_size) != 1) {
174 data_size_ = static_cast<size_t>(temp_size);

Completed in 183 milliseconds