Searched refs:LEN (Results 1 - 25 of 51) sorted by relevance

123

/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/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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
H A Drbug_texture.c48 LEN(8); /* header */
84 LEN(8); /* header */
85 LEN(8); /* texture */
132 LEN(8); /* header */
133 LEN(8); /* texture */
134 LEN(4); /* face */
135 LEN(4); /* level */
136 LEN(4); /* zslice */
137 LEN(4); /* x */
138 LEN(
[all...]
H A Drbug_context.c48 LEN(8); /* header */
84 LEN(8); /* header */
85 LEN(8); /* context */
123 LEN(8); /* header */
124 LEN(8); /* context */
125 LEN(4); /* block */
164 LEN(8); /* header */
165 LEN(8); /* context */
166 LEN(4); /* step */
205 LEN(
[all...]
H A Drbug_shader.c49 LEN(8); /* header */
50 LEN(8); /* context */
88 LEN(8); /* header */
89 LEN(8); /* context */
90 LEN(8); /* shader */
130 LEN(8); /* header */
131 LEN(8); /* context */
132 LEN(8); /* shader */
133 LEN(1); /* disable */
175 LEN(
[all...]
H A Drbug_core.c48 LEN(8); /* header */
83 LEN(8); /* header */
119 LEN(8); /* header */
120 LEN(4); /* error */
157 LEN(8); /* header */
158 LEN(4); /* serial */
196 LEN(8); /* header */
197 LEN(4); /* serial */
198 LEN(4); /* error */
H A Drbug_internal.h51 #define LEN(size) \ macro
59 LEN(4); \
/external/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_texture.c48 LEN(8); /* header */
84 LEN(8); /* header */
85 LEN(8); /* texture */
132 LEN(8); /* header */
133 LEN(8); /* texture */
134 LEN(4); /* face */
135 LEN(4); /* level */
136 LEN(4); /* zslice */
137 LEN(4); /* x */
138 LEN(
[all...]
H A Drbug_context.c48 LEN(8); /* header */
84 LEN(8); /* header */
85 LEN(8); /* context */
123 LEN(8); /* header */
124 LEN(8); /* context */
125 LEN(4); /* block */
164 LEN(8); /* header */
165 LEN(8); /* context */
166 LEN(4); /* step */
205 LEN(
[all...]
H A Drbug_shader.c49 LEN(8); /* header */
50 LEN(8); /* context */
88 LEN(8); /* header */
89 LEN(8); /* context */
90 LEN(8); /* shader */
130 LEN(8); /* header */
131 LEN(8); /* context */
132 LEN(8); /* shader */
133 LEN(1); /* disable */
175 LEN(
[all...]
H A Drbug_core.c48 LEN(8); /* header */
83 LEN(8); /* header */
119 LEN(8); /* header */
120 LEN(4); /* error */
157 LEN(8); /* header */
158 LEN(4); /* serial */
196 LEN(8); /* header */
197 LEN(4); /* serial */
198 LEN(4); /* error */
H A Drbug_internal.h51 #define LEN(size) \ macro
59 LEN(4); \
/external/zlib/src/contrib/infback9/
H A Dinflate9.h16 LEN, /* i: waiting for length/lit code */ enumerator in enum:__anon28901
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/zlib/src/as400/
H A Dcompile.clp13 DCL VAR(&SRCLIB) TYPE(*CHAR) LEN(10) +
15 DCL VAR(&SRCFILE) TYPE(*CHAR) LEN(10) +
17 DCL VAR(&CTLFILE) TYPE(*CHAR) LEN(10) +
20 DCL VAR(&MODLIB) TYPE(*CHAR) LEN(10) +
23 DCL VAR(&SRVLIB) TYPE(*CHAR) LEN(10) +
35 DCL VAR(&CMDLEN) TYPE(*DEC) LEN(15 5) VALUE(300) /* Command length. */
36 DCL VAR(&CMD) TYPE(*CHAR) LEN(512)
37 DCL VAR(&FIXDCMD) TYPE(*CHAR) LEN(512)
/external/valgrind/main/memcheck/tests/darwin/
H A Daio.c11 #define LEN 10 macro
12 char buf[LEN];
23 a.aio_nbytes = LEN;
/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/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:__anon14048
71 LEN_ -> LEN
73 LEN -> LENEXT or LIT or TYPE
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
75 LIT -> LEN
/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.h39 LEN, /* i: waiting for length/lit code */ enumerator in enum:__anon24602
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/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:__anon28917
71 LEN_ -> LEN
73 LEN -> LENEXT or LIT or TYPE
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
75 LIT -> LEN
/external/icu4c/test/cintltst/
H A Dcmsccoll.c45 #define LEN(a) (sizeof(a)/sizeof(a[0])) macro
4521 n = checkUEnumeration("ucol_openAvailableLocales", e, AVAIL, LEN(AVAIL));
4533 n = checkUEnumeration("ucol_getKeywords", e, KW, LEN(KW));
4544 n = checkUEnumeration("ucol_getKeywordValues", e, KWVAL, LEN(KWVAL));
4556 n = checkUEnumeration("ucol_getKeywordValues [with warning code set]", e, KWVAL, LEN(KWVAL));
5148 if (rLen != LEN(lastPrimaryIgnCE) || uprv_memcmp(resColl, lastPrimaryIgnCE, rLen) != 0) {
5157 if (rLen != LEN(firstPrimaryIgnCE) || uprv_memcmp(resColl, firstPrimaryIgnCE, rLen) != 0) {
5177 if (rLen != LEN(lastSecondaryIgnCE) || uprv_memcmp(resColl, lastSecondaryIgnCE, rLen) != 0) {
5187 if (rLen != LEN(firstSecondaryIgnCE) || uprv_memcmp(resColl, firstSecondaryIgnCE, rLen) != 0) {
5602 static int nRangeTestcases = LEN(rangeTestcase
[all...]
/external/libpcap/
H A Dtokdefs.h85 LEN = 311, enumerator in enum:yytokentype
189 #define LEN 311 macro
/external/clang/lib/Basic/
H A DIdentifierTable.cpp204 #define HASH(LEN, FIRST, THIRD) \
205 (LEN << 5) + (((FIRST-'a') + (THIRD-'a')) & 31)
206 #define CASE(LEN, FIRST, THIRD, NAME) \
207 case HASH(LEN, FIRST, THIRD): \
208 return memcmp(Name, #NAME, LEN) ? tok::pp_not_keyword : tok::pp_ ## NAME

Completed in 551 milliseconds

123