Searched defs:LEN (Results 1 - 25 of 28) sorted by relevance

12

/external/valgrind/main/memcheck/tests/darwin/
H A Daio.c11 #define LEN 10 macro
12 char buf[LEN];
23 a.aio_nbytes = LEN;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
H A Drbug_internal.h51 #define LEN(size) \ macro
59 LEN(4); \
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2185-2.js30 var LEN = 2e4; variable
59 if (++count >= LEN) return a;
69 if (++count >= LEN) return a;
73 if (++count >= LEN) return a;
83 if (++count >= LEN) return a;
89 for (var i = 0; i < LEN; i++) {
96 for (var i = 0; i < LEN; i++) {
97 a.push(LEN - i);
103 for (var i = 0; i < LEN; i++) {
104 a.push(Math.floor(Math.random() * LEN));
[all...]
/external/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_internal.h51 #define LEN(size) \ macro
59 LEN(4); \
/external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/
H A DLongListActivity.java22 public static final String LEN = "LEN"; field in class:LongListActivity
34 String[] from = new String[] {STR, LEN};
53 dataRow.put(LEN, ((String) dataRow.get(STR)).length());
/external/valgrind/main/none/tests/
H A Dmap_unmap.c9 #define LEN (PAGES*pagesize) macro
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/
H A Dstrverscmp.c34 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
36 #define LEN 3 macro
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/blktrace/
H A Dstrverscmp.c79 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
81 #define LEN 3 macro
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/zlib/src/contrib/infback9/
H A Dinflate9.h16 LEN, /* i: waiting for length/lit code */ enumerator in enum:__anon29807
27 TYPE -> STORED or TABLE or LEN or DONE
29 TABLE -> LENLENS -> CODELENS -> LEN
31 LEN -> LEN or TYPE
/external/chromium_org/net/third_party/nss/ssl/
H A Dssltrace.c72 #define LEN(cp) (((cp)[0] << 8) | ((cp)[1])) macro
143 PrintInt(ss, "error", LEN(bp+1));
148 unsigned lcs = LEN(bp+3);
149 unsigned ls = LEN(bp+5);
150 unsigned lc = LEN(bp+7);
164 unsigned lck = LEN(bp+4);
165 unsigned lek = LEN(bp+6);
166 unsigned lka = LEN(bp+8);
171 PrintInt(ss, "key-length", LEN(bp+2));
184 unsigned lc = LEN(b
[all...]
/external/icu4c/test/cintltst/
H A Dcdateintervalformattest.c20 #define LEN(a) (sizeof(a)/sizeof(a[0])) macro
H A Dcdattst.c41 #define LEN(a) (sizeof(a)/sizeof(a[0])) macro
1222 _aux2ExtremeDates(fmt, small, large, buf, LEN(buf), cbuf, 0, &ec);
/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.h39 LEN, /* i: waiting for length/lit code */ enumerator in enum:__anon25550
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/chromium_org/third_party/zlib/
H A Dinflate.h40 LEN_, /* i: same as LEN below, but only first time in */
41 LEN, /* i: waiting for length/lit/eob code */ enumerator in enum:__anon14909
71 LEN_ -> LEN
73 LEN -> LENEXT or LIT or TYPE
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
75 LIT -> LEN
/external/zlib/src/
H A Dinflate.h40 LEN_, /* i: same as LEN below, but only first time in */
41 LEN, /* i: waiting for length/lit/eob code */ enumerator in enum:__anon29823
71 LEN_ -> LEN
73 LEN -> LENEXT or LIT or TYPE
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
75 LIT -> LEN
/external/eigen/blas/testing/
H A Dcblat1.f88 INTEGER I, J, LEN, NP1 local in subroutine:CHECK1
203 LEN = 2*MAX(N,1)
205 DO 20 I = 1, LEN
219 CALL CTEST(LEN,CX,CTRUE5(1,NP1,INCX),CTRUE5(1,NP1,INCX),
224 CALL CTEST(LEN,CX,CTRUE6(1,NP1,INCX),CTRUE6(1,NP1,INCX),
521 SUBROUTINE STEST(LEN,SCOMP,STRUE,SSIZE,SFAC)
524 * THIS SUBR COMPARES ARRAYS SCOMP() AND STRUE() OF LENGTH LEN TO
535 INTEGER LEN local in subroutine:STEST
537 REAL SCOMP(LEN), SSIZE(LEN), STRU
618 INTEGER LEN local in subroutine:CTEST
[all...]
H A Ddblat1.f154 INTEGER I, LEN, NP1 local in subroutine:CHECK1
206 LEN = 2*MAX(N,1)
208 DO 20 I = 1, LEN
223 DO 40 I = 1, LEN
226 CALL STEST(LEN,SX,STRUE,STRUE,SFAC)
639 SUBROUTINE STEST(LEN,SCOMP,STRUE,SSIZE,SFAC)
642 * THIS SUBR COMPARES ARRAYS SCOMP() AND STRUE() OF LENGTH LEN TO
653 INTEGER LEN local in subroutine:STEST
655 DOUBLE PRECISION SCOMP(LEN), SSIZE(LEN), STRU
[all...]
H A Dsblat1.f154 INTEGER I, LEN, NP1 local in subroutine:CHECK1
206 LEN = 2*MAX(N,1)
208 DO 20 I = 1, LEN
223 DO 40 I = 1, LEN
226 CALL STEST(LEN,SX,STRUE,STRUE,SFAC)
639 SUBROUTINE STEST(LEN,SCOMP,STRUE,SSIZE,SFAC)
642 * THIS SUBR COMPARES ARRAYS SCOMP() AND STRUE() OF LENGTH LEN TO
653 INTEGER LEN local in subroutine:STEST
655 REAL SCOMP(LEN), SSIZE(LEN), STRU
[all...]
H A Dzblat1.f88 INTEGER I, J, LEN, NP1 local in subroutine:CHECK1
203 LEN = 2*MAX(N,1)
205 DO 20 I = 1, LEN
219 CALL CTEST(LEN,CX,CTRUE5(1,NP1,INCX),CTRUE5(1,NP1,INCX),
224 CALL CTEST(LEN,CX,CTRUE6(1,NP1,INCX),CTRUE6(1,NP1,INCX),
521 SUBROUTINE STEST(LEN,SCOMP,STRUE,SSIZE,SFAC)
524 * THIS SUBR COMPARES ARRAYS SCOMP() AND STRUE() OF LENGTH LEN TO
535 INTEGER LEN local in subroutine:STEST
537 DOUBLE PRECISION SCOMP(LEN), SSIZE(LEN), STRU
618 INTEGER LEN local in subroutine:CTEST
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcdattst.c38 #define LEN(a) (sizeof(a)/sizeof(a[0])) macro
1096 _aux2ExtremeDates(fmt, small, large, buf, LEN(buf), cbuf, 0, &ec);
/external/libpcap/
H A Dtokdefs.h85 LEN = 311, enumerator in enum:yytokentype
189 #define LEN 311 macro
/external/valgrind/unittest/
H A Dbigtest.cc485 int LEN = params.DATA_SIZE; local
486 context->data = (char*)malloc(LEN + 1);
488 for (int j = 0; j < LEN; j++)
490 context->data[LEN] = '\0';
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_pars.cpp1474 const int32_t LEN = U_PARSE_CONTEXT_LEN - 1; local
1475 int32_t start = uprv_max(pos - LEN, 0);
1484 stop = uprv_min(pos + LEN, rule.length());
/external/icu4c/i18n/
H A Drbt_pars.cpp1480 const int32_t LEN = U_PARSE_CONTEXT_LEN - 1; local
1481 int32_t start = uprv_max(pos - LEN, 0);
1490 stop = uprv_min(pos + LEN, rule.length());
/external/tinyxml2/
H A Dtinyxml2.cpp1642 static const int LEN = 20; local
1643 char buf1[LEN] = { 0 };
1644 char buf2[LEN] = { 0 };
1647 TIXML_SNPRINTF( buf1, LEN, "%s", errorStr1 );
1650 TIXML_SNPRINTF( buf2, LEN, "%s", errorStr2 );

Completed in 8486 milliseconds

12