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

  /external/valgrind/main/memcheck/tests/darwin/
aio.c 11 #define LEN 10
12 char buf[LEN];
23 a.aio_nbytes = LEN;
  /bionic/libc/arch-x86/string/
ssse3-memcmp3-new.S 100 #define LEN BLK2+4
106 movl LEN(%esp), %ecx
    [all...]
  /external/blktrace/
strverscmp.c 79 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
81 #define LEN 3
113 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
115 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP,
116 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP,
117 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
146 case LEN:
  /external/valgrind/main/none/tests/
map_unmap.c 9 #define LEN (PAGES*pagesize)
13 void *ret = mmap(0, LEN, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0);
29 off = (random() % LEN) & ~(pagesize-1);
35 off %= LEN;
56 munmap(expect1, LEN);
57 munmap(expect2, LEN);
77 munmap(m1, LEN);
  /external/bison/lib/
strverscmp.c 34 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
36 #define LEN 3
85 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
87 /* S_I */ CMP, -1, -1, CMP, 1, LEN, LEN, CMP,
88 1, LEN, LEN, CMP, CMP, CMP, CMP, CMP,
89 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
118 case LEN:
  /external/zlib/contrib/infback9/
inflate9.h 16 LEN, /* i: waiting for length/lit code */
27 TYPE -> STORED or TABLE or LEN or DONE
29 TABLE -> LENLENS -> CODELENS -> LEN
31 LEN -> LEN or TYPE
  /ndk/sources/host-tools/sed-4.2.1/lib/
strverscmp.c 36 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
38 #define LEN 3
87 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
89 /* S_I */ CMP, -1, -1, CMP, 1, LEN, LEN, CMP,
90 1, LEN, LEN, CMP, CMP, CMP, CMP, CMP,
91 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
120 case LEN:
  /external/icu4c/test/cintltst/
cdateintervalformattest.c 20 #define LEN(a) (sizeof(a)/sizeof(a[0]))
cdattst.c 38 #define LEN(a) (sizeof(a)/sizeof(a[0]))
1031 int32_t len = udat_format(fmt, date, buf, buflen, 0, ec); local
    [all...]
cmsccoll.c 44 #define LEN(a) (sizeof(a)/sizeof(a[0]))
342 uint32_t len = 512;
373 fprintf(stderr, "%s\n", ucol_sortKeyToString(coll, sortkey, buffer, &len));
855 uint32_t len = u_strlen(rules);
862 for(i = 0; i<len; i++) {
1560 const uint32_t len; member in struct:__anon7025
1657 uint32_t len = 0; local
3297 const uint32_t len; member in struct:__anon7028
3492 const uint32_t len; member in struct:__anon7029
3512 const uint32_t len; member in struct:__anon7030
3659 const uint32_t len; member in struct:__anon7031
3745 const uint32_t len; member in struct:__anon7032
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 39 LEN, /* i: waiting for length/lit code */
65 TYPE -> STORED or TABLE or LEN or CHECK
67 TABLE -> LENLENS -> CODELENS -> LEN
69 LEN -> LENEXT or LIT or TYPE
70 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
71 LIT -> LEN
  /external/zlib/
inflate.h 40 LEN_, /* i: same as LEN below, but only first time in */
41 LEN, /* i: waiting for length/lit/eob code */
71 LEN_ -> LEN
73 LEN -> LENEXT or LIT or TYPE
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
75 LIT -> LEN
  /external/icu4c/i18n/
rbt_pars.cpp     [all...]
  /external/libpcap/
tokdefs.h 85 LEN = 311,
189 #define LEN 311
grammar.c 120 LEN = 311,
224 #define LEN 311
789 "RSH", "LEN", "IPV6", "ICMPV6", "AH", "ESP", "VLAN", "MPLS", "PPPOED",
    [all...]
  /external/valgrind/unittest/
bigtest.cc 485 int LEN = params.DATA_SIZE;
486 context->data = (char*)malloc(LEN + 1);
488 for (int j = 0; j < LEN; j++)
490 context->data[LEN] = '\0';

Completed in 509 milliseconds