Home
last modified time | relevance | path

Searched defs:max_length (Results 1 – 22 of 22) sorted by relevance

/external/clang/test/CXX/class.access/class.access.nest/
Dp1.cpp10 static const unsigned long max_length; member
14 const unsigned long A::C::max_length = sizeof(B); member in test0::A::C
/external/pcre/dist/
Dpcre_jit_test.c974 … int convert_utf8_to_utf16(const char *input, PCRE_UCHAR16 *output, int *offsetmap, int max_length) in convert_utf8_to_utf16()
1022 static int copy_char8_to_char16(const char *input, PCRE_UCHAR16 *output, int max_length) in copy_char8_to_char16()
1046 … int convert_utf8_to_utf32(const char *input, PCRE_UCHAR32 *output, int *offsetmap, int max_length) in convert_utf8_to_utf32()
1082 static int copy_char8_to_char32(const char *input, PCRE_UCHAR32 *output, int max_length) in copy_char8_to_char32()
/external/llvm/utils/lint/
Dcommon_lint.py7 def VerifyLineLength(filename, lines, max_length): argument
/external/wpa_supplicant_8/src/utils/
Dradiotap.c93 int max_length, const struct ieee80211_radiotap_vendor_namespaces *vns) in ieee80211_radiotap_iterator_init()
/external/tcpdump/
Dprint-rpki-rtr.c63 u_char max_length; member
76 u_char max_length; member
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_process_libcdep.cc74 bool SymbolizerProcess::ReadFromSymbolizer(char *buffer, uptr max_length) { in ReadFromSymbolizer()
Dsanitizer_common.h119 explicit InternalScopedString(uptr max_length) in InternalScopedString()
/external/lldb/source/Host/macosx/cfcpp/
DCFCString.cpp169 CFIndex max_length = ::CFStringGetMaximumSizeOfFileSystemRepresentation (cf_str); in FileSystemRepresentation() local
/external/lldb/tools/debugserver/source/MacOSX/
DCFString.cpp158 CFIndex max_length = ::CFStringGetMaximumSizeOfFileSystemRepresentation (cf_str); in FileSystemRepresentation() local
/external/vboot_reference/firmware/lib/tpm_lite/
Dtlcl.c64 uint8_t* response, int max_length) { in TlclSendReceiveNoRetry()
109 int max_length) { in TlclSendReceive()
Dmocked_tlcl.c165 int max_length) in TlclSendReceive()
/external/bison/src/
Dprint.c58 max_length (size_t *width, const char *str) in max_length() function
/external/zlib/src/
Dtrees.c122 int max_length; /* max bit length for the codes */ member
497 int max_length = desc->stat_desc->max_length; local
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_trees.c122 int max_length; /* max bit length for the codes */ member
497 int max_length = desc->stat_desc->max_length; in gen_bitlen() local
/external/v8/src/
Djson-parser.h616 int max_length = count + source_length_ - position_; in SlowScanJsonString() local
Dhydrogen.cc1811 HConstant* max_length = Add<HConstant>(JSObject::kInitialMaxFastElementArray); in BuildRegExpConstructResult() local
2055 HValue* max_length = Add<HConstant>(String::kMaxLength + 1); in BuildAddStringLengths() local
Djsregexp.cc6063 int max_length = data->tree->max_match(); in Compile() local
Dobjects.h7072 int max_length; member
/external/openfst/src/include/fst/
Drandgen.h589 int max_length; // Maximum path length member
/external/lldb/source/Core/
DValueObject.cpp1102 uint32_t max_length, in ReadPointedString()
/external/gtest/src/
Dgtest.cc4512 static void PrintOnOneLine(const char* str, int max_length) { in PrintOnOneLine()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc5996 static void PrintOnOneLine(const char* str, int max_length) { in PrintOnOneLine()