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

  /art/runtime/mirror/
array-inl.h 91 const size_t length_limit = (0U - header_size) >> component_size_shift; local
92 if (UNLIKELY(length_limit <= static_cast<size_t>(component_count))) {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
merge.cc 269 size_t length_limit = static_cast<size_t>(fs_hz_ / 100); // 10 ms in samples. local
289 if (input_length <= length_limit) {

Completed in 665 milliseconds