HomeSort by relevance Sort by last modified time
    Searched refs:max_size (Results 251 - 275 of 531) sorted by null

<<11121314151617181920>>

  /external/vboot_reference/utility/
tlcl_generator.c 42 * known. [max_size] is the maximum size allowed for variable-length commands
48 int max_size; member in struct:Command
157 cmd->max_size = TPM_LARGE_ENOUGH_COMMAND_SIZE;
477 cmd->name, cmd->size == 0 ? cmd->max_size : cmd->size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h 292 typename = decltype(std::declval<_Alloc3*>()->max_size())>
306 { return __a.max_size(); }
410 * @return @c __a.max_size() or @c numeric_limits<size_type>::max()
412 * Returns @c __a.max_size() if that expression is well-formed,
415 static size_type max_size(const _Alloc& __a) function in struct:allocator_traits
unordered_set.h 232 max_size() const noexcept
233 { return _M_h.max_size(); }
837 max_size() const noexcept
838 { return _M_h.max_size(); }
    [all...]
stl_multiset.h 375 max_size() const _GLIBCXX_NOEXCEPT
376 { return _M_t.max_size(); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
alloc_traits.h 292 typename = decltype(std::declval<_Alloc3*>()->max_size())>
306 { return __a.max_size(); }
410 * @return @c __a.max_size() or @c numeric_limits<size_type>::max()
412 * Returns @c __a.max_size() if that expression is well-formed,
415 static size_type max_size(const _Alloc& __a) function in struct:allocator_traits
unordered_set.h 232 max_size() const noexcept
233 { return _M_h.max_size(); }
837 max_size() const noexcept
838 { return _M_h.max_size(); }
    [all...]
stl_multiset.h 375 max_size() const _GLIBCXX_NOEXCEPT
376 { return _M_t.max_size(); }
  /external/libchrome/base/metrics/
histogram_base.h 241 double max_size,
  /external/libcups/cups/
cups-private.h 213 max_size; /* Maximum size */ member in struct:_cups_dinfo_s
  /external/libcxx/src/
thread.cpp 144 size_t max_size() const {return size_t(~0) / sizeof(T);} function in class:__hidden_allocator
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 589 bool bsCreateDecodeHuffmanTable( const int* src, short* table, int max_size )
631 if( size > max_size )
1058 bool bsCreateEncodeHuffmanTable( const int* src, ulong* table, int max_size )
1081 if( size > max_size )
  /external/tensorflow/tensorflow/contrib/lite/java/src/main/native/
nativeinterpreterwrapper_jni.cc 82 void printDims(char* buffer, int max_size, int* dims, int num_dims) {
83 if (max_size <= 0) return;
87 if (max_size > size) {
89 snprintf(buffer + size, max_size - size, ",%d", dims[i]);
  /frameworks/av/media/extractors/mp4/
SampleTable.cpp 596 status_t SampleTable::getMaxSampleSize(size_t *max_size) {
599 *max_size = 0;
609 if (sample_size > *max_size) {
610 *max_size = sample_size;
  /frameworks/compile/mclinker/include/mcld/Support/
GCFactory.h 173 unsigned int capacity() const { return Alloc::max_size(); }
  /hardware/intel/common/libmix/mix_video/src/
mixvideo.h 85 guint *max_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
vmwgfx_drm.h 549 uint32_t max_size; member in struct:drm_vmw_get_3d_cap_arg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
extptr_allocator.h 101 size_type max_size() const _GLIBCXX_USE_NOEXCEPT
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
langhooks.h 108 tree (*max_size) (const_tree); member in struct:lang_hooks_for_types
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
extptr_allocator.h 101 size_type max_size() const _GLIBCXX_USE_NOEXCEPT
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
thread.cpp 144 size_t max_size() const {return size_t(~0) / sizeof(T);} function in class:__hidden_allocator
  /system/nfc/src/nfa/include/
nfa_dta_int.h 153 uint32_t max_size; member in struct:__anon3358
  /system/security/keystore/
keymaster_enforcement.cpp 38 explicit AccessTimeMap(uint32_t max_size) : max_size_(max_size) {}
60 explicit AccessCountMap(uint32_t max_size) : max_size_(max_size) {}
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_binding_tables.c 388 static const int max_size = 16383 * 4; local
390 max_size, 64);
  /external/opencv/cvaux/src/
cvhmm.cpp 705 int max_size = 0; local
721 if( max_size < max_mix ) max_size = max_mix;
724 max_size *= obs_x * vect_size;
727 if( max_size > MAX_BUF_SIZE )
729 log_mix_prob = (float*)cvAlloc( max_size*(sizeof(float) + sizeof(double)));
731 mix_prob = (double*)(log_mix_prob + max_size);
734 memset( log_mix_prob, 0, max_size*sizeof(float));
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
qr_op_impl.h 83 double max_size = std::max(m, n); variable
85 double cost = 2 * max_size * min_size * min_size -

Completed in 717 milliseconds

<<11121314151617181920>>