HomeSort by relevance Sort by last modified time
    Searched defs:max_length (Results 1 - 25 of 43) sorted by null

1 2

  /external/clang/test/CXX/class.access/class.access.nest/
p1.cpp 10 static const unsigned long max_length; member in struct:test0::A::C
14 const unsigned long A::C::max_length = sizeof(B); member in class:test0::A::C
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 119 size_type max_length = 0; local
126 if (common_range_length > max_length)
129 max_length = common_range_length;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 119 size_type max_length = 0; local
126 if (common_range_length > max_length)
129 max_length = common_range_length;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 119 size_type max_length = 0; local
126 if (common_range_length > max_length)
129 max_length = common_range_length;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 119 size_type max_length = 0; local
126 if (common_range_length > max_length)
129 max_length = common_range_length;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 119 size_type max_length = 0; local
126 if (common_range_length > max_length)
129 max_length = common_range_length;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/
prefix_search_node_update_imp.hpp 119 size_type max_length = 0; local
126 if (common_range_length > max_length)
129 max_length = common_range_length;
  /external/brotli/enc/
backward_references_inc.h 37 size_t max_length = pos_end - position; local
46 position, max_length, max_distance, &sr)) {
49 --max_length;
50 for (;; --max_length) {
55 BROTLI_MIN(size_t, sr.len - 1, max_length) : 0;
62 position + 1, max_length, max_distance, &sr2);
  /external/autotest/frontend/server/
models.py 30 hostname = dbmodels.CharField(unique=True, max_length=128)
32 max_length=128) variable in class:Server
33 status = dbmodels.CharField(unique=False, max_length=128,
115 role = dbmodels.CharField(max_length=128, choices=ROLE.choices())
127 attribute = dbmodels.CharField(max_length=128)
  /external/bison/src/
print.c 59 max_length (size_t *width, const char *str)
141 max_length (&width, sym->tag);
186 max_length (&width, errp->symbols[i]->tag);
278 max_length (&width, symbols[i]->tag);
283 max_length (&width, symbols[i]->tag);
58 max_length (size_t *width, const char *str) function
  /external/brotli/dec/
huffman.c 187 int max_length = -1; local
195 while (symbol_lists[max_length] == 0xFFFF) max_length--;
196 max_length += BROTLI_HUFFMAN_MAX_CODE_LENGTH + 1;
206 if (table_bits > max_length) {
207 table_bits = max_length;
239 for (len = root_bits + 1, step = 2; len <= max_length; ++len) {
  /external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_video.cc 101 size_t max_length = 224; local
103 size_t padding_bytes_in_packet = max_length;
104 if (bytes < max_length) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
codecvt.h 219 max_length() const throw() function in class:__codecvt_abstract_base
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
codecvt.h 219 max_length() const throw() function in class:__codecvt_abstract_base
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
codecvt.h 219 max_length() const throw() function in class:__codecvt_abstract_base
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
codecvt.h 219 max_length() const throw() function in class:__codecvt_abstract_base
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
codecvt.h 219 max_length() const throw() function in class:__codecvt_abstract_base
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
codecvt.h 219 max_length() const throw() function in class:__codecvt_abstract_base
  /art/runtime/mirror/
string-inl.h 227 const size_t max_length = RoundDown(max_alloc_length, kObjectAlignment / block_size); local
228 if (UNLIKELY(length > max_length)) {
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c 507 unsigned max_length = lp_native_vector_width / 32; local
509 for (length = 1; length <= max_length; length *= 2) {
  /external/tcpdump/
print-rpki-rtr.c 60 u_char max_length; member in struct:rpki_rtr_pdu_ipv4_prefix_
73 u_char max_length; member in struct:rpki_rtr_pdu_ipv6_prefix_
233 pdu->prefix_length, pdu->max_length,
246 pdu->prefix_length, pdu->max_length,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
zlibmodule.c 514 "decompress(data, max_length) -- Return a string containing the decompressed\n"
520 "If the max_length parameter is specified then the return value will be\n"
521 "no longer than max_length. Unconsumed input data will be stored in\n"
527 int err, inplen, max_length = 0; local
534 &inplen, &max_length))
536 if (max_length < 0) {
538 "max_length must be greater than zero");
542 /* limit amount of data allocated to max_length */
543 if (max_length && length > max_length)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
zlibmodule.c 465 "decompress(data, max_length) -- Return a string containing the decompressed\n"
471 "If the max_length parameter is specified then the return value will be\n"
472 "no longer than max_length. Unconsumed input data will be stored in\n"
478 int err, inplen, max_length = 0; local
485 &inplen, &max_length))
487 if (max_length < 0) {
489 "max_length must be greater than zero");
493 /* limit amount of data allocated to max_length */
494 if (max_length && length > max_length)
    [all...]
  /external/python/cpython2/Modules/
zlibmodule.c 147 Py_ssize_t max_length)
161 assert(length <= max_length);
162 /* can not scale the buffer over max_length */
163 if (length == max_length)
165 if (length <= (max_length >> 1))
168 new_length = max_length;
575 "decompress(data, max_length) -- Return a string containing the decompressed\n"
581 "If the max_length parameter is specified then the return value will be\n"
582 "no longer than max_length. Unconsumed input data will be stored in\n"
589 Py_ssize_t inplen, max_length = 0 local
    [all...]
  /external/v8/src/
json-parser.cc 620 int max_length = count + source_length_ - position_; local
621 int length = Min(max_length, Max(kInitialSpecialStringLength, 2 * count));

Completed in 1399 milliseconds

1 2