OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:length_limit
(Results
1 - 4
of
4
) sorted by null
/external/libjpeg-turbo/
jdmarker.c
[
all
...]
jpeglib.h
[
all
...]
/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
) {
/art/runtime/mirror/
array-inl.h
90
const size_t
length_limit
= (0U - header_size) >> component_size_shift;
local
91
if (UNLIKELY(
length_limit
<= static_cast<size_t>(component_count))) {
Completed in 254 milliseconds