Home
last modified time | relevance | path

Searched refs:kk (Results 1 - 21 of 21) sorted by relevance

/third_party/ltp/pan/
H A Dsymbol.c197 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, (voi in sym_put()
269 char **kk; sym_get() local
[all...]
/third_party/python/Modules/
H A D_randommodule.c133 int kk; in genrand_uint32() local
135 for (kk=0;kk<N-M;kk++) { in genrand_uint32()
136 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_uint32()
137 mt[kk] = mt[kk+M] ^ (y >> 1) ^ mag01[y & 0x1U]; in genrand_uint32()
139 for (;kk<N-1;kk in genrand_uint32()
[all...]
/third_party/toybox/toys/other/
H A Dbzcat.c164 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 in burrows_wheeler_prep() local
[all...]
/third_party/gn/src/gn/
H A Dfunctions_unittest.cc257 R"gn(string_join("kk", [], "oops"))gn", in TEST()
261 R"gn(string_join("kk", "oops"))gn", in TEST()
265 R"gn(string_join("kk", [1]))gn", in TEST()
266 R"gn(string_join("kk", ["hello", 1]))gn", in TEST()
267 R"gn(string_join("kk", ["hello", []]))gn", in TEST()
406 R"gn(string_split("kk", 1))gn", in TEST()
407 R"gn(string_split("kk", ["oops"]))gn", in TEST()
410 R"gn(string_split("kk", ""))gn", in TEST()
/third_party/lame/libmp3lame/
H A Dpsymodel.c1074 int kk = gds->s3ind[b][0]; in vbrpsy_compute_masking_s() local
1081 dd = mask_idx_s[kk]; in vbrpsy_compute_masking_s()
1083 ecb = gds->s3[j] * eb[kk] * tab[mask_idx_s[kk]]; in vbrpsy_compute_masking_s()
1084 ++j, ++kk; in vbrpsy_compute_masking_s()
1085 while (kk <= last) { in vbrpsy_compute_masking_s()
1086 dd += mask_idx_s[kk]; in vbrpsy_compute_masking_s()
1088 x = gds->s3[j] * eb[kk] * tab[mask_idx_s[kk]]; in vbrpsy_compute_masking_s()
1089 ecb = vbrpsy_mask_add(ecb, x, kk in vbrpsy_compute_masking_s()
1169 int kk = gdl->s3ind[b][0]; vbrpsy_compute_masking_l() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DpropertyAccess.js77 var kk = numIndex['what']; variable
78 var kk: any; variable
234 var kk = numIndex['what']; variable
235 var kk; variable
/third_party/ffmpeg/libavcodec/
H A Dcinepak.c103 int k, kk; in cinepak_decode_codebook() local
110 for (kk = 0; kk < 3; ++kk) in cinepak_decode_codebook()
H A Dcavsdsp.c529 CAVS_SUBPIX_HV(put_, op_put4, kk, 0, -7, 42, 96, -2, -1, 0, -1, 5, 5, -1, 0, 0)
538 CAVS_SUBPIX_HV(avg_, op_avg4, kk, 0, -7, 42, 96, -2, -1, 0, -1, 5, 5, -1, 0, 0)
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_fs_out_to_vector.cpp450 for(uint8_t kk = 0; kk < s->num_components && i < num_comp; ++kk) { in create_combined_vector()
452 instr->src[i].swizzle[0] = kk; in create_combined_vector()
/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c722 uint32_t *kk = (uint32_t *)((char *)cc + t / 8); in fxt1_quantize_HI() local
730 kk[0] |= texel << (t & 7); in fxt1_quantize_HI()
734 kk[0] |= texel << (t & 7); in fxt1_quantize_HI()
1295 uint32_t kk; in fxt1_decode_1CHROMA() local
1306 kk = cc[0] >> (t & 7); in fxt1_decode_1CHROMA()
1307 rgba[BCOMP] = UP5(kk); in fxt1_decode_1CHROMA()
1308 rgba[GCOMP] = UP5(kk >> 5); in fxt1_decode_1CHROMA()
1309 rgba[RCOMP] = UP5(kk >> 10); in fxt1_decode_1CHROMA()
1457 uint32_t kk; in fxt1_decode_1ALPHA() local
1462 kk in fxt1_decode_1ALPHA()
[all...]
/third_party/icu/tools/multi/proj/provider/glue/
H A Dcoll_fe.cpp212 static CollationKey kk; variable
218 return kk; in GLUE_SYM()
224 return kk; in GLUE_SYM()
/third_party/skia/src/gpu/tessellate/
H A DWangsFormula.h180 float kk = length_term_pow2<3>(precision); in worst_case_cubic_pow4() local
181 return 4*kk * (devWidth * devWidth + devHeight * devHeight); in worst_case_cubic_pow4()
/third_party/node/deps/npm/node_modules/read-package-json/lib/
H A Dread-json.js75 for (var kk in obj) {
76 newobj[kk] = jsonClone(obj[kk])
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_mosaic_info.cpp548 uint32 kk = k & 3;
551 (kk != 0 && kk != eCol))
562 [((k >> 1) & ~1) + Min_uint32 (kk, 1)] == planeColor);
/third_party/toybox/toys/pending/
H A Dawk.c3303 ssize_t k, kk; in getrec_multiline() local
3312 kk = getdelim(&zfp->recbuf_multx, &zfp->recbufsize_multx, '\n', zfp->fp); in getrec_multiline()
3313 if (kk < 0 || zfp->recbuf_multx[0] == '\n') break; in getrec_multiline()
3315 if ((size_t)(k + kk + 1) > zfp->recbufsize_multi) in getrec_multiline()
3317 xrealloc(zfp->recbuf_multi, zfp->recbufsize_multi = k + kk + 1); in getrec_multiline()
3318 memmove(zfp->recbuf_multi + k, zfp->recbuf_multx, kk+1); in getrec_multiline()
3319 k += kk; in getrec_multiline()
3961 int kk = STKP->num + 1; in interpx() local
3962 while (kk < zlen && !(MAPSLOT[kk] in interpx()
[all...]
/third_party/icu/icu4c/source/common/
H A Dlocmap.cpp453 ILCID_POSIX_ELEMENT_ARRAY(0x043f, kk, kk_KZ)
862 ILCID_POSIX_MAP(kk), /* kk Kazakh 0x3f */
/third_party/node/deps/icu-small/source/common/
H A Dlocmap.cpp453 ILCID_POSIX_ELEMENT_ARRAY(0x043f, kk, kk_KZ)
862 ILCID_POSIX_MAP(kk), /* kk Kazakh 0x3f */
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocmap.cpp453 ILCID_POSIX_ELEMENT_ARRAY(0x043f, kk, kk_KZ)
862 ILCID_POSIX_MAP(kk), /* kk Kazakh 0x3f */
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm35 for my $kk ($k, "\u$k", "\U$k", "-$k", "-\u$k", "-\U$k") {
36 return $h{$kk} if exists $h{$kk};
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm35 for my $kk ($k, "\u$k", "\U$k", "-$k", "-\u$k", "-\U$k") {
36 return $h{$kk} if exists $h{$kk};
/third_party/sqlite/src/
H A Dsqlite3.c124487 int kk = sqlite3TableColumnToStorage(pTab, iCol); global() local
136238 int kk; global() local
203452 int kk; global() local
[all...]

Completed in 172 milliseconds