OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_size
(Results
701 - 725
of
996
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/libcxx/include/
istream
[
all
...]
/external/libopus/include/
opus.h
367
* frame_size = opus_decode(dec, packet, len, decoded,
max_size
, 0);
374
* @li
max_size
is the max duration of the frame in samples (per channel) that can fit into the decoded_frame array
[
all
...]
/external/libxml2/
testlimits.c
1251
* @
max_size
: size of the limit to test
1307
* @
max_size
: size of the limit to test
[
all
...]
/external/opencv3/modules/videoio/src/
cap_mjpeg_encoder.cpp
270
static bool createEncodeHuffmanTable( const int* src, unsigned* table, int
max_size
)
293
if( size >
max_size
)
[
all
...]
/external/valgrind/coregrind/m_coredump/
coredump-solaris.c
863
ULong
max_size
)
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
forward_list
85
size_type
max_size
() const noexcept;
673
size_type
max_size
() const _NOEXCEPT
[
all
...]
istream
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h
739
max_size
() const noexcept
740
{ return _Node_alloc_traits::
max_size
(this->_M_get_Node_allocator()); }
[
all
...]
stl_map.h
439
max_size
() const _GLIBCXX_NOEXCEPT
440
{ return _M_t.
max_size
(); }
[
all
...]
stl_tree.h
731
max_size
() const _GLIBCXX_NOEXCEPT
732
{ return _M_get_Node_allocator().
max_size
(); }
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h
739
max_size
() const noexcept
740
{ return _Node_alloc_traits::
max_size
(this->_M_get_Node_allocator()); }
[
all
...]
stl_map.h
439
max_size
() const _GLIBCXX_NOEXCEPT
440
{ return _M_t.
max_size
(); }
[
all
...]
stl_tree.h
731
max_size
() const _GLIBCXX_NOEXCEPT
732
{ return _M_get_Node_allocator().
max_size
(); }
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
forward_list.h
739
max_size
() const noexcept
740
{ return _Node_alloc_traits::
max_size
(this->_M_get_Node_allocator()); }
[
all
...]
stl_map.h
439
max_size
() const _GLIBCXX_NOEXCEPT
440
{ return _M_t.
max_size
(); }
[
all
...]
stl_tree.h
731
max_size
() const _GLIBCXX_NOEXCEPT
732
{ return _M_get_Node_allocator().
max_size
(); }
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
forward_list.h
745
max_size
() const noexcept
746
{ return _Node_alloc_traits::
max_size
(this->_M_get_Node_allocator()); }
[
all
...]
stl_map.h
474
max_size
() const _GLIBCXX_NOEXCEPT
475
{ return _M_t.
max_size
(); }
[
all
...]
stl_tree.h
815
max_size
() const _GLIBCXX_NOEXCEPT
816
{ return _Alloc_traits::
max_size
(_M_get_Node_allocator()); }
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
forward_list
85
size_type
max_size
() const noexcept;
673
size_type
max_size
() const _NOEXCEPT
[
all
...]
istream
[
all
...]
/external/clang/www/
libstdc++4.4-clang0x.patch
381
{ return _M_get_Node_allocator().
max_size
(); }
/external/libchrome/base/strings/
string_piece_unittest.cc
193
ASSERT_GE(a.
max_size
(), a.capacity());
/external/libdrm/intel/
intel_bufmgr_gem.c
325
unsigned long min_size,
max_size
;
local
338
max_size
= 128*1024*1024;
341
max_size
= 64*1024*1024;
344
if (size >
max_size
) {
[
all
...]
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c
763
/* Skip over
max_size
and patch_max_size */
[
all
...]
Completed in 792 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>