/third_party/iowow/src/utils/ |
D | mt19937ar.c | 151 int kk; in genrand_int32() local 157 for (kk = 0; kk < N - M; kk++) { in genrand_int32() 158 y = (mt[kk] & UPPER_MASK) | (mt[kk + 1] & LOWER_MASK); in genrand_int32() 159 mt[kk] = mt[kk + M] ^ (y >> 1) ^ mag01[y & 0x1UL]; in genrand_int32() 161 for (; kk < N - 1; kk++) { in genrand_int32() 162 y = (mt[kk] & UPPER_MASK) | (mt[kk + 1] & LOWER_MASK); in genrand_int32() 163 mt[kk] = mt[kk + (M - N)] ^ (y >> 1) ^ mag01[y & 0x1UL]; in genrand_int32()
|
/third_party/ltp/pan/ |
D | symbol.c | 197 char **kk; in sym_put() local 213 for (kk = (char **)keys, csym = sym; in sym_put() 214 *kk != NULL && (nsym = find_key1(csym->sym, *kk)) != NULL; in sym_put() 217 if (*++kk == NULL) in sym_put() 232 if (*kk == NULL) { /* found a complete match */ in sym_put() 245 for (; *kk != NULL; kk++) { in sym_put() 246 if (*(kk + 1) != NULL) { in sym_put() 247 add_key(csym, *kk, (void *)(ncsym = newsym())); in sym_put() 250 add_key(csym, *kk, data); /* last key */ in sym_put() 269 char **kk; in sym_get() local [all …]
|
/third_party/boost/libs/math/example/daubechies_wavelets/ |
D | find_best_daubechies_interpolator.cpp | 186 size_t kk = static_cast<size_t>(k); in find_best_interpolator() local 189 return (1-t)*phi[kk] + t*phi[kk+1]; in find_best_interpolator() 353 size_t kk = static_cast<size_t>(k); in find_best_interpolator() local 357 return phi[kk] + eps*phi_prime[kk]; in find_best_interpolator() 361 return phi[kk+1] + eps*phi_prime[kk+1]; in find_best_interpolator() 418 size_t kk = static_cast<size_t>(k); in find_best_interpolator() local 422 return phi[kk] + eps*phi_prime[kk] + eps*eps*phi_dbl_prime[kk]/2; in find_best_interpolator() 426 return phi[kk+1] + eps*phi_prime[kk+1] + eps*eps*phi_dbl_prime[kk+1]/2; in find_best_interpolator() 467 size_t kk = static_cast<size_t>(k); in find_best_interpolator() local 471 …return phi[kk] + eps*phi_prime[kk] + eps*eps*phi_dbl_prime[kk]/2 + eps*eps*eps*phi_triple_prime[kk… in find_best_interpolator() [all …]
|
/third_party/glib/glib/ |
D | grand.c | 460 int kk; in g_rand_int() local 462 for (kk = 0; kk < N - M; kk++) { in g_rand_int() 463 y = (rand->mt[kk]&UPPER_MASK)|(rand->mt[kk+1]&LOWER_MASK); in g_rand_int() 464 rand->mt[kk] = rand->mt[kk+M] ^ (y >> 1) ^ mag01[y & 0x1]; in g_rand_int() 466 for (; kk < N - 1; kk++) { in g_rand_int() 467 y = (rand->mt[kk]&UPPER_MASK)|(rand->mt[kk+1]&LOWER_MASK); in g_rand_int() 468 rand->mt[kk] = rand->mt[kk+(M-N)] ^ (y >> 1) ^ mag01[y & 0x1]; in g_rand_int()
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
D | spewG.c | 40 int ii, kk, p; in main() local 43 for (kk = 0; kk < MEGABYTES * 515; kk+=3) { in main()
|
D | decompress.c | 366 Int32 ii, jj, kk; in BZ2_decompress() local 367 kk = MTFA_SIZE-1; in BZ2_decompress() 370 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj); in BZ2_decompress() 371 kk--; in BZ2_decompress() 373 s->mtfbase[ii] = kk + 1; in BZ2_decompress() 431 Int32 ii, jj, kk, pp, lno, off; in BZ2_decompress() local 470 kk = MTFA_SIZE-1; in BZ2_decompress() 473 s->mtfa[kk] = s->mtfa[s->mtfbase[ii] + jj]; in BZ2_decompress() 474 kk--; in BZ2_decompress() 476 s->mtfbase[ii] = kk + 1; in BZ2_decompress()
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | spewG.c | 40 int ii, kk, p; in main() local 43 for (kk = 0; kk < MEGABYTES * 515; kk+=3) { in main()
|
D | decompress.c | 360 Int32 ii, jj, kk; in BZ2_decompress() local 361 kk = MTFA_SIZE-1; in BZ2_decompress() 364 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj); in BZ2_decompress() 365 kk--; in BZ2_decompress() 367 s->mtfbase[ii] = kk + 1; in BZ2_decompress() 425 Int32 ii, jj, kk, pp, lno, off; in BZ2_decompress() local 464 kk = MTFA_SIZE-1; in BZ2_decompress() 467 s->mtfa[kk] = s->mtfa[s->mtfbase[ii] + jj]; in BZ2_decompress() 468 kk--; in BZ2_decompress() 470 s->mtfbase[ii] = kk + 1; in BZ2_decompress()
|
/third_party/bzip2/ |
D | spewG.c | 40 int ii, kk, p; in main() local 43 for (kk = 0; kk < MEGABYTES * 515; kk+=3) { in main()
|
D | decompress.c | 366 Int32 ii, jj, kk; in BZ2_decompress() local 367 kk = MTFA_SIZE-1; in BZ2_decompress() 370 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj); in BZ2_decompress() 371 kk--; in BZ2_decompress() 373 s->mtfbase[ii] = kk + 1; in BZ2_decompress() 431 Int32 ii, jj, kk, pp, lno, off; in BZ2_decompress() local 470 kk = MTFA_SIZE-1; in BZ2_decompress() 473 s->mtfa[kk] = s->mtfa[s->mtfbase[ii] + jj]; in BZ2_decompress() 474 kk--; in BZ2_decompress() 476 s->mtfbase[ii] = kk + 1; in BZ2_decompress()
|
/third_party/python/Modules/ |
D | _randommodule.c | 128 int kk; in genrand_uint32() local 130 for (kk=0;kk<N-M;kk++) { in genrand_uint32() 131 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_uint32() 132 mt[kk] = mt[kk+M] ^ (y >> 1) ^ mag01[y & 0x1U]; in genrand_uint32() 134 for (;kk<N-1;kk++) { in genrand_uint32() 135 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_uint32() 136 mt[kk] = mt[kk+(M-N)] ^ (y >> 1) ^ mag01[y & 0x1U]; in genrand_uint32()
|
/third_party/boost/boost/math/special_functions/ |
D | daubechies_scaling.hpp | 194 int64_t kk = static_cast<int64_t>(k); in operator ()() local 196 return (1-t)*y_[kk] + t*y_[kk+1]; in operator ()() 205 int64_t kk = static_cast<int64_t>(k); in prime() local 207 return (1-t)*dydx_[kk] + t*dydx_[kk+1]; in prime() 238 int64_t kk = static_cast<int64_t>(k); in operator ()() local 240 return (t != 0) ? (1-t)*data_[kk][0] + t*data_[kk+1][0] : data_[kk][0]; in operator ()() 249 int64_t kk = static_cast<int64_t>(k); in prime() local 251 return t != 0 ? (1-t)*data_[kk][1] + t*data_[kk+1][1] : data_[kk][1]; in prime()
|
/third_party/gn/src/gn/ |
D | functions_unittest.cc | 241 R"gn(string_join("kk", [], "oops"))gn", in TEST() 245 R"gn(string_join("kk", "oops"))gn", in TEST() 249 R"gn(string_join("kk", [1]))gn", in TEST() 250 R"gn(string_join("kk", ["hello", 1]))gn", in TEST() 251 R"gn(string_join("kk", ["hello", []]))gn", in TEST() 389 R"gn(string_split("kk", 1))gn", in TEST() 390 R"gn(string_split("kk", ["oops"]))gn", in TEST() 393 R"gn(string_split("kk", ""))gn", in TEST()
|
/third_party/toybox/toys/other/ |
D | bzcat.c | 164 int hh, ii, jj, kk, symCount, *base, *limit; in read_block_header() local 191 kk = get_bits(bd, 16); in read_block_header() 193 if (kk & (1 << (15 - jj))) in read_block_header() 240 kk = get_bits(bd, 2); in read_block_header() 241 if (kk & 2) hh += 1 - ((kk&1)<<1); in read_block_header() 322 int ii, jj, kk, runPos, dbufCount, symCount, selector, nextSym, in read_huffman_data() local 367 kk = bd->inbufBitCount in read_huffman_data() 369 jj = (jj << 1) | kk; in read_huffman_data() 461 int kk = jj + byteCount[ii]; in burrows_wheeler_prep() local 463 jj = kk; in burrows_wheeler_prep()
|
/third_party/glib/glib/glib-mirroring-tab/ |
D | packtab.c | 285 int kk, jj; in write_array() local 288 kk = x[i] * cluster; in write_array() 295 fprintf (f, "%*s,", tab_width, name[tab[lev][kk++]]); in write_array() 302 fprintf (f, "%*d,", tab_width, tab[lev][kk++]); in write_array() 305 for (j = 0; j < cluster; j++, kk++) in write_array() 308 tab[lev][kk] * pow[n - nn - best_p[lev]], digits, in write_array()
|
/third_party/typescript/tests/baselines/reference/ |
D | propertyAccess.js | 77 var kk = numIndex['what']; variable 78 var kk: any; variable 234 var kk = numIndex['what']; 235 var kk; variable
|
/third_party/uboot/u-boot-2020.01/lib/bzip2/ |
D | bzlib_decompress.c | 403 Int32 ii, jj, kk; in BZ2_decompress() local 404 kk = MTFA_SIZE-1; in BZ2_decompress() 407 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj); in BZ2_decompress() 408 kk--; in BZ2_decompress() 410 s->mtfbase[ii] = kk + 1; in BZ2_decompress() 464 Int32 ii, jj, kk, pp, lno, off; in BZ2_decompress() local 503 kk = MTFA_SIZE-1; in BZ2_decompress() 509 s->mtfa[kk] = s->mtfa[s->mtfbase[ii] + jj]; in BZ2_decompress() 510 kk--; in BZ2_decompress() 512 s->mtfbase[ii] = kk + 1; in BZ2_decompress()
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testautomation_audio.c | 521 int i, ii, j, jj, k, kk; in audio_buildAudioCVT() local 553 kk = SDLTest_RandomIntegerInRange(0, _numAudioFrequencies - 1); in audio_buildAudioCVT() 556 spec2.freq = _audioFrequencies[kk]; in audio_buildAudioCVT() 560 …ls, k, spec1.freq, ii, _audioFormatsVerbose[ii], spec2.format, jj, spec2.channels, kk, spec2.freq); in audio_buildAudioCVT() 825 int i, ii, j, jj, k, kk, l, ll; in audio_convertAudio() local 861 kk = SDLTest_RandomIntegerInRange(0, _numAudioFrequencies - 1); in audio_convertAudio() 863 kk = k; in audio_convertAudio() 865 } while ((i == ii) && (j == jj) && (k == kk)); in audio_convertAudio() 868 spec2.freq = _audioFrequencies[kk]; in audio_convertAudio() 873 …ls, k, spec1.freq, ii, _audioFormatsVerbose[ii], spec2.format, jj, spec2.channels, kk, spec2.freq); in audio_convertAudio()
|
/third_party/typescript/tests/cases/conformance/expressions/propertyAccess/ |
D | propertyAccess.ts | 76 var kk = numIndex['what']; variable 77 var kk: any; variable
|
/third_party/openssl/external/perl/Text-Template-1.46/lib/Text/ |
D | Template.pm | 29 my $kk; 31 for $kk ($k, "\u$k", "\U$k", "-$k", "-\u$k", "-\U$k") { 32 return $h{$kk} if exists $h{$kk};
|
/third_party/boost/libs/config/test/ |
D | boost_has_int128.ipp | 67 my_uint128_t ii(2), jj(1), kk; 68 kk = ii / jj;
|
/third_party/icu/icu4c/source/data/lang/ |
D | wo.txt | 69 kk{"Kasax"} 127 so{"Somali (làkk)"} 144 und{"Làkk wuñ xamul"}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/ |
D | wo.txt | 69 kk{"Kasax"} 127 so{"Somali (làkk)"} 144 und{"Làkk wuñ xamul"}
|
/third_party/icu/icu4c/source/data/coll/ |
D | kk.txt | 3 kk{
|
/third_party/flutter/skia/third_party/externals/icu/source/data/coll/ |
D | kk.txt | 3 kk{
|