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

123

/external/libunwind/tests/
H A Dflush-cache.h31 #define flush_cache(ADDR, LEN) \
32 __builtin___clear_cache((ADDR), (ADDR) + (LEN))
/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:__anon34339
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/clang/test/OpenMP/
H A Dsimd_ast_print.cpp62 template<int LEN> struct S2 {
65 #pragma omp simd safelen(LEN) linear(k1,k2:LEN) aligned(a:LEN)
70 k1 = k1 + LEN;
71 k2 = k2 + LEN;
77 // CHECK: template <int LEN = 4> struct S2 {
/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/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:__anon16405
71 LEN_ -> LEN
73 LEN -> LENEXT or LIT or TYPE
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
75 LIT -> LEN
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
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:__anon28594
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.8/
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:__anon29633
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:__anon34355
71 LEN_ -> LEN
73 LEN -> LENEXT or LIT or TYPE
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
75 LIT -> LEN
/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c44 #define LEN(a) (sizeof(a)/sizeof(a[0])) macro
1306 resultlen = ucol_getSortKey(coll, secstr, 150, result, LEN(result));
1320 resultlen = ucol_getSortKey(coll, tertstr, 150, result, LEN(result));
1334 resultlen = ucol_getSortKey(coll, secstr, 150, result, LEN(result));
1347 resultlen = ucol_getSortKey(coll, tertstr, 150, result, LEN(result));
3171 n = checkUEnumeration("ucol_openAvailableLocales", e, AVAIL, LEN(AVAIL));
3184 n = checkUEnumeration("ucol_getKeywords", e, KW, LEN(KW));
3195 n = checkUEnumeration("ucol_getKeywordValues", e, KWVAL, LEN(KWVAL));
3207 n = checkUEnumeration("ucol_getKeywordValues [with warning code set]", e, KWVAL, LEN(KWVAL));
3818 if (rLen != LEN(lastPrimaryIgnC
[all...]

Completed in 1664 milliseconds

123