Searched refs:ii (Results 1 - 25 of 314) sorted by relevance

1234567891011>>

/external/bzip2/
H A DspewG.c40 int ii, kk, p; local
45 for (ii = 0; ii < p; ii++)
47 for (ii = 0; ii < p-1; ii++)
49 for (ii = 0; ii < p+1; ii
[all...]
/external/llvm/test/tools/llvm-cov/Inputs/
H A Dtest.cpp28 void assign(int ii, int jj) { argument
29 grid[ii][jj] = (ii+1) * (jj+1);
33 for (int ii = 0; ii < 2; ii++)
35 assign(ii, jj);
51 for (int ii = 0; ii < 10; ++ii) {
[all...]
/external/proguard/examples/dictionaries/
H A Dshakespeare.txt17 --From Hamlet (II, ii, 206)
23 --From Romeo and Juliet (II, ii, 1-2)
/external/clang/test/OpenMP/
H A Dfor_loop_messages.cpp24 int ii, jj, kk; local
74 for (int &ref = ii; ref < 10; ref++) {
91 for (; ii < 10; ++ii)
92 c[ii] = a[ii];
98 for (ii + 1; ii < 10; ++ii)
99 c[ii]
[all...]
H A Dfor_simd_loop_messages.cpp20 int ii, jj, kk; local
69 for (int &ref = ii; ref < 10; ref++) {
86 for (; ii < 10; ++ii)
87 c[ii] = a[ii];
93 for (ii + 1; ii < 10; ++ii)
94 c[ii]
[all...]
H A Dparallel_for_loop_messages.cpp20 int ii, jj, kk; local
60 for (int &ref = ii; ref < 10; ref++) {
74 for (; ii < 10; ++ii)
75 c[ii] = a[ii];
80 for (ii + 1; ii < 10; ++ii)
81 c[ii]
[all...]
H A Dparallel_for_simd_loop_messages.cpp20 int ii, jj, kk; local
60 for (int &ref = ii; ref < 10; ref++) {
74 for (; ii < 10; ++ii)
75 c[ii] = a[ii];
80 for (ii + 1; ii < 10; ++ii)
81 c[ii]
[all...]
H A Dtarget_parallel_for_loop_messages.cpp20 int ii, jj, kk; local
60 for (int &ref = ii; ref < 10; ref++) {
74 for (; ii < 10; ++ii)
75 c[ii] = a[ii];
80 for (ii + 1; ii < 10; ++ii)
81 c[ii]
[all...]
H A Dtarget_parallel_for_simd_loop_messages.cpp20 int ii, jj, kk; local
60 for (int &ref = ii; ref < 10; ref++) {
74 for (; ii < 10; ++ii)
75 c[ii] = a[ii];
80 for (ii + 1; ii < 10; ++ii)
81 c[ii]
[all...]
H A Dtaskloop_loop_messages.cpp24 int ii, jj, kk; local
74 for (int &ref = ii; ref < 10; ref++) {
91 for (; ii < 10; ++ii)
92 c[ii] = a[ii];
98 for (ii + 1; ii < 10; ++ii)
99 c[ii]
[all...]
H A Dsimd_loop_messages.cpp11 int ii, jj, kk; local
51 for (int &ref = ii; ref < 10; ref++) {
65 for (;ii < 10; ++ii)
66 c[ii] = a[ii];
71 for (ii + 1;ii < 10; ++ii)
72 c[ii]
[all...]
H A Ddistribute_parallel_for_simd_loop_messages.cpp20 int ii, jj, kk; local
78 for (int &ref = ii; ref < 10; ref++) {
98 for (; ii < 10; ++ii)
99 c[ii] = a[ii];
106 for (ii + 1; ii < 10; ++ii)
107 c[ii]
[all...]
H A Dtaskloop_simd_loop_messages.cpp24 int ii, jj, kk; local
74 for (int &ref = ii; ref < 10; ref++) {
91 for (; ii < 10; ++ii)
92 c[ii] = a[ii];
98 for (ii + 1; ii < 10; ++ii)
99 c[ii]
[all...]
H A Ddistribute_simd_loop_messages.cpp11 int ii, jj, kk; local
69 for (int &ref = ii; ref < 10; ref++) {
89 for (;ii < 10; ++ii)
90 c[ii] = a[ii];
97 for (ii + 1;ii < 10; ++ii)
98 c[ii]
[all...]
/external/clang/test/CodeGen/
H A Dunsigned-overflow.c6 unsigned int ii, ij, ik; variable
78 ii = ij + ik;
90 ii = ij - ik;
102 ii = ij * ik;
107 opaqueint(ii++);
109 // CHECK: [[T1:%.*]] = load i32, i32* @ii
118 opaqueint(++ii);
120 // CHECK: [[T1:%.*]] = load i32, i32* @ii
/external/valgrind/coregrind/
H A Dfixup_macho_loadcmds.c217 static void unmap_image ( /*MOD*/ImageInfo* ii )
220 assert(ii->img);
221 assert(ii->img_szB > 0);
222 r = munmap( ii->img, ii->img_szB );
226 memset(ii, 0, sizeof(*ii));
232 thin parts into *ii. Returns 32 (and leaves the file unmapped) if
236 static Int map_image_aboard ( /*OUT*/ImageInfo* ii, HChar* filename ) argument
238 memset(ii,
378 ImageInfo ii; local
[all...]
/external/rmi4utils/rmidevice/
H A Drmifunction.cpp32 unsigned char ii; local
52 for (ii = interruptOffset;
53 ii < (m_interruptSourceCount + interruptOffset);
54 ii++)
55 m_interruptMask |= 1 << ii;
/external/autotest/client/deps/webgl_mpd/src/debug/
H A Dwebgl-debug.js247 for (var ii = 0; ii < numArgs; ++ii) {
248 argStr += ((ii == 0) ? '' : ', ') +
249 glFunctionArgToString(functionName, numArgs, ii, args[ii]);
300 for (var ii = 0; ii < numArgs; ++ii) {
301 argStr += ((ii
[all...]
/external/toybox/toys/other/
H A Dbzcat.c164 int hh, ii, jj, kk, symCount, *base, *limit; local
168 ii = get_bits(bd, 24);
173 if (ii==0x177245 && jj==0x385090) return RETVAL_LAST_BLOCK;
176 if (ii!=0x314159 || jj!=0x265359) return RETVAL_NOT_BZIP_DATA;
189 for (ii=0; ii<16; ii++) {
190 if (hh & (1 << (15 - ii))) {
194 bd->symToByte[bd->symTotal++] = (16 * ii) + jj;
210 for (ii
322 int ii, jj, kk, runPos, dbufCount, symCount, selector, nextSym, local
454 int ii, jj; local
[all...]
/external/xmlrpcpp/test/
H A DTestValues.cpp175 int ii; local
177 for (ii=0; ii< NELMTS; ++ii) {
179 sprintf(buf,"%d", ii);
185 for (ii=0; ii< NELMTS; ++ii) {
187 sprintf(buf,"%d", ii);
188 if (ii !
[all...]
H A DTestValuesWin32.cpp178 int ii; local
180 for (ii=0; ii< NELMTS; ++ii) {
182 sprintf(buf,"%d", ii);
188 for (ii=0; ii< NELMTS; ++ii) {
190 sprintf(buf,"%d", ii);
191 if (ii !
[all...]
/external/apache-http/src/org/apache/commons/codec/binary/
H A DBinaryCodec.java181 for (int ii = 0, jj = ascii.length - 1; ii < l_raw.length; ii++, jj -= 8) {
184 l_raw[ii] |= BITS[bits];
208 for (int ii = 0, jj = ascii.length - 1; ii < l_raw.length; ii++, jj -= 8) {
211 l_raw[ii] |= BITS[bits];
237 for (int ii = 0, jj = l_ascii.length - 1; ii < ra
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_cost.c47 const vpx_tree_index ii = tree[i + b]; local
49 if (ii <= 0)
50 costs[-ii] = cc;
52 cost(costs, tree, probs, ii, cc);
/external/clang/test/FixIt/
H A Ddereference-addressof.c8 void ii(int a) {} // expected-note{{passing argument to parameter 'a' here}} function
16 ii(&a); // expected-warning{{incompatible pointer to integer conversion passing 'int *' to parameter of type 'int'; remove &}}
/external/v8/src/asmjs/
H A Dasm-types.cc148 for (size_t ii = 0; ii < args_.size(); ++ii) {
149 ret += args_[ii]->Name();
150 if (ii != args_.size() - 1) {
211 for (size_t ii = 0; ii < args.size(); ++ii) {
212 if (!args[ii]->IsA(arg_)) {
243 for (size_t ii
[all...]

Completed in 522 milliseconds

1234567891011>>