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

  /bootable/recovery/applypatch/
imgpatch.c 179 ssize_t temp_size = expanded_len; local
180 if (temp_size < 32768) {
185 temp_size = 32768;
196 strm.avail_out = temp_size;
199 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);
  /external/opencv/cv/src/
cvfilter.cpp     [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 2001 char temp_size[SIZE_NAL_FIELD_MAX]; local
    [all...]

Completed in 669 milliseconds