HomeSort by relevance Sort by last modified time
    Searched refs:temp_size (Results 1 - 10 of 10) 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_org/ppapi/native_client/src/trusted/plugin/
file_downloader.cc 329 int32_t temp_size = static_cast<int32_t>(temp_buffer_.size()); local
331 temp_size,
413 int32_t temp_size = static_cast<int32_t>(temp_buffer_.size()); local
415 temp_size,
  /external/chromium_org/chrome/renderer/pepper/
ppb_pdf_impl.cc 58 size_t temp_size = static_cast<size_t>(*output_length); local
60 fd_, table, 0 /* offset */, static_cast<uint8_t*>(output), &temp_size);
61 *output_length = base::checked_numeric_cast<uint32_t>(temp_size);
  /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/chromium_org/third_party/libjingle/source/talk/base/
httpbase.cc 173 unsigned int temp_size; local
174 if (sscanf(value_str.c_str(), "%u", &temp_size) != 1) {
178 data_size_ = static_cast<size_t>(temp_size);
  /external/opencv/cv/src/
cvfilter.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 2799 char temp_size[SIZE_NAL_FIELD_MAX]; local
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.cc 1744 uint32 temp_size; local
2215 uint32 temp_size; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 2970 char temp_size[SIZE_NAL_FIELD_MAX]; local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc 6922 uint32 temp_size; local
7029 uint32 temp_size; local
    [all...]

Completed in 1239 milliseconds