Home
last modified time | relevance | path

Searched refs:kk (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/contrib/libfido2/fuzz/
H A Dprng.c86 int kk; in genrand_int32() local
90 for (kk=0;kk<N-M;kk++) { in genrand_int32()
91 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()
92 mt[kk] = mt[kk+M] ^ (y >> 1) ^ mag01[y & 0x1UL]; in genrand_int32()
94 for (;kk<N-1;kk++) { in genrand_int32()
95 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()
96 mt[kk] = mt[kk+(M-N)] ^ (y >> 1) ^ mag01[y & 0x1UL]; in genrand_int32()
/freebsd/contrib/unbound/validator/
H A Dval_kentry.c54 struct key_entry_key* kk = (struct key_entry_key*)key; in key_entry_sizefunc() local
56 size_t s = sizeof(*kk) + kk->namelen; in key_entry_sizefunc()
57 s += sizeof(*kd) + lock_get_mem(&kk->entry.lock); in key_entry_sizefunc()
83 struct key_entry_key* kk = (struct key_entry_key*)key; in key_entry_delkeyfunc() local
86 lock_rw_destroy(&kk->entry.lock); in key_entry_delkeyfunc()
87 free(kk->name); in key_entry_delkeyfunc()
88 free(kk); in key_entry_delkeyfunc()
102 key_entry_hash(struct key_entry_key* kk) in key_entry_hash() argument
104 kk->entry.hash = 0x654; in key_entry_hash()
105 kk->entry.hash = hashlittle(&kk->key_class, sizeof(kk->key_class), in key_entry_hash()
[all …]
H A Dval_kentry.h109 void key_entry_hash(struct key_entry_key* kk);
/freebsd/sys/netsmb/
H A Dsmb_crypt.c71 u_char kk[8]; in smb_E() local
73 kk[0] = key[0] & 0xfe; in smb_E()
74 kk[1] = key[0] << 7 | (key[1] >> 1 & 0xfe); in smb_E()
75 kk[2] = key[1] << 6 | (key[2] >> 2 & 0xfe); in smb_E()
76 kk[3] = key[2] << 5 | (key[3] >> 3 & 0xfe); in smb_E()
77 kk[4] = key[3] << 4 | (key[4] >> 4 & 0xfe); in smb_E()
78 kk[5] = key[4] << 3 | (key[5] >> 5 & 0xfe); in smb_E()
79 kk[6] = key[5] << 2 | (key[6] >> 6 & 0xfe); in smb_E()
80 kk[7] = key[6] << 1; in smb_E()
82 des_set_key(kk, *ksp); in smb_E()
/freebsd/contrib/bzip2/
H A DspewG.c40 int ii, kk, p; in main() local
43 for (kk = 0; kk < MEGABYTES * 515; kk+=3) { in main()
H A Ddecompress.c366 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()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar2316.c301 uint16_t ii, jj, kk; in ar2316FillVpdTable() local
320 kk = VpdList[idxL]; in ar2316FillVpdTable()
322 kk = (uint16_t) in ar2316FillVpdTable()
326 retVpdList[pdGainIdx][ii] = kk; in ar2316FillVpdTable()
367 uint32_t ii, jj, kk; in ar2316getGainBoundariesAndPdadcsForPowers() local
415 for (kk = 0; kk < (uint16_t)(Pmax_t2[numPdGainsUsed] - Pmin_t2[numPdGainsUsed]); kk++) { in ar2316getGainBoundariesAndPdadcsForPowers()
416 VpdTable_I[numPdGainsUsed][kk] = in ar2316getGainBoundariesAndPdadcsForPowers()
419 (int16_t)VpdTable_L[numPdGainsUsed][kk], (int16_t)VpdTable_R[numPdGainsUsed][kk]); in ar2316getGainBoundariesAndPdadcsForPowers()
428 kk = 0; /* index for the final table */ in ar2316getGainBoundariesAndPdadcsForPowers()
456 pPDADCValues[kk++] = (uint16_t)((tmpVal < 0) ? 0 : tmpVal); in ar2316getGainBoundariesAndPdadcsForPowers()
[all …]
H A Dar2317.c278 uint16_t ii, jj, kk; in ar2317FillVpdTable() local
297 kk = VpdList[idxL]; in ar2317FillVpdTable()
299 kk = (uint16_t) in ar2317FillVpdTable()
303 retVpdList[pdGainIdx][ii] = kk; in ar2317FillVpdTable()
345 uint32_t ii, jj, kk; in ar2317getGainBoundariesAndPdadcsForPowers() local
393 for (kk = 0; kk < (uint16_t)(Pmax_t2[numPdGainsUsed] - Pmin_t2[numPdGainsUsed]); kk++) { in ar2317getGainBoundariesAndPdadcsForPowers()
394 VpdTable_I[numPdGainsUsed][kk] = in ar2317getGainBoundariesAndPdadcsForPowers()
397 (int16_t)VpdTable_L[numPdGainsUsed][kk], (int16_t)VpdTable_R[numPdGainsUsed][kk]); in ar2317getGainBoundariesAndPdadcsForPowers()
406 kk = 0; /* index for the final table */ in ar2317getGainBoundariesAndPdadcsForPowers()
434 pPDADCValues[kk++] = (uint16_t)((tmpVal < 0) ? 0 : tmpVal); in ar2317getGainBoundariesAndPdadcsForPowers()
[all …]
H A Dar2413.c295 uint16_t ii, jj, kk; in ar2413FillVpdTable() local
314 kk = VpdList[idxL]; in ar2413FillVpdTable()
316 kk = (uint16_t) in ar2413FillVpdTable()
320 retVpdList[pdGainIdx][ii] = kk; in ar2413FillVpdTable()
361 uint32_t ii, jj, kk; in ar2413getGainBoundariesAndPdadcsForPowers() local
409 for (kk = 0; kk < (uint16_t)(Pmax_t2[numPdGainsUsed] - Pmin_t2[numPdGainsUsed]); kk++) { in ar2413getGainBoundariesAndPdadcsForPowers()
410 VpdTable_I[numPdGainsUsed][kk] = in ar2413getGainBoundariesAndPdadcsForPowers()
413 (int16_t)VpdTable_L[numPdGainsUsed][kk], (int16_t)VpdTable_R[numPdGainsUsed][kk]); in ar2413getGainBoundariesAndPdadcsForPowers()
422 kk = 0; /* index for the final table */ in ar2413getGainBoundariesAndPdadcsForPowers()
450 pPDADCValues[kk++] = (uint16_t)((tmpVal < 0) ? 0 : tmpVal); in ar2413getGainBoundariesAndPdadcsForPowers()
[all …]
H A Dar2425.c297 uint16_t ii, jj, kk; in ar2425FillVpdTable() local
316 kk = VpdList[idxL]; in ar2425FillVpdTable()
318 kk = (uint16_t) in ar2425FillVpdTable()
322 retVpdList[pdGainIdx][ii] = kk; in ar2425FillVpdTable()
360 uint32_t ii, jj, kk; in ar2425getGainBoundariesAndPdadcsForPowers() local
416 for (kk = 0; kk < (uint16_t)(Pmax_t2[numPdGainsUsed] - Pmin_t2[numPdGainsUsed]); kk++) { in ar2425getGainBoundariesAndPdadcsForPowers()
417 VpdTable_I[numPdGainsUsed][kk] = in ar2425getGainBoundariesAndPdadcsForPowers()
420 (int16_t)VpdTable_L[numPdGainsUsed][kk], (int16_t)VpdTable_R[numPdGainsUsed][kk]); in ar2425getGainBoundariesAndPdadcsForPowers()
429 kk = 0; /* index for the final table */ in ar2425getGainBoundariesAndPdadcsForPowers()
451 pPDADCValues[kk++] = (uint16_t)((tmpVal < 0) ? 0 : tmpVal); in ar2425getGainBoundariesAndPdadcsForPowers()
[all …]
H A Dar5413.c338 uint16_t ii, jj, kk; in ar5413FillVpdTable() local
357 kk = VpdList[idxL]; in ar5413FillVpdTable()
359 kk = (uint16_t) in ar5413FillVpdTable()
363 retVpdList[pdGainIdx][ii] = kk; in ar5413FillVpdTable()
404 uint32_t ii, jj, kk; in ar5413getGainBoundariesAndPdadcsForPowers() local
452 for (kk = 0; kk < (uint16_t)(Pmax_t2[numPdGainsUsed] - Pmin_t2[numPdGainsUsed]); kk++) { in ar5413getGainBoundariesAndPdadcsForPowers()
453 VpdTable_I[numPdGainsUsed][kk] = in ar5413getGainBoundariesAndPdadcsForPowers()
456 (int16_t)VpdTable_L[numPdGainsUsed][kk], (int16_t)VpdTable_R[numPdGainsUsed][kk]); in ar5413getGainBoundariesAndPdadcsForPowers()
465 kk = 0; /* index for the final table */ in ar5413getGainBoundariesAndPdadcsForPowers()
493 pPDADCValues[kk++] = (uint16_t)((tmpVal < 0) ? 0 : tmpVal); in ar5413getGainBoundariesAndPdadcsForPowers()
[all …]
H A Dar5112.c359 uint32_t ii, jj, kk; in ar5112SetPowerTable() local
411 kk = 0; in ar5112SetPowerTable()
415 if (kk > 1) { in ar5112SetPowerTable()
421 xgainList[kk++] = (uint16_t)jj; in ar5112SetPowerTable()
428 kk = 0; in ar5112SetPowerTable()
442 OS_MEMCPY(&powTableLXPD[kk][0], &tmpPowerTable[0], in ar5112SetPowerTable()
456 OS_MEMCPY(&powTableLXPD[kk][0], &tmpPowerTable[0], in ar5112SetPowerTable()
470 OS_MEMCPY(&powTableHXPD[kk][0], &tmpPowerTable[0], in ar5112SetPowerTable()
473 kk++; in ar5112SetPowerTable()
478 kk = chan_idx_R - chan_idx_L; in ar5112SetPowerTable()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSipHash.cpp66 const unsigned char *kk = (const unsigned char *)k; in siphash() local
74 uint64_t k0 = endian::read64le(kk); in siphash()
75 uint64_t k1 = endian::read64le(kk + 8); in siphash()
/freebsd/tools/tools/vt/keymaps/
H A DLANG.map17 kk kk PT154
/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.c183 int ii, jj, kk; in eepromExpandPower5112() local
195 kk = 0; in eepromExpandPower5112()
199 if (kk > 1) { in eepromExpandPower5112()
202 __func__, kk); in eepromExpandPower5112()
205 xgainList[kk++] = jj; in eepromExpandPower5112()
635 uint16_t i, j, kk, channelValue; in ar2413SetupRawDataset() local
656 kk = 0; in ar2413SetupRawDataset()
661 kk++; in ar2413SetupRawDataset()
662 if (kk == 1) { in ar2413SetupRawDataset()
681 uint16_t ii, jj, kk, ss; in ar2413EepromToRawDataset() local
[all …]
/freebsd/contrib/tcsh/nls/et/
H A Dset243 1 Häkk!
/freebsd/share/syscons/keymaps/
H A DMakefile29 kk.pt154.kst.kbd kk.pt154.io.kbd \
H A DINDEX.keymaps6 # lang: ar bg cs da de el en es fi fr he hr hu hy is it ja kk ko nl no pl
341 kk.pt154.kst.kbd:en:Kazakh PT154 codepage
342 kk.pt154.kst.kbd:da:Kasakhisk PT154 codepage
343 kk.pt154.kst.kbd:de:Kasachisch PT154 codepage
344 kk.pt154.kst.kbd:fr:Kazakh PT154 code page
345 kk.pt154.io.kbd:en:Kazakh PT154 codepage (with IO)
346 kk.pt154.io.kbd:da:Kazakh PT154 codepage (with IO)
347 kk.pt154.io.kbd:de:Kasachisch PT154 codepage (mit IO)
348 kk.pt154.io.kbd:fr:Kazakh PT154 code page (avec IO)
/freebsd/crypto/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};
/freebsd/libexec/rc/rc.d/
H A Dsyscons134 kk.pt154.io) echo kz.io;;
135 kk.pt154.kst) echo kz.kst;;
/freebsd/usr.bin/indent/tests/
H A Dcomments.0.stdout22 * kk
H A Dcomments.019 * aaaaaa bbbbbb cccccc dddddd eeeeee ffffff ggggg hhhhh iiiii jjjj kk
/freebsd/sys/kgssapi/krb5/
H A Dkrb5_mech.c195 get_keyblock(const uint8_t **pp, size_t *lenp, struct krb5_keyblock *kk) in get_keyblock() argument
198 kk->kk_type = get_uint16(pp, lenp); in get_keyblock()
199 get_data(pp, lenp, &kk->kk_key); in get_keyblock()
203 delete_keyblock(struct krb5_keyblock *kk) in delete_keyblock() argument
205 if (kk->kk_key.kd_data) in delete_keyblock()
206 bzero(kk->kk_key.kd_data, kk->kk_key.kd_length); in delete_keyblock()
207 delete_data(&kk->kk_key); in delete_keyblock()
/freebsd/contrib/unbound/iterator/
H A Diter_utils.c925 struct key_entry_key* kk = key_cache_obtain(env->key_cache, in iter_msg_from_zone()
927 if(kk) { in iter_msg_from_zone()
928 if(query_dname_compare(kk->name, dp->name) == 0) { in iter_msg_from_zone()
929 if(key_entry_isgood(kk) || key_entry_isbad(kk)) { in iter_msg_from_zone()
932 } else if(key_entry_isnull(kk)) { in iter_msg_from_zone()
881 struct key_entry_key* kk = key_cache_obtain(env->key_cache, iter_indicates_dnssec() local
/freebsd/sbin/ping/
H A Dping.c1632 u_int ii, jj, kk; in fill() local
1647 for (kk = 0; kk <= maxpayload - (TIMEVAL_LEN + ii); kk += ii) in fill()
1649 bp[jj + kk] = pat[jj]; in fill()

123