HomeSort by relevance Sort by last modified time
    Searched refs:LEN (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/libunwind/tests/
flush-cache.h 31 #define flush_cache(ADDR, LEN) \
32 __builtin___clear_cache((ADDR), (ADDR) + (LEN))
35 extern void flush_cache (void *addr, size_t len);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-crx.h 63 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \
65 fix_new_exp (FRAG, OFF, (int) LEN, EXP, 0, \
66 LEN == 1 ? BFD_RELOC_CRX_NUM8 \
67 : LEN == 2 ? BFD_RELOC_CRX_NUM16 \
68 : LEN == 4 ? BFD_RELOC_CRX_NUM32 \
tc-cr16.h 65 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \
66 cr16_cons_fix_new (FRAG, OFF, LEN, EXP, RELOC)
tc-alpha.h 74 #define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP,RELOC) \
76 fix_new_exp (FRAG, OFF, (int)LEN, EXP, 0, \
77 LEN == 2 ? BFD_RELOC_16 \
78 : LEN == 4 ? BFD_RELOC_32 \
79 : LEN == 8 ? BFD_RELOC_64 \
tc-mn10300.h 42 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \
43 mn10300_cons_fix_new ((FRAG), (OFF), (LEN), (EXP), (RELOC))
  /external/valgrind/none/tests/
map_unmap.c 47 #define LEN (PAGES*pagesize)
49 static void *domap(size_t len, int addflags)
51 void *ret = mmap(0, len, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|addflags, -1, 0);
67 off = (random() % LEN) & ~(pagesize-1);
73 off %= LEN;
92 expect1 = domap(LEN, 0);
93 expect2 = domap(LEN, 0);
94 munmap(expect1, LEN);
95 munmap(expect2, LEN);
100 m1 = domap(LEN, 0)
    [all...]
  /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/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:
  /toolchain/binutils/binutils-2.25/libiberty/
strverscmp.c 80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
82 #define LEN 3
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
116 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP,
117 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP,
118 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
147 case LEN:
  /external/libxml2/os400/
xmlcatalog.cmd 13 PARM KWD(INSTMF) TYPE(*PNAME) LEN(5000) VARY(*YES *INT2) +
20 PARM KWD(KIND) TYPE(*CHAR) LEN(7) VARY(*YES *INT2) +
27 PARM KWD(OUTSTMF) TYPE(*PNAME) LEN(5000) VARY(*YES *INT2) +
35 PARM KWD(CONVERT) TYPE(*CHAR) LEN(10) VARY(*YES *INT2) +
42 PARM KWD(SUPERUPD) TYPE(*CHAR) LEN(17) VARY(*YES *INT2) +
49 PARM KWD(VERBOSE) TYPE(*CHAR) LEN(4) VARY(*YES *INT2) +
58 PARM KWD(DELETE) TYPE(*PNAME) LEN(256) VARY(*YES *INT2) +
67 XMLELEM: ELEM TYPE(*CHAR) LEN(16) VARY(*YES *INT2) DFT(*PUBLIC) +
80 ELEM TYPE(*PNAME) LEN(256) VARY(*YES *INT2) EXPR(*YES) +
82 ELEM TYPE(*PNAME) LEN(256) VARY(*YES *INT2) EXPR(*YES)
    [all...]
xmllint.cmd 13 PARM KWD(STMF) TYPE(*PNAME) LEN(5000) VARY(*YES *INT2) +
20 PARM KWD(DTD) TYPE(*PNAME) LEN(5000) VARY(*YES *INT2) +
25 PARM KWD(DTDLOCATOR) TYPE(*CHAR) LEN(8) DFT(*DTDURL) +
31 PARM KWD(SCHEMA) TYPE(*PNAME) LEN(5000) VARY(*YES *INT2) +
36 PARM KWD(SCHEMAKIND) TYPE(*CHAR) LEN(12) VARY(*YES *INT2) +
47 PARM KWD(OUTSTMF) TYPE(*PNAME) LEN(5000) VARY(*YES *INT2) +
54 PARM KWD(XPATH) TYPE(*CHAR) LEN(5000) VARY(*YES *INT2) +
59 PARM KWD(PATTERN) TYPE(*CHAR) LEN(5000) VARY(*YES *INT2) +
66 PARM KWD(PATH) TYPE(*PNAME) LEN(5000) VARY(*YES *INT2) +
71 PARM KWD(PRETTY) TYPE(*CHAR) LEN(11) VARY(*YES *INT2)
    [all...]
  /external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/impl/
PerfTest.java 51 int LEN = 1000 * 1000 * 10;
52 debugLoop(LEN); // warm up
53 double avg = debugLoop(LEN);
63 double debugLoop(int len) {
66 for (int i = 0; i < len; i++) {
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_texture.c 48 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(4); /* y *
432 uint32_t len = 0; local
459 uint32_t len = 0; local
495 uint32_t len = 0; local
529 uint32_t len = 0; local
557 uint32_t len = 0; local
595 uint32_t len = 0; local
    [all...]
rbug_context.c 48 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(8); /* header *
492 uint32_t len = 0; local
519 uint32_t len = 0; local
547 uint32_t len = 0; local
575 uint32_t len = 0; local
603 uint32_t len = 0; local
635 uint32_t len = 0; local
662 uint32_t len = 0; local
690 uint32_t len = 0; local
724 uint32_t len = 0; local
    [all...]
rbug_shader.c 49 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(8); /* header *
301 uint32_t len = 0; local
328 uint32_t len = 0; local
356 uint32_t len = 0; local
385 uint32_t len = 0; local
414 uint32_t len = 0; local
442 uint32_t len = 0; local
    [all...]
rbug_core.c 48 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 */
267 uint32_t len = 0 local
294 uint32_t len = 0; local
321 uint32_t len = 0; local
    [all...]
rbug_internal.h 51 #define LEN(size) \
59 LEN(4); \
83 if (pos > len) \
91 if (pos > len) \
95 if (pos > len) \
  /external/zlib/src/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
  /external/clang/test/OpenMP/
for_simd_ast_print.cpp 62 template<int LEN> struct S2 {
65 #pragma omp for simd safelen(LEN) linear(k1,k2:LEN) aligned(a:LEN) simdlen(LEN)
70 k1 = k1 + LEN;
71 k2 = k2 + LEN;
77 // CHECK: template <int LEN = 4> struct S2 {
parallel_for_simd_ast_print.cpp 62 template<int LEN> struct S2 {
65 #pragma omp parallel for simd safelen(LEN) linear(k1,k2:LEN) aligned(a:LEN) simdlen(LEN)
70 k1 = k1 + LEN;
71 k2 = k2 + LEN;
77 // CHECK: template <int LEN = 4> struct S2 {
simd_ast_print.cpp 65 template<int LEN> struct S2 {
68 #pragma omp simd safelen(LEN) linear(k1,k2:LEN) aligned(a:LEN) simdlen(LEN)
73 k1 = k1 + LEN;
74 k2 = k2 + LEN;
80 // CHECK: template <int LEN = 4> struct S2 {
  /external/zlib/src/as400/
compile.clp 13 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/memcheck/tests/darwin/
aio.c 11 #define LEN 10
12 char buf[LEN];
24 a.aio_nbytes = LEN;
  /external/v8/test/mjsunit/regress/
regress-2185-2.js 30 var LEN = 2e4;
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/icu/icu4c/source/test/cintltst/
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));
480 const uint32_t len; member in struct:__anon12059
496 genericRulesStarter(tests[i].rules, tests[i].data, tests[i].len);
582 uint32_t len = 0; local
605 len = 0;
606 U16_APPEND_UNSAFE(comp, len, ch);
607 nfcSize = unorm_normalize(comp, len, UNORM_NFC, 0, t[noCases]->NFC, NORM_BUFFER_TEST_LEN, &status);
608 nfdSize = unorm_normalize(comp, len, UNORM_NFD, 0, t[noCases]->NFD, NORM_BUFFER_TEST_LEN, &status)
2035 const uint32_t len; member in struct:__anon12062
2230 const uint32_t len; member in struct:__anon12063
2250 const uint32_t len; member in struct:__anon12064
2397 const uint32_t len; member in struct:__anon12065
2495 const uint32_t len; member in struct:__anon12066
    [all...]

Completed in 1847 milliseconds

1 2 3 4 5