HomeSort by relevance Sort by last modified time
    Searched defs:max_size (Results 51 - 75 of 225) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
allocators.h 57 std::size_t max_size() const {return id_;} function in class:A1
  /art/compiler/utils/
swap_space.h 171 size_type max_size() const { function in class:art::SwapAllocator
179 DCHECK_LE(n, max_size());
  /external/autotest/client/deps/glbench/src/
fillratetest.cc 186 const int max_size = std::min(g_hasty ? 512 : 4096, g_max_texture_size); local
189 for (int size = 1 << size_log2; size <= max_size; size *= 2) {
  /external/clang/test/Index/
annotate-nested-name-specifier.cpp 25 static int max_size; member in struct:outer::inner::array
35 int outer::inner::array<T, N>::max_size = 17; member in class:outer::inner::array
189 // CHECK: Keyword: "int" [35:1 - 35:4] VarDecl=max_size:35:32 (Definition)
191 // CHECK: Punctuation: "::" [35:10 - 35:12] VarDecl=max_size:35:32 (Definition)
193 // CHECK: Punctuation: "::" [35:17 - 35:19] VarDecl=max_size:35:32 (Definition)
195 // CHECK: Punctuation: "<" [35:24 - 35:25] VarDecl=max_size:35:32 (Definition)
197 // CHECK: Punctuation: "," [35:26 - 35:27] VarDecl=max_size:35:32 (Definition)
199 // CHECK: Punctuation: ">" [35:29 - 35:30] VarDecl=max_size:35:32 (Definition)
200 // CHECK: Punctuation: "::" [35:30 - 35:32] VarDecl=max_size:35:32 (Definition)
201 // CHECK: Identifier: "max_size" [35:32 - 35:40] VarDecl=max_size:35:32 (Definition
    [all...]
  /external/curl/lib/vauth/
krb5_sspi.c 289 unsigned long max_size = 0; local
373 max_size = ntohl(indata & 0xFFFFFF00);
374 if(max_size > 0) {
378 max_size = 0;
409 outdata = htonl(max_size) | sec_layer;
  /external/eigen/Eigen/src/Core/
Matrix.h 26 max_size = is_dynamic_size_storage ? Dynamic : _MaxRows*_MaxCols, enumerator in enum:Eigen::internal::traits::__anon19205
27 default_alignment = compute_default_alignment<_Scalar,max_size>::value,
  /external/freetype/src/tools/ftfuzzer/
ftmutator.cc 221 size_t max_size = blocks_available * 512; local
224 file.resize( max_size );
227 max_size ) );
  /external/libcxx/src/
thread.cpp 144 size_t max_size() const {return size_t(~0) / sizeof(T);} function in class:__hidden_allocator
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_cache.c 41 int max_size; member in struct:cso_cache
158 int max_size)
161 sc->sanitize_cb(hash, type, max_size, sc->sanitize_data);
166 int max_size, void *user_data)
171 int max_entries = (max_size > hash_size) ? max_size : hash_size;
172 int to_remove = (max_size < max_entries) * max_entries/4;
173 if (hash_size > max_size)
174 to_remove += hash_size - max_size;
191 sanitize_hash(sc, hash, type, sc->max_size);
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_zs.c 154 const uint16_t max_size = (ilo_dev_gen(dev) >= ILO_GEN(7)) ? 16384 : 8192; local
160 *max_w = max_size;
165 *max_w = max_size;
166 *max_h = 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/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 -
  /external/vixl/test/
test-invalset.cc 165 size_t max_size = set.size(); local
167 VIXL_CHECK(set.size() == max_size - 1);
168 for (size_t i = 2; i <= max_size; i++) {
170 VIXL_CHECK(set.size() == max_size - i);
  /external/webrtc/webrtc/base/
rollingaccumulator.h 133 const size_t max_size = max_count(); local
137 // Add max_size to prevent underflow.
138 size_t index = (next_index_ + max_size - i - 1) % max_size;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
alloc_traits.h 141 using _Base_type::max_size;
221 static size_type max_size(const _Alloc& __a) function in struct:__alloc_traits
222 { return __a.max_size(); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
trie_policy.hpp 99 max_size = max_e_val - min_e_val + 1 enumerator in enum:__gnu_pbds::trie_string_access_traits::__anon63341
101 PB_DS_STATIC_ASSERT(min_max_size, max_size >= 2);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
alloc_traits.h 141 using _Base_type::max_size;
221 static size_type max_size(const _Alloc& __a) function in struct:__alloc_traits
222 { return __a.max_size(); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
trie_policy.hpp 99 max_size = max_e_val - min_e_val + 1 enumerator in enum:__gnu_pbds::trie_string_access_traits::__anon63627
101 PB_DS_STATIC_ASSERT(min_max_size, max_size >= 2);
  /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/bt/stack/gatt/
gatt_db.cc 590 uint16_t max_size = 0; local
606 max_size = 2;
629 } else if (len != max_size) {
  /build/kati/
string_piece.h 146 size_type max_size() const { return length_; } function in class:StringPiece
  /external/e2fsprogs/resize/
main.c 259 blk64_t max_size = 0; local
488 &max_size);
505 new_size = max_size;
555 max_size = new_size;
557 if (!force && (new_size > max_size)) {
560 " of %llu blocks.\n\n"), max_size,
  /external/eigen/test/
packetmath.cpp 120 const int max_size = PacketSize > 4 ? PacketSize : 4; local
121 const int size = PacketSize*max_size;
  /external/libchrome/base/containers/
mru_cache.h 71 // The max_size is the size at which the cache will prune its members to when
75 explicit MRUCacheBase(size_type max_size) : max_size_(max_size) {}
79 size_type max_size() const { return max_size_; } function in class:base::MRUCacheBase
219 explicit MRUCache(typename ParentType::size_type max_size)
220 : ParentType(max_size) {}
246 explicit HashingMRUCache(typename ParentType::size_type max_size)
247 : ParentType(max_size) {}
  /external/libchrome/base/strings/
string_piece.h 265 size_type max_size() const { return length_; } function in class:base::BasicStringPiece

Completed in 1289 milliseconds

1 23 4 5 6 7 8 9