OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_size
(Results
501 - 525
of
996
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/hardware/bsp/intel/peripheral/libmraa/src/arm/
raspberry_pi.c
58
#define
MAX_SIZE
64
70
char devpath[
MAX_SIZE
];
89
char devpath[
MAX_SIZE
];
/ndk/sources/cxx-stl/stlport/stlport/stl/
_string.c
159
if (__res_arg >
max_size
())
182
if (__n >
max_size
() - size())
608
if ((__n <= (
max_size
() + 1)) && (__n > 0)) {
/packages/apps/ExactCalculator/src/com/android/calculator2/
BoundedRational.java
38
private static final int
MAX_SIZE
= 800; // total, in bits
113
return (mNum.bitLength() + mDen.bitLength() >
MAX_SIZE
);
612
if (den.bitLength() >
MAX_SIZE
) {
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
throw_allocator.h
817
max_size
() const _GLIBCXX_USE_NOEXCEPT
818
{ return _M_allocator.
max_size
(); }
831
if (__n > this->
max_size
())
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_string.c
159
if (__res_arg >
max_size
())
182
if (__n >
max_size
() - size())
608
if ((__n <= (
max_size
() + 1)) && (__n > 0)) {
/system/bt/stack/gatt/
gatt_db.c
737
UINT16
max_size
= 0;
local
843
max_size
= 2;
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_vector.h
733
max_size
() const _GLIBCXX_NOEXCEPT
734
{ return _Alloc_traits::
max_size
(_M_get_Tp_allocator()); }
829
* @throw std::length_error If @a n exceeds @c
max_size
().
833
* number requested is more than
max_size
(), length_error is
[
all
...]
basic_string.tcc
550
// 83. String::npos vs. string::
max_size
()
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c
1936
BLOCK_SIZE
max_size
= BLOCK_64X64;
local
[
all
...]
/external/libcxx/include/
map
114
size_type
max_size
() const noexcept;
331
size_type
max_size
() const noexcept;
[
all
...]
unordered_map
102
size_type
max_size
() const noexcept;
284
size_type
max_size
() const noexcept;
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
map
114
size_type
max_size
() const noexcept;
315
size_type
max_size
() const noexcept;
[
all
...]
unordered_map
102
size_type
max_size
() const noexcept;
266
size_type
max_size
() const noexcept;
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
map
114
size_type
max_size
() const noexcept;
315
size_type
max_size
() const noexcept;
[
all
...]
unordered_map
102
size_type
max_size
() const noexcept;
266
size_type
max_size
() const noexcept;
[
all
...]
/external/libchrome/base/metrics/
histogram.cc
419
double
max_size
= 0;
local
421
max_size
= GetPeakBucketSize(*snapshot);
466
WriteAsciiBucketGraph(current_size,
max_size
, output);
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
transport_feedback.cc
750
size_t
max_size
) {
765
if (rle_chunk->NumSymbols() >
max_size
) {
768
<< " but only " <<
max_size
<< " left to read.";
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.tcc
550
// 83. String::npos vs. string::
max_size
()
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h
260
max_size
() const
function in class:tr1::_Hashtable
261
{ return _M_node_allocator.
max_size
(); }
277
{ return
max_size
(); }
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.tcc
550
// 83. String::npos vs. string::
max_size
()
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h
260
max_size
() const
function in class:tr1::_Hashtable
261
{ return _M_node_allocator.
max_size
(); }
277
{ return
max_size
(); }
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_string.tcc
550
// 83. String::npos vs. string::
max_size
()
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable.h
260
max_size
() const
function in class:tr1::_Hashtable
261
{ return _M_node_allocator.
max_size
(); }
277
{ return
max_size
(); }
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
hashtable.h
260
max_size
() const
function in class:tr1::_Hashtable
261
{ return _M_node_allocator.
max_size
(); }
277
{ return
max_size
(); }
[
all
...]
/bionic/libc/kernel/uapi/drm/
vmwgfx_drm.h
219
uint32_t
max_size
;
member in struct:drm_vmw_get_3d_cap_arg
Completed in 1117 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>