/external/clang/test/OpenMP/ |
D | parallel_for_loop_messages.cpp | 19 int ii, jj, kk; in test_iteration_spaces() local 59 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces() 73 for (; ii < 10; ++ii) in test_iteration_spaces() 74 c[ii] = a[ii]; in test_iteration_spaces() 79 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces() 80 c[ii] = a[ii]; in test_iteration_spaces() 84 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces() 85 c[ii] = a[ii]; in test_iteration_spaces() 89 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces() 90 c[ii] = a[ii]; in test_iteration_spaces() [all …]
|
D | simd_loop_messages.cpp | 10 int ii, jj, kk; in test_iteration_spaces() local 50 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces() 64 for (;ii < 10; ++ii) in test_iteration_spaces() 65 c[ii] = a[ii]; in test_iteration_spaces() 70 for (ii + 1;ii < 10; ++ii) in test_iteration_spaces() 71 c[ii] = a[ii]; in test_iteration_spaces() 75 for (c[ii] = 0;ii < 10; ++ii) in test_iteration_spaces() 76 c[ii] = a[ii]; in test_iteration_spaces() 80 for (((ii)) = 0;ii < 10; ++ii) in test_iteration_spaces() 81 c[ii] = a[ii]; in test_iteration_spaces() [all …]
|
D | parallel_for_simd_loop_messages.cpp | 19 int ii, jj, kk; in test_iteration_spaces() local 59 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces() 73 for (; ii < 10; ++ii) in test_iteration_spaces() 74 c[ii] = a[ii]; in test_iteration_spaces() 79 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces() 80 c[ii] = a[ii]; in test_iteration_spaces() 84 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces() 85 c[ii] = a[ii]; in test_iteration_spaces() 89 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces() 90 c[ii] = a[ii]; in test_iteration_spaces() [all …]
|
D | for_loop_messages.cpp | 19 int ii, jj, kk; in test_iteration_spaces() local 68 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces() 85 for (; ii < 10; ++ii) in test_iteration_spaces() 86 c[ii] = a[ii]; in test_iteration_spaces() 92 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces() 93 c[ii] = a[ii]; in test_iteration_spaces() 98 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces() 99 c[ii] = a[ii]; in test_iteration_spaces() 104 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces() 105 c[ii] = a[ii]; in test_iteration_spaces() [all …]
|
D | for_simd_loop_messages.cpp | 19 int ii, jj, kk; in test_iteration_spaces() local 68 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces() 85 for (; ii < 10; ++ii) in test_iteration_spaces() 86 c[ii] = a[ii]; in test_iteration_spaces() 92 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces() 93 c[ii] = a[ii]; in test_iteration_spaces() 98 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces() 99 c[ii] = a[ii]; in test_iteration_spaces() 104 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces() 105 c[ii] = a[ii]; in test_iteration_spaces() [all …]
|
/external/valgrind/coregrind/ |
D | fixup_macho_loadcmds.c | 216 static void unmap_image ( /*MOD*/ImageInfo* ii ) in unmap_image() argument 219 assert(ii->img); in unmap_image() 220 assert(ii->img_szB > 0); in unmap_image() 221 r = munmap( ii->img, ii->img_szB ); in unmap_image() 225 memset(ii, 0, sizeof(*ii)); in unmap_image() 235 static Int map_image_aboard ( /*OUT*/ImageInfo* ii, HChar* filename ) in map_image_aboard() argument 237 memset(ii, 0, sizeof(*ii)); in map_image_aboard() 263 ii->img = (UChar*)v; in map_image_aboard() 264 ii->img_szB = size; in map_image_aboard() 275 ii->macho_img = ii->img; in map_image_aboard() [all …]
|
/external/toybox/toys/other/ |
D | bzcat.c | 147 int hh, ii, jj, kk, symCount, *base, *limit; in read_block_header() local 151 ii = get_bits(bd, 24); in read_block_header() 156 if (ii==0x177245 && jj==0x385090) return RETVAL_LAST_BLOCK; in read_block_header() 159 if (ii!=0x314159 || jj!=0x265359) return RETVAL_NOT_BZIP_DATA; in read_block_header() 172 for (ii=0; ii<16; ii++) { in read_block_header() 173 if (hh & (1 << (15 - ii))) { in read_block_header() 177 bd->symToByte[bd->symTotal++] = (16 * ii) + jj; in read_block_header() 193 for (ii=0; ii<bd->groupCount; ii++) bd->mtfSymbol[ii] = ii; in read_block_header() 194 for (ii=0; ii<bd->nSelectors; ii++) { in read_block_header() 203 bd->mtfSymbol[0] = bd->selectors[ii] = uc; in read_block_header() [all …]
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | DigestInputStreamTest.java | 121 for (int ii = 0; ii < algorithmName.length; ii++) { in testRead01() 123 MessageDigest md = MessageDigest.getInstance(algorithmName[ii]); in testRead01() 134 MDGoldenData.getDigest(algorithmName[ii]))); in testRead01() 154 for (int ii = 0; ii < algorithmName.length; ii++) { in testRead02() 156 MessageDigest md = MessageDigest.getInstance(algorithmName[ii]); in testRead02() 169 MDGoldenData.getDigest(algorithmName[ii]))); in testRead02() 189 for (int ii = 0; ii < algorithmName.length; ii++) { in testRead03() 191 MessageDigest md = MessageDigest.getInstance(algorithmName[ii]); in testRead03() 204 MDGoldenData.getDigest(algorithmName[ii] + "_NU"))); in testRead03() 221 for (int ii = 0; ii < algorithmName.length; ii++) { in testRead04() [all …]
|
/external/llvm/test/tools/llvm-cov/Inputs/ |
D | test.cpp | 28 void assign(int ii, int jj) { in assign() argument 29 grid[ii][jj] = (ii+1) * (jj+1); in assign() 33 for (int ii = 0; ii < 2; ii++) in initialize_grid() local 35 assign(ii, jj); in initialize_grid() 51 for (int ii = 0; ii < 10; ++ii) { in main() local 69 for (uint64_t ii = 0; ii < 4294967296; ++ii) in main() local
|
D | test_no_gcda.cpp.gcov | 33 #####: 28:void assign(int ii, int jj) { 34 #####: 29: grid[ii][jj] = (ii+1) * (jj+1); 38 #####: 33: for (int ii = 0; ii < 2; ii++) 40 #####: 35: assign(ii, jj); 56 #####: 51: for (int ii = 0; ii < 10; ++ii) { 74 #####: 69: for (uint64_t ii = 0; ii < 4294967296; ++ii)
|
D | test_no_options.cpp.gcov | 33 8: 28:void assign(int ii, int jj) { 34 8: 29: grid[ii][jj] = (ii+1) * (jj+1); 38 12: 33: for (int ii = 0; ii < 2; ii++) 40 12: 35: assign(ii, jj); 56 44: 51: for (int ii = 0; ii < 10; ++ii) { 74 17179869188: 69: for (uint64_t ii = 0; ii < 4294967296; ++ii)
|
D | test_objdir.cpp.gcov | 33 8: 28:void assign(int ii, int jj) { 34 8: 29: grid[ii][jj] = (ii+1) * (jj+1); 38 12: 33: for (int ii = 0; ii < 2; ii++) 40 12: 35: assign(ii, jj); 56 44: 51: for (int ii = 0; ii < 10; ++ii) { 74 17179869188: 69: for (uint64_t ii = 0; ii < 4294967296; ++ii)
|
D | test_paths.cpp.gcov | 33 12: 28:void assign(int ii, int jj) { 34 12: 29: grid[ii][jj] = (ii+1) * (jj+1); 38 21: 33: for (int ii = 0; ii < 2; ii++) 40 18: 35: assign(ii, jj); 56 66: 51: for (int ii = 0; ii < 10; ++ii) { 74 25769803782: 69: for (uint64_t ii = 0; ii < 4294967296; ++ii)
|
D | test_-a.cpp.gcov | 38 8: 28:void assign(int ii, int jj) { 39 8: 29: grid[ii][jj] = (ii+1) * (jj+1); 44 6: 33: for (int ii = 0; ii < 2; ii++) 52 8: 35: assign(ii, jj); 74 22: 51: for (int ii = 0; ii < 10; ++ii) { 101 8589934594: 69: for (uint64_t ii = 0; ii < 4294967296; ++ii)
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/ |
D | unique.pass.cpp | 78 int ii[] = {0, 1, 1, 1, 2, 2, 2}; in test() local 79 const unsigned si = sizeof(ii)/sizeof(ii[0]); in test() 80 r = std::unique(Iter(ii), Iter(ii+si)); in test() 81 assert(base(r) == ii + 3); in test() 82 assert(ii[0] == 0); in test() 83 assert(ii[1] == 1); in test() 84 assert(ii[2] == 2); in test() 157 Ptr ii[7]; in test1() local 158 ii[1].reset(&one); in test1() 159 ii[2].reset(&one); in test1() [all …]
|
D | unique_pred.pass.cpp | 102 int ii[] = {0, 1, 1, 1, 2, 2, 2}; in test() local 103 const unsigned si = sizeof(ii)/sizeof(ii[0]); in test() 105 r = std::unique(Iter(ii), Iter(ii+si), count_equal()); in test() 106 assert(base(r) == ii + 3); in test() 107 assert(ii[0] == 0); in test() 108 assert(ii[1] == 1); in test() 109 assert(ii[2] == 2); in test() 197 Ptr ii[7]; in test1() local 198 ii[1].reset(&one); in test1() 199 ii[2].reset(&one); in test1() [all …]
|
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/ |
D | main.cpp | 12 intint_map ii; in main() local 14 ii[0] = 0; // Set break point at this line. in main() 15 ii[1] = 1; in main() 16 ii[2] = 0;// Set break point at this line. in main() 17 ii[3] = 1; in main() 18 ii[4] = 0;// Set break point at this line. in main() 19 ii[5] = 1; in main() 20 ii[6] = 0; in main() 21 ii[7] = 1; in main() 22 ii[85] = 1234567; in main() [all …]
|
/external/bzip2/ |
D | spewG.c | 40 int ii, kk, p; in main() local 45 for (ii = 0; ii < p; ii++) in main() 47 for (ii = 0; ii < p-1; ii++) in main() 49 for (ii = 0; ii < p+1; ii++) in main()
|
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/ |
D | main.cpp | 27 intint_map ii; in main() local 29 ii[0] = 0; // Set break point at this line. in main() 30 ii[1] = 1; in main() 32 ii[2] = 0; in main() 33 ii[3] = 1; in main() 35 ii[4] = 0; in main() 36 ii[5] = 1; in main() 37 ii[6] = 0; in main() 38 ii[7] = 1; in main() 40 ii[85] = 1234567; in main() [all …]
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
D | BinaryCodec.java | 181 for (int ii = 0, jj = ascii.length - 1; ii < l_raw.length; ii++, jj -= 8) { in fromAscii() 184 l_raw[ii] |= BITS[bits]; in fromAscii() 208 for (int ii = 0, jj = ascii.length - 1; ii < l_raw.length; ii++, jj -= 8) { in fromAscii() 211 l_raw[ii] |= BITS[bits]; in fromAscii() 237 for (int ii = 0, jj = l_ascii.length - 1; ii < raw.length; ii++, jj -= 8) { in toAsciiBytes() 239 if ((raw[ii] & BITS[bits]) == 0) { in toAsciiBytes() 267 for (int ii = 0, jj = l_ascii.length - 1; ii < raw.length; ii++, jj -= 8) { in toAsciiChars() 269 if ((raw[ii] & BITS[bits]) == 0) { in toAsciiChars()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | encode.c | 490 int ii; in WebRtcIsacfix_EncodeStoredData() local 539 for (ii = 0; ii < (KLT_ORDER_GAIN*(1+SaveEnc_str->startIdx)); ii++) { in WebRtcIsacfix_EncodeStoredData() 540 tmpLPCcoeffs_g[ii] = (WebRtc_Word32) ((scale) * (float) SaveEnc_str->LPCcoeffs_g[ii]); in WebRtcIsacfix_EncodeStoredData() 544 for (ii = 0; ii < (FRAMESAMPLES_HALF*(1+SaveEnc_str->startIdx)); ii++) { in WebRtcIsacfix_EncodeStoredData() 545 tmp_fre[ii] = (WebRtc_Word16) ((scale) * (float) SaveEnc_str->fre[ii]) ; in WebRtcIsacfix_EncodeStoredData() 546 tmp_fim[ii] = (WebRtc_Word16) ((scale) * (float) SaveEnc_str->fim[ii]) ; in WebRtcIsacfix_EncodeStoredData() 549 for (ii = 0; ii < (KLT_ORDER_GAIN*(1+SaveEnc_str->startIdx)); ii++) { in WebRtcIsacfix_EncodeStoredData() 550 tmpLPCindex_g[ii] = SaveEnc_str->LPCindex_g[ii]; in WebRtcIsacfix_EncodeStoredData() 553 for (ii = 0; ii < (FRAMESAMPLES_HALF*(1+SaveEnc_str->startIdx)); ii++) { in WebRtcIsacfix_EncodeStoredData() 554 tmp_fre[ii] = SaveEnc_str->fre[ii]; in WebRtcIsacfix_EncodeStoredData() [all …]
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | IncompleteLUT.h | 276 for (Index ii = 0; ii < n; ii++) in factorize() local 282 ju(ii) = ii; in factorize() 283 u(ii) = 0; in factorize() 284 jr(ii) = ii; in factorize() 287 typename FactorType::InnerIterator j_it(mat, ii); // Iterate through the current row ii in factorize() 291 if (k < ii) in factorize() 299 else if (k == ii) in factorize() 301 u(ii) = j_it.value(); in factorize() 306 Index jpos = ii + sizeu; in factorize() 368 if (j >= ii) // dealing with the upper part in factorize() [all …]
|
/external/valgrind/VEX/priv/ |
D | host_generic_reg_alloc2.c | 588 for (Int ii = 0; ii < instrs_in->arr_used; ii++) { in doRegisterAllocation() local 590 (*getRegUsage)( ®_usage_arr[ii], instrs_in->arr[ii], mode64 ); in doRegisterAllocation() 593 vex_printf("\n%d stage1: ", ii); in doRegisterAllocation() 594 (*ppInstr)(instrs_in->arr[ii], mode64); in doRegisterAllocation() 596 ppHRegUsage(univ, ®_usage_arr[ii]); in doRegisterAllocation() 602 for (Int j = 0; j < reg_usage_arr[ii].n_vRegs; j++) { in doRegisterAllocation() 604 HReg vreg = reg_usage_arr[ii].vRegs[j]; in doRegisterAllocation() 610 (*ppInstr)(instrs_in->arr[ii], mode64); in doRegisterAllocation() 627 switch (reg_usage_arr[ii].vMode[j]) { in doRegisterAllocation() 634 vreg_lrs[k].dead_before = toShort(ii + 1); in doRegisterAllocation() [all …]
|
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/ |
D | main.cpp | 27 intint_map ii; in main() local 29 ii.emplace(0,0); // Set break point at this line. in main() 30 ii.emplace(1,1); in main() 32 ii.emplace(2,0); in main() 33 ii.emplace(3,1); in main() 35 ii.emplace(4,0); in main() 36 ii.emplace(5,1); in main() 37 ii.emplace(6,0); in main() 38 ii.emplace(7,1); in main() 40 ii.emplace(85,1234567); in main() [all …]
|
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/ |
D | main.cpp | 25 intset ii; in main() local 28 ii.insert(0); in main() 29 ii.insert(1); in main() 30 ii.insert(2); in main() 31 ii.insert(3); in main() 32 ii.insert(4); in main() 33 ii.insert(5); in main() 36 ii.insert(6); in main() 39 ii.clear(); in main()
|