HomeSort by relevance Sort by last modified time
    Searched full:maxlen (Results 176 - 200 of 468) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/utils/TableGen/
ClangSACheckersEmitter.cpp 259 unsigned maxLen = 0;
262 maxLen = std::max(maxLen, (unsigned)I->first.size());
303 << std::string(maxLen-I->first.size()+1, ' ');
  /external/compiler-rt/lib/asan/
asan_interceptors.h 89 DECLARE_REAL(uptr, strnlen, const char *s, uptr maxlen)
asan_interceptors.cc 112 static inline uptr MaybeRealStrnlen(const char *s, uptr maxlen) {
115 return REAL(strnlen)(s, maxlen);
118 return internal_strnlen(s, maxlen);
611 INTERCEPTOR(uptr, strnlen, const char *s, uptr maxlen) {
615 uptr length = REAL(strnlen)(s, maxlen);
617 ASAN_READ_RANGE(ctx, s, Min(length + 1, maxlen));
  /external/e2fsprogs/lib/quota/
quotaio.h 158 than maxlen of extensions[] and fmtnames[] (plus 2) found in quotaio.c */
  /external/eigen/Eigen/src/SparseLU/
SparseLUImpl.h 36 Index memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansions);
  /external/fio/
parse.h 57 unsigned int maxlen; /* max length */ member in struct:fio_option
  /external/libnl/lib/route/cls/
fw.c 38 .maxlen = IFNAMSIZ },
  /frameworks/native/cmds/flatland/
Main.cpp 715 size_t maxLen = 0;
719 if (len > maxLen) {
720 maxLen = len;
723 return maxLen;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
dhdioctl.h 98 uint maxlen; /* Maximum length of packets to send */ member in struct:dhd_pktgen
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
mixer_abst.h 93 int (*enum_item_name)(snd_mixer_elem_t *elem, unsigned int item, size_t maxlen, char *buf);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
mixer_abst.h 93 int (*enum_item_name)(snd_mixer_elem_t *elem, unsigned int item, size_t maxlen, char *buf);
  /prebuilts/go/darwin-x86/src/testing/
benchmark.go 305 maxlen := 0
316 if l := len(benchName); l > maxlen {
317 maxlen = l
331 fmt.Printf("%-*s\t", maxlen, benchName)
  /prebuilts/go/linux-x86/src/testing/
benchmark.go 305 maxlen := 0
316 if l := len(benchName); l > maxlen {
317 maxlen = l
331 fmt.Printf("%-*s\t", maxlen, benchName)
  /cts/tests/camera/src/android/hardware/camera2/cts/helpers/
AssertHelpers.java 211 private static <T> String formatCollection(Collection<T> collection, int maxLen) {
219 if ((builder.length() + val.length()) > maxLen - "...]".length()) {
  /external/libedit/src/
makelist 178 maxlen = 80;
185 if (len >= maxlen)
  /external/libmpeg2/decoder/
impeg2d_vld.c 55 * maxLen : Maximum Length of the decoded symbol in bits
92 * maxLen : Maximum Length of the decoded symbol in bits
509 WORD32 maxLen;
513 maxLen = MPEG2_DCT_DC_SIZE_LEN;
517 maxLen += 1;
524 UWORD32 maxLen_tmp = maxLen;
529 IBITS_NXT(u4_buf,u4_buf_nxt,u4_offset,u4_bits,maxLen)
542 FLUSH_BITS(u4_offset,u4_buf,u4_buf_nxt,(maxLen - maxLen_tmp),pu4_buf_aligned)
    [all...]
  /frameworks/av/soundtrigger/
SoundTrigger.cpp 267 status_t SoundTrigger::guidToString(const sound_trigger_uuid_t *guid, char *str, size_t maxLen)
273 snprintf(str, maxLen, "%08x-%04x-%04x-%04x-%02x%02x%02x%02x%02x%02x",
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
AssertHelpers.java 217 private static <T> String formatCollection(Collection<T> collection, int maxLen) {
225 if ((builder.length() + val.length()) > maxLen - "...]".length()) {
  /ndk/sources/android/support/src/
wchar_support.c 182 size_t wcsnlen(const wchar_t *s, size_t maxlen) {
184 for (n = 0; n < maxlen; ++n) {
  /toolchain/binutils/binutils-2.25/opcodes/
h8500-dis.c 32 #define MAXLEN 8
40 bfd_byte the_buffer[MAXLEN];
  /development/scripts/
stack_core.py 138 maxlen = max(map(lambda tl: len(tl[1]), trace_lines))
141 print " RELADDR " + self.spacing + "FUNCTION".ljust(maxlen) + " FILE:LINE"
144 print " %8s %s %s" % (addr, symbol_with_offset.ljust(maxlen), location)
149 maxlen = max(map(lambda tl: len(tl[2]), self.value_lines))
152 print " ADDR " + self.spacing + "VALUE " + "FUNCTION".ljust(maxlen) + " FILE:LINE"
155 print " %8s %8s %s %s" % (addr, value, symbol_with_offset.ljust(maxlen), location)
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
UnicodeSetCloseOver.java 290 int maxLen = 0; // Maximum encoded length of any class, including zeros
319 if (len > maxLen) maxLen = len;
324 if (maxLen > 8) {
325 throw new RuntimeException("Must adjust CaseEquivClass to accomodate " + maxLen + " UChars");
330 // keep it here, adjacent to the maxLen check. We use one
  /external/iputils/Modules/
pg3.c 493 int count_trail_chars(const char *buffer, unsigned int maxlen)
497 for(i=0; i<maxlen;i++) {
514 unsigned long num_arg(const char *buffer, unsigned long maxlen,
520 for(; i<maxlen;i++) {
531 int strn_len(const char *buffer, unsigned int maxlen)
535 for(; i<maxlen;i++)
  /external/ltrace/
lens_default.c 342 * MAXLEN is the actual maximum length that we care about
344 * BEFORE if LENGTH>MAXLEN, we display ellipsis. We display it before
352 struct expr_node *length, size_t maxlen, int before,
368 for (i = 0; i < len && i <= maxlen; ++i) {
369 if (i == maxlen) {
389 if (i == maxlen && !before && acc_fprintf(&written, stream, "...") < 0)
  /external/svox/pico/lib/
picorsrc.c 540 picoos_uint32 headerlen, len,maxlen; local
600 maxlen = len + PICOOS_ALIGN_SIZE; /* once would be sufficient? */
601 res->raw_mem = picoos_allocProtMem(this->common->mm, maxlen);
602 /* res->size = maxlen; */
779 picoos_char * name, picoos_uint32 maxlen) {
783 picoos_strlcpy(name, this->name,maxlen);
    [all...]

Completed in 4290 milliseconds

1 2 3 4 5 6 78 91011>>