Home
last modified time | relevance | path

Searched refs:k1 (Results 1 – 25 of 65) sorted by relevance

123

/dragonfly/usr.bin/top/
H A Dhash.c351 k1 = h->key; in hash_add_uint()
405 k1 = hi->key; in hash_replace_uint()
670 pid_t k1; in hash_add_pid() local
689 k1 = h->key; in hash_add_pid()
732 pid_t k1; in hash_replace_pid() local
784 pid_t k1; in hash_lookup_pid() local
823 pid_t k1; in hash_remove_pid() local
1027 k1 = h->key; in hash_add_string()
1365 k1 = h->key; in hash_add_pidthr()
1366 if ((key.k_pid == k1.k_pid && key.k_thr == k1.k_thr)) in hash_add_pidthr()
[all …]
/dragonfly/contrib/bzip2/
H A Dbzlib.c572 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_FAST()
578 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_FAST()
584 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_FAST()
655 if (k1 != c_k0) { c_k0 = k1; continue; }; in unRLE_obuf_to_output_FAST()
660 if (k1 != c_k0) { c_k0 = k1; continue; }; in unRLE_obuf_to_output_FAST()
742 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_SMALL()
748 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_SMALL()
754 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_SMALL()
790 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_SMALL()
795 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_SMALL()
[all …]
/dragonfly/crypto/libressl/include/openssl/
H A Ddes.h98 #define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument
99 DES_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
101 #define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument
102 DES_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
104 #define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
105 DES_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
107 #define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
108 DES_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n))
/dragonfly/crypto/libressl/crypto/cmac/
H A Dcmac.c66 unsigned char k1[EVP_MAX_BLOCK_LENGTH]; member
80 make_kn(unsigned char *k1, unsigned char *l, int bl) in make_kn() argument
86 k1[i] = l[i] << 1; in make_kn()
88 k1[i] |= 1; in make_kn()
92 k1[bl - 1] ^= bl == 16 ? 0x87 : 0x1b; in make_kn()
113 explicit_bzero(ctx->k1, EVP_MAX_BLOCK_LENGTH); in CMAC_CTX_cleanup()
145 memcpy(out->k1, in->k1, bl); in CMAC_CTX_copy()
186 make_kn(ctx->k1, ctx->tbl, bl); in CMAC_Init()
187 make_kn(ctx->k2, ctx->k1, bl); in CMAC_Init()
256 out[i] = ctx->last_block[i] ^ ctx->k1[i]; in CMAC_Final()
/dragonfly/contrib/gcc-4.7/libobjc/objc-private/
H A Dhash.h183 objc_compare_ptrs (const void *k1, const void *k2) in objc_compare_ptrs() argument
185 return (k1 == k2); in objc_compare_ptrs()
191 objc_compare_strings (const void *k1, const void *k2) in objc_compare_strings() argument
193 if (k1 == k2) in objc_compare_strings()
195 else if (k1 == 0 || k2 == 0) in objc_compare_strings()
198 return ! strcmp ((const char *) k1, (const char *) k2); in objc_compare_strings()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Daes-siv.c126 const u8 *k1, *k2; in aes_siv_encrypt() local
136 k1 = key; in aes_siv_encrypt()
146 if (aes_s2v(k1, key_len, num_elem + 1, _addr, _len, v)) in aes_siv_encrypt()
169 const u8 *k1, *k2; in aes_siv_decrypt() local
181 k1 = key; in aes_siv_decrypt()
201 ret = aes_s2v(k1, key_len, num_elem + 1, _addr, _len, check); in aes_siv_decrypt()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dsplay-tree.c583 splay_tree_compare_ints (splay_tree_key k1, splay_tree_key k2) in splay_tree_compare_ints() argument
585 if ((int) k1 < (int) k2) in splay_tree_compare_ints()
587 else if ((int) k1 > (int) k2) in splay_tree_compare_ints()
596 splay_tree_compare_pointers (splay_tree_key k1, splay_tree_key k2) in splay_tree_compare_pointers() argument
598 if ((char*) k1 < (char*) k2) in splay_tree_compare_pointers()
600 else if ((char*) k1 > (char*) k2) in splay_tree_compare_pointers()
609 splay_tree_compare_strings (splay_tree_key k1, splay_tree_key k2) in splay_tree_compare_strings() argument
611 return strcmp ((char *) k1, (char *) k2); in splay_tree_compare_strings()
/dragonfly/contrib/mpfr/src/
H A Dround_prec.c145 mp_size_t k, k1, tn; in mpfr_can_round_raw() local
173 k1 = (prec - 1) / GMP_NUMB_BITS; in mpfr_can_round_raw()
178 k -= k1; in mpfr_can_round_raw()
179 bn -= k1; in mpfr_can_round_raw()
180 prec -= (mpfr_prec_t) k1 * GMP_NUMB_BITS; in mpfr_can_round_raw()
/dragonfly/contrib/gmp/mpz/
H A Dbin_ui.c93 mp_limb_t k1, k0; in mpz_bin_ui() local
110 umul_ppmm (k1, k0, kacc, i << GMP_NAIL_BITS); in mpz_bin_ui()
112 if (k1 != 0) in mpz_bin_ui()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dhash-map-traits.h54 simple_hashmap_traits <H, Value>::equal_keys (const key_type &k1, in equal_keys() argument
57 return H::equal (k1, k2); in equal_keys()
183 unbounded_int_hashmap_traits <Key, Value>::equal_keys (Key k1, Key k2) in equal_keys() argument
185 return k1 == k2; in equal_keys()
H A Ddominance.c587 TBB k1; in calc_idoms() local
597 k1 = *m_dfs_last; in calc_idoms()
600 k1 = m_dfs_order[b->index]; in calc_idoms()
604 if (k1 > v) in calc_idoms()
605 k1 = m_key[eval (k1)]; in calc_idoms()
606 if (k1 < k) in calc_idoms()
607 k = k1; in calc_idoms()
/dragonfly/crypto/openssh/
H A Dumac.c343 UINT32 k0,k1,k2,k3,k4,k5,k6,k7; in nh_aux() local
354 h += MUL64((k1 + d1), (k5 + d5)); in nh_aux()
376 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, in nh_aux() local
393 h1 += MUL64((k1 + d1), (k5 + d5)); in nh_aux()
402 k0 = k8; k1 = k9; k2 = k10; k3 = k11; in nh_aux()
423 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, in nh_aux() local
443 h1 += MUL64((k1 + d1), (k5 + d5)); in nh_aux()
455 k0 = k8; k1 = k9; k2 = k10; k3 = k11; in nh_aux()
478 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, in nh_aux() local
502 h1 += MUL64((k1 + d1), (k5 + d5)); in nh_aux()
[all …]
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsplay-tree.c572 splay_tree_compare_ints (splay_tree_key k1, splay_tree_key k2) in splay_tree_compare_ints() argument
574 if ((int) k1 < (int) k2) in splay_tree_compare_ints()
576 else if ((int) k1 > (int) k2) in splay_tree_compare_ints()
585 splay_tree_compare_pointers (splay_tree_key k1, splay_tree_key k2) in splay_tree_compare_pointers() argument
587 if ((char*) k1 < (char*) k2) in splay_tree_compare_pointers()
589 else if ((char*) k1 > (char*) k2) in splay_tree_compare_pointers()
/dragonfly/contrib/gdb-7/libiberty/
H A Dsplay-tree.c572 splay_tree_compare_ints (splay_tree_key k1, splay_tree_key k2) in splay_tree_compare_ints() argument
574 if ((int) k1 < (int) k2) in splay_tree_compare_ints()
576 else if ((int) k1 > (int) k2) in splay_tree_compare_ints()
585 splay_tree_compare_pointers (splay_tree_key k1, splay_tree_key k2) in splay_tree_compare_pointers() argument
587 if ((char*) k1 < (char*) k2) in splay_tree_compare_pointers()
589 else if ((char*) k1 > (char*) k2) in splay_tree_compare_pointers()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dsplay-tree.c572 splay_tree_compare_ints (splay_tree_key k1, splay_tree_key k2) in splay_tree_compare_ints() argument
574 if ((int) k1 < (int) k2) in splay_tree_compare_ints()
576 else if ((int) k1 > (int) k2) in splay_tree_compare_ints()
585 splay_tree_compare_pointers (splay_tree_key k1, splay_tree_key k2) in splay_tree_compare_pointers() argument
587 if ((char*) k1 < (char*) k2) in splay_tree_compare_pointers()
589 else if ((char*) k1 > (char*) k2) in splay_tree_compare_pointers()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dsplay-tree.c571 splay_tree_compare_ints (splay_tree_key k1, splay_tree_key k2) in splay_tree_compare_ints() argument
573 if ((int) k1 < (int) k2) in splay_tree_compare_ints()
575 else if ((int) k1 > (int) k2) in splay_tree_compare_ints()
584 splay_tree_compare_pointers (splay_tree_key k1, splay_tree_key k2) in splay_tree_compare_pointers() argument
586 if ((char*) k1 < (char*) k2) in splay_tree_compare_pointers()
588 else if ((char*) k1 > (char*) k2) in splay_tree_compare_pointers()
/dragonfly/sys/dev/sound/pci/
H A Dfm801.c447 u_int32_t k1; in fm801ch_trigger() local
468 k1 = fm801_rd(fm801, FM_PLAY_CTL,2); in fm801ch_trigger()
470 (k1 & ~(FM_PLAY_STOPNOW | FM_PLAY_START)) | in fm801ch_trigger()
486 k1 = fm801_rd(fm801, FM_REC_CTL,2); in fm801ch_trigger()
488 (k1 & ~(FM_REC_STOPNOW | FM_REC_START)) | in fm801ch_trigger()
545 u_int32_t k1; in fm801_init() local
561 k1 = fm801_rd((void *)fm801, FM_INTMASK,2); in fm801_init()
563 (k1 & ~(FM_INTMASK_PLAY | FM_INTMASK_REC | FM_INTMASK_MPU)) | in fm801_init()
/dragonfly/lib/libtelnet/
H A Dencrypt.h73 #define SAMEKEY(k1, k2) (!bcmp((void *)k1, (void *)k2, sizeof(Block))) argument
/dragonfly/sys/opencrypto/
H A Dskipjack.c79 #define g(k0, k1, k2, k3, ih, il, oh, ol) \ argument
82 ol = k##k1 [oh] ^ il; \
94 #define g_inv(k0, k1, k2, k3, ih, il, oh, ol) \ argument
98 ol = k##k1 [oh] ^ ol; \
135 u_int8_t * k1 = key_tables [1]; in skipjack_forwards() local
203 u_int8_t * k1 = key_tables [1]; in skipjack_backwards() local
/dragonfly/crypto/libressl/crypto/des/
H A Dofb64ede.c67 DES_key_schedule *k1, DES_key_schedule *k2, in DES_ede3_ofb64_encrypt() argument
94 DES_encrypt3(ti,k1,k2,k3); in DES_ede3_ofb64_encrypt()
/dragonfly/contrib/gdtoa/
H A Dmisc.c441 int i, k1, n, n1; local
446 k1 = b->k;
449 k1++;
450 b1 = Balloc(k1);
458 k1 = 32 - k;
462 z = *x++ >> k1;
468 k1 = 16 - k;
472 z = *x++ >> k1;
/dragonfly/crypto/libressl/crypto/ec/
H A Dec_asn1.c112 EC_GROUP_get_pentanomial_basis(const EC_GROUP * group, unsigned int *k1, in EC_GROUP_get_pentanomial_basis() argument
124 if (k1) in EC_GROUP_get_pentanomial_basis()
125 *k1 = group->poly[3]; in EC_GROUP_get_pentanomial_basis()
137 long k1; member
208 .offset = offsetof(X9_62_PENTANOMIAL, k1),
769 unsigned int k1, k2, k3; in ec_asn1_group2fieldid()
771 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3)) in ec_asn1_group2fieldid()
780 char_two->p.ppBasis->k1 = (long) k1; in ec_asn1_group2fieldid()
1122 …if (!(char_two->m > penta->k3 && penta->k3 > penta->k2 && penta->k2 > penta->k1 && penta->k1 > 0))… in ec_asn1_parameters2group()
1129 if (!BN_set_bit(p, (int) penta->k1)) in ec_asn1_parameters2group()
/dragonfly/usr.bin/localedef/
H A Dcollate.c354 int32_t k1 = ((const weight_t *)n1)->pri; in weight_compare() local
357 return (k1 < k2 ? -1 : k1 > k2 ? 1 : 0); in weight_compare()
422 wchar_t k1 = ((const collchar_t *)n1)->wc; in collchar_compare() local
425 return (k1 < k2 ? -1 : k1 > k2 ? 1 : 0); in collchar_compare()
434 int32_t k1 = ((const subst_t *)n1)->key; in subst_compare() local
437 return (k1 < k2 ? -1 : k1 > k2 ? 1 : 0); in subst_compare()
/dragonfly/sys/net/netmap/
H A Dnetmap.c783 struct netmap_kring *k1 = &na->tx_rings[0]; in netmap_sw_to_nic() local
798 for (i = 0; howmany > 0 && i < na->num_tx_rings; i++, k1++) { in netmap_sw_to_nic()
799 ND("%d packets left to ring %d (space %d)", howmany, i, k1->nr_hwavail); in netmap_sw_to_nic()
800 dst_lim = k1->nkr_num_slots - 1; in netmap_sw_to_nic()
801 while (howmany > 0 && k1->ring->avail > 0) { in netmap_sw_to_nic()
804 dst = &k1->ring->slot[k1->ring->cur]; in netmap_sw_to_nic()
814 kring->nr_hwcur, k1->ring->cur); in netmap_sw_to_nic()
819 k1->ring->cur = nm_next(k1->ring->cur, dst_lim); in netmap_sw_to_nic()
820 k1->ring->avail--; in netmap_sw_to_nic()
823 k1++; // XXX why? in netmap_sw_to_nic()
/dragonfly/lib/libcrypt/
H A Dcrypt-des.c369 u_int32_t k0, k1, rawkey0, rawkey1; in des_setkey() local
403 k1 = key_perm_maskr[0][rawkey0 >> 25] in des_setkey()
421 t1 = (k1 << shifts) | (k1 >> (28 - shifts)); in des_setkey()

123