HomeSort by relevance Sort by last modified time
    Searched full:size_tmp (Results 1 - 3 of 3) sorted by null

  /system/nvram/messages/
blob.cpp 47 size_t size_tmp = first.size_; local
51 second.size_ = size_tmp;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
arith_routines_hist.c 97 int size_tmp; local
125 size_tmp = *cdf_size++ >> 1;
126 cdf_ptr = *cdf + (size_tmp - 1);
133 size_tmp >>= 1;
134 if (size_tmp == 0) break;
138 cdf_ptr += size_tmp;
141 cdf_ptr -= size_tmp;
  /external/valgrind/coregrind/m_debuginfo/
readelf.c 300 { Word size_tmp = (Word)sym->st_size; local
302 if (size_tmp < 0) size_tmp = 1;
303 if (size_tmp > max_Int) size_tmp = max_Int;
304 *sym_size_out = (Int)size_tmp;
    [all...]

Completed in 390 milliseconds