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

  /external/webrtc/src/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/main/coregrind/m_debuginfo/
readelf.c 246 { Word size_tmp = (Word)sym->st_size; local
248 if (size_tmp < 0) size_tmp = 1;
249 if (size_tmp > max_Int) size_tmp = max_Int;
250 *sym_size_out = (Int)size_tmp;
    [all...]

Completed in 102 milliseconds