Home
last modified time | relevance | path

Searched refs:LEN (Results 1 – 25 of 76) sorted by relevance

1234

/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_texture.c48 LEN(8); /* header */ in rbug_send_texture_list()
84 LEN(8); /* header */ in rbug_send_texture_info()
85 LEN(8); /* texture */ in rbug_send_texture_info()
132 LEN(8); /* header */ in rbug_send_texture_write()
133 LEN(8); /* texture */ in rbug_send_texture_write()
134 LEN(4); /* face */ in rbug_send_texture_write()
135 LEN(4); /* level */ in rbug_send_texture_write()
136 LEN(4); /* zslice */ in rbug_send_texture_write()
137 LEN(4); /* x */ in rbug_send_texture_write()
138 LEN(4); /* y */ in rbug_send_texture_write()
[all …]
Drbug_context.c48 LEN(8); /* header */ in rbug_send_context_list()
84 LEN(8); /* header */ in rbug_send_context_info()
85 LEN(8); /* context */ in rbug_send_context_info()
123 LEN(8); /* header */ in rbug_send_context_draw_block()
124 LEN(8); /* context */ in rbug_send_context_draw_block()
125 LEN(4); /* block */ in rbug_send_context_draw_block()
164 LEN(8); /* header */ in rbug_send_context_draw_step()
165 LEN(8); /* context */ in rbug_send_context_draw_step()
166 LEN(4); /* step */ in rbug_send_context_draw_step()
205 LEN(8); /* header */ in rbug_send_context_draw_unblock()
[all …]
Drbug_shader.c49 LEN(8); /* header */ in rbug_send_shader_list()
50 LEN(8); /* context */ in rbug_send_shader_list()
88 LEN(8); /* header */ in rbug_send_shader_info()
89 LEN(8); /* context */ in rbug_send_shader_info()
90 LEN(8); /* shader */ in rbug_send_shader_info()
130 LEN(8); /* header */ in rbug_send_shader_disable()
131 LEN(8); /* context */ in rbug_send_shader_disable()
132 LEN(8); /* shader */ in rbug_send_shader_disable()
133 LEN(1); /* disable */ in rbug_send_shader_disable()
175 LEN(8); /* header */ in rbug_send_shader_replace()
[all …]
Drbug_core.c48 LEN(8); /* header */ in rbug_send_noop()
83 LEN(8); /* header */ in rbug_send_ping()
119 LEN(8); /* header */ in rbug_send_error()
120 LEN(4); /* error */ in rbug_send_error()
157 LEN(8); /* header */ in rbug_send_ping_reply()
158 LEN(4); /* serial */ in rbug_send_ping_reply()
196 LEN(8); /* header */ in rbug_send_error_reply()
197 LEN(4); /* serial */ in rbug_send_error_reply()
198 LEN(4); /* error */ in rbug_send_error_reply()
Drbug_internal.h51 #define LEN(size) \ macro
59 LEN(4); \
/external/valgrind/none/tests/
Dmap_unmap.c47 #define LEN (PAGES*pagesize) macro
67 off = (random() % LEN) & ~(pagesize-1); in nibblemap()
73 off %= LEN; in nibblemap()
92 expect1 = domap(LEN, 0); in main()
93 expect2 = domap(LEN, 0); in main()
94 munmap(expect1, LEN); in main()
95 munmap(expect2, LEN); in main()
100 m1 = domap(LEN, 0); in main()
107 m2 = domap(LEN, 0); in main()
115 munmap(m1, LEN); in main()
/external/v8/test/mjsunit/regress/
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));
/external/blktrace/
Dstrverscmp.c81 #define LEN 3 macro
113 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp()
115 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP, in strverscmp()
116 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP, in strverscmp()
117 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp()
146 case LEN: in strverscmp()
/external/bison/lib/
Dstrverscmp.c36 #define LEN 3 macro
85 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in __strverscmp()
87 /* S_I */ CMP, -1, -1, CMP, 1, LEN, LEN, CMP, in __strverscmp()
88 1, LEN, LEN, CMP, CMP, CMP, CMP, CMP, in __strverscmp()
89 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in __strverscmp()
118 case LEN: in __strverscmp()
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c44 #define LEN(a) (sizeof(a)/sizeof(a[0])) macro
1306 resultlen = ucol_getSortKey(coll, secstr, 150, result, LEN(result)); in TestCompressOverlap()
1320 resultlen = ucol_getSortKey(coll, tertstr, 150, result, LEN(result)); in TestCompressOverlap()
1334 resultlen = ucol_getSortKey(coll, secstr, 150, result, LEN(result)); in TestCompressOverlap()
1347 resultlen = ucol_getSortKey(coll, tertstr, 150, result, LEN(result)); in TestCompressOverlap()
3175 n = checkUEnumeration("ucol_openAvailableLocales", e, AVAIL, LEN(AVAIL)); in TestSeparateTrees()
3188 n = checkUEnumeration("ucol_getKeywords", e, KW, LEN(KW)); in TestSeparateTrees()
3199 n = checkUEnumeration("ucol_getKeywordValues", e, KWVAL, LEN(KWVAL)); in TestSeparateTrees()
3211 … n = checkUEnumeration("ucol_getKeywordValues [with warning code set]", e, KWVAL, LEN(KWVAL)); in TestSeparateTrees()
3822 if (rLen != LEN(lastPrimaryIgnCE) || uprv_memcmp(resColl, lastPrimaryIgnCE, rLen) != 0) { in TestTailor6179()
[all …]
/external/clang/test/OpenMP/
Dfor_simd_ast_print.cpp62 template<int LEN> struct S2 {
65 #pragma omp for simd safelen(LEN) linear(k1,k2:LEN) aligned(a:LEN) simdlen(LEN) in func()
70 k1 = k1 + LEN; in func()
71 k2 = k2 + LEN; in func()
Dsimd_ast_print.cpp65 template<int LEN> struct S2 {
68 #pragma omp simd safelen(LEN) linear(k1,k2:LEN) aligned(a:LEN) simdlen(LEN) in func()
73 k1 = k1 + LEN; in func()
74 k2 = k2 + LEN; in func()
Dparallel_for_simd_ast_print.cpp62 template<int LEN> struct S2 {
65 #pragma omp parallel for simd safelen(LEN) linear(k1,k2:LEN) aligned(a:LEN) simdlen(LEN) in func()
70 k1 = k1 + LEN; in func()
71 k2 = k2 + LEN; in func()
Dsimd_aligned_messages.cpp66 template<int LEN> int test_warn() { in test_warn()
69 #pragma omp simd aligned(ind2:LEN) in test_warn()
71 ind2 += LEN; in test_warn()
Dfor_simd_aligned_messages.cpp66 template<int LEN> int test_warn() { in test_warn()
69 #pragma omp for simd aligned(ind2:LEN) in test_warn()
71 ind2 += LEN; in test_warn()
Dfor_linear_messages.cpp60 template<int LEN> int test_warn() { in test_warn()
63 #pragma omp for linear(ind2:LEN) in test_warn()
65 ind2 += LEN; in test_warn()
/external/zlib/src/as400/
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/libedit/src/
Dsearch.c233 #define LEN 2 in ce_inc_search() macro
237 #define LEN 0 in ce_inc_search() macro
246 for (cp = &el->el_search.patbuf[LEN]; in ce_inc_search()
259 if (el->el_search.patlen >= EL_BUFSIZ - LEN) in ce_inc_search()
282 if (el->el_search.patlen > LEN) in ce_inc_search()
297 for (cp = &el->el_search.patbuf[LEN];; cp++) in ce_inc_search()
301 el->el_search.patlen - LEN - 1; in ce_inc_search()
308 EL_BUFSIZ - LEN) { in ce_inc_search()
350 cp >= &el->el_search.patbuf[LEN]; in ce_inc_search()
356 if (el->el_search.patlen > LEN && ch != '[') { in ce_inc_search()
[all …]
/external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/impl/
DPerfTest.java51 int LEN = 1000 * 1000 * 10; in testBug72() local
52 debugLoop(LEN); // warm up in testBug72()
53 double avg = debugLoop(LEN); in testBug72()
/external/valgrind/memcheck/tests/darwin/
Daio.c11 #define LEN 10 in main() macro
12 char buf[LEN]; in main()
24 a.aio_nbytes = LEN; in main()
/external/libunwind/tests/
Dflush-cache.h31 #define flush_cache(ADDR, LEN) \ argument
32 __builtin___clear_cache((ADDR), (ADDR) + (LEN))
/external/clang/test/CodeGenObjCXX/
Darc-new-delete.mm82 // CHECK: [[LEN:%.*]] = load i64, i64* {{%.*}}
83 // CHECK: [[END:%.*]] = getelementptr inbounds i8*, i8** [[BEGIN]], i64 [[LEN]]
95 // CHECK: [[LEN:%.*]] = load i64, i64* {{%.*}}
96 // CHECK: [[END:%.*]] = getelementptr inbounds i8*, i8** [[BEGIN]], i64 [[LEN]]
/external/llvm/test/Transforms/InstCombine/
Dstpcpy-1.ll32 ; CHECK: [[LEN:%[a-z]+]] = call i32 @strlen
33 ; CHECK-NEXT: getelementptr inbounds [32 x i8], [32 x i8]* @a, i32 0, i32 [[LEN]]
/external/freetype/src/gzip/
Dinfcodes.c18 LEN, /* i: get length/literal/eob next */ enumerator
119 c->mode = LEN; in inflate_codes()
120 case LEN: /* i: get length/literal/eob next */ in inflate_codes()
/external/clang/lib/Basic/
DIdentifierTable.cpp260 #define HASH(LEN, FIRST, THIRD) \ in getPPKeywordID() argument
261 (LEN << 5) + (((FIRST-'a') + (THIRD-'a')) & 31) in getPPKeywordID()
262 #define CASE(LEN, FIRST, THIRD, NAME) \ in getPPKeywordID() argument
263 case HASH(LEN, FIRST, THIRD): \ in getPPKeywordID()
264 return memcmp(Name, #NAME, LEN) ? tok::pp_not_keyword : tok::pp_ ## NAME in getPPKeywordID()

1234