HomeSort by relevance Sort by last modified time
    Searched defs:MAXLEN (Results 1 - 19 of 19) sorted by null

  /toolchain/binutils/binutils-2.27/libiberty/testsuite/
demangler-fuzzer.c 26 #define MAXLEN 253
53 char symbol[2 + MAXLEN + 1] = "_Z";
95 length = rand () % MAXLEN;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mimify.py 25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable
342 if len(line) > MAXLEN:
454 MAXLEN = int(a)
  /external/python/cpython2/Lib/
mimify.py 25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable
342 if len(line) > MAXLEN:
454 MAXLEN = int(a)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mimify.py 25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable
342 if len(line) > MAXLEN:
454 MAXLEN = int(a)
  /prebuilts/gdb/linux-x86/lib/python2.7/
mimify.py 25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable
342 if len(line) > MAXLEN:
454 MAXLEN = int(a)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimify.py 25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable
342 if len(line) > MAXLEN:
454 MAXLEN = int(a)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimify.py 25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable
342 if len(line) > MAXLEN:
454 MAXLEN = int(a)
  /toolchain/binutils/binutils-2.27/opcodes/
h8500-dis.c 32 #define MAXLEN 8
40 bfd_byte the_buffer[MAXLEN];
visium-dis.c 33 #define MAXLEN 4
39 bfd_byte the_buffer[MAXLEN];
vax-dis.c 70 #define MAXLEN 25
76 bfd_byte the_buffer[MAXLEN];
ns32k-dis.c 50 #define MAXLEN 62
58 bfd_byte the_buffer[MAXLEN];
m68k-dis.c 161 #define MAXLEN 22
167 bfd_byte the_buffer[MAXLEN];
    [all...]
  /system/extras/ksmutils/
lookup3.c 795 #define MAXLEN 70
798 uint8_t qa[MAXLEN+1], qb[MAXLEN+2], *a = &qa[0], *b = &qb[1];
805 for (hlen=0; hlen < MAXLEN; ++hlen)
868 uint8_t buf[MAXLEN+20], *b;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestBidi.java 30 private static final int MAXLEN = 256;
39 bidi = new Bidi(MAXLEN, 0);
209 int[] visualMap4 = new int[MAXLEN];
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestBidi.java 27 private static final int MAXLEN = 256;
36 bidi = new Bidi(MAXLEN, 0);
206 int[] visualMap4 = new int[MAXLEN];
  /external/ltp/testcases/network/nfsv4/locks/
locktests.c 32 int MAXLEN = 64;
578 char tmp[MAXLEN], *buf;
606 memset(tmp, 0, MAXLEN);
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 28 #define MAXLEN MAX_STRING_LENGTH
180 pBiDi=ubidi_openSized(MAXLEN, 0, &errorCode);
207 UChar string[MAXLEN];
450 char levelChars[MAXLEN];
529 int32_t visMap[MAXLEN];
530 int32_t logMap[MAXLEN];
531 char accumSrc[MAXLEN];
532 char accumDst[MAXLEN];
732 char formatChars[MAXLEN];
742 UChar src[MAXLEN];
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 407 milliseconds