Searched refs:k1 (Results 1 - 25 of 79) sorted by relevance

1234

/freebsd-10.0-release/sys/mips/mips/
H A Dexception.S134 GET_CPU_PCPU(k1)
135 PTR_L k1, PC_SEGBASE(k1)
136 beqz k1, 2f #05: make sure segbase is not null
138 PTR_ADDU k1, k0, k1 #07: k1=seg entry address
140 PTR_L k1, 0(k1) #08: k1
[all...]
H A Dswtch.S112 * The use of k1 for storing the PCB pointer must be done only
117 GET_CPU_PCPU(k1)
118 PTR_L k1, PC_CURPCB(k1)
120 RESTORE_U_PCB_REG(t0, MULLO, k1)
121 RESTORE_U_PCB_REG(t1, MULHI, k1)
124 RESTORE_U_PCB_REG(a0, PC, k1)
125 RESTORE_U_PCB_REG(AT, AST, k1)
126 RESTORE_U_PCB_REG(v0, V0, k1)
129 RESTORE_U_PCB_REG(v1, V1, k1)
[all...]
/freebsd-10.0-release/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h99 uint32_t k1 = hash_get_block_32(blocks, i); local
101 k1 *= c1;
102 k1 = hash_rotl_32(k1, 15);
103 k1 *= c2;
105 h1 ^= k1;
115 uint32_t k1 = 0; local
118 case 3: k1 ^= tail[2] << 16;
119 case 2: k1 ^= tail[1] << 8;
120 case 1: k1
156 uint32_t k1 = hash_get_block_32(blocks, i*4 + 0); local
186 uint32_t k1 = 0; local
254 uint64_t k1 = hash_get_block_64(blocks, i*2 + 0); local
272 uint64_t k1 = 0; local
[all...]
H A Dckh.h79 bool ckh_string_keycomp(const void *k1, const void *k2);
81 bool ckh_pointer_keycomp(const void *k1, const void *k2);
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug-handler.S80 dmfc0 k1,reg; \
81 sd k1, 0(k0); \
85 ld k1, -8(k0); \
87 dmtc0 k1,reg
90 dli k1, addr; \
91 ld k1, 0(k1); \
92 sd k1, 0(k0); \
97 ld k1, -8(k0); \
98 sd k1,
[all...]
H A Dcvmx-interrupt-handler.S57 jalr k1, k0 // Save our address in k1, so we can tell which
94 mflo k1 // Do it here so it completes by the time we need it
101 sd k1, 264(sp) // save lo
111 li k1, 1
112 sw k1, 0(k0)
122 ld k1, 264(sp) // read lo
124 mtlo k1 // restore lo
/freebsd-10.0-release/crypto/openssl/crypto/des/
H A Drpw.c64 DES_cblock k,k1; local
78 if ((i=des_read_2passwords(&k,&k1,
87 printf("%02x ",k1[i]);
H A Dofb64ede.c67 DES_key_schedule *k1, DES_key_schedule *k2,
94 DES_encrypt3(ti,k1,k2,k3);
120 register unsigned char *out, long length, DES_key_schedule k1,
123 DES_ede3_ofb64_encrypt(in, out, length, k1,k2,k1, ivec, num);
65 DES_ede3_ofb64_encrypt(register const unsigned char *in, register unsigned char *out, long length, DES_key_schedule *k1, DES_key_schedule *k2, DES_key_schedule *k3, DES_cblock *ivec, int *num) argument
119 DES_ede2_ofb64_encrypt(register unsigned char *in, register unsigned char *out, long length, DES_key_schedule k1, DES_key_schedule k2, DES_cblock (*ivec), int *num) argument
H A Ddes_old.h138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\
139 DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e))
140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\
141 DES_ede3_cbc_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(e))
142 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\
143 DES_ede3_cbcm_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv1),(iv2),(e))
144 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\
145 DES_ede3_cfb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n),(e))
146 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\
147 DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),
[all...]
H A Ddes.h113 #define DES_ecb2_encrypt(i,o,k1,k2,e) \
114 DES_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
116 #define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \
117 DES_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
119 #define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \
120 DES_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
122 #define DES_ede2_ofb64_encrypt(i,o,l,k1,k
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dcipher-3des1.c56 EVP_CIPHER_CTX k1, k2, k3; member in struct:ssh1_3des_ctx
67 u_char *k1, *k2, *k3; local
77 k1 = k2 = k3 = (u_char *) key;
83 k1 += 16;
85 EVP_CIPHER_CTX_init(&c->k1);
89 EVP_CipherInit(&c->k1, EVP_des_cbc(), k1, NULL, enc);
93 if (EVP_CipherInit(&c->k1, EVP_des_cbc(), k1, NULL, enc) == 0 ||
116 EVP_Cipher(&c->k1, des
[all...]
/freebsd-10.0-release/contrib/telnet/libtelnet/
H A Dencrypt.h76 #define SAMEKEY(k1, k2) (!bcmp((void *)k1, (void *)k2, sizeof(Block)))
/freebsd-10.0-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.h69 #define SAMEKEY(k1, k2) (!memcmp(k1, k2, sizeof(des_cblock)))
/freebsd-10.0-release/tools/tools/kernxref/
H A Dkernxref.sh19 SORTORDER=-k1
48 SORTORDER=-k1
/freebsd-10.0-release/crypto/openssl/crypto/cmac/
H A Dcmac.c68 /* Keys k1 and k2 */
69 unsigned char k1[EVP_MAX_BLOCK_LENGTH]; member in struct:CMAC_CTX_st
82 static void make_kn(unsigned char *k1, unsigned char *l, int bl) argument
88 k1[i] = l[i] << 1;
90 k1[i] |= 1;
94 k1[bl - 1] ^= bl == 16 ? 0x87 : 0x1b;
119 OPENSSL_cleanse(ctx->k1, EVP_MAX_BLOCK_LENGTH);
144 memcpy(out->k1, in->k1, bl);
202 make_kn(ctx->k1, ct
[all...]
/freebsd-10.0-release/contrib/bzip2/
H A Dbzlib.c545 UChar k1; local
572 BZ_GET_FAST(k1); BZ_RAND_UPD_MASK;
573 k1 ^= BZ_RAND_MASK; s->nblock_used++;
575 if (k1 != s->k0) { s->k0 = k1; continue; };
578 BZ_GET_FAST(k1); BZ_RAND_UPD_MASK;
579 k1 ^= BZ_RAND_MASK; s->nblock_used++;
581 if (k1 != s->k0) { s->k0 = k1; continue; };
584 BZ_GET_FAST(k1); BZ_RAND_UPD_MAS
715 UChar k1; local
[all...]
/freebsd-10.0-release/contrib/unbound/util/storage/
H A Ddnstree.h187 int name_tree_compare(const void* k1, const void* k2);
190 int addr_tree_compare(const void* k1, const void* k2);
H A Ddnstree.c47 int name_tree_compare(const void* k1, const void* k2) argument
49 struct name_tree_node* x = (struct name_tree_node*)k1;
60 int addr_tree_compare(const void* k1, const void* k2) argument
62 struct addr_tree_node* n1 = (struct addr_tree_node*)k1;
/freebsd-10.0-release/tools/regression/kqueue/
H A Dmain.c176 kevent_cmp(struct kevent *k1, struct kevent *k2) argument
182 if (k1->flags & EV_ADD)
185 if (memcmp(k1, k2, sizeof(*k1)) != 0) {
187 kevent_to_str(k1), kevent_to_str(k2));
/freebsd-10.0-release/sys/mips/include/
H A Dregdef.h82 #define k1 $27 macro
/freebsd-10.0-release/sys/sys/
H A Dumtx.h222 umtx_key_match(const struct umtx_key *k1, const struct umtx_key *k2) argument
224 return (k1->type == k2->type &&
225 k1->info.both.a == k2->info.both.a &&
226 k1->info.both.b == k2->info.both.b);
/freebsd-10.0-release/contrib/unbound/iterator/
H A Diter_fwd.h146 int fwd_cmp(const void* k1, const void* k2);
/freebsd-10.0-release/contrib/unbound/validator/
H A Dval_anchor.h197 int anchor_cmp(const void* k1, const void* k2);
H A Dval_kentry.h95 int key_entry_compfunc(void* k1, void* k2);
/freebsd-10.0-release/contrib/ntp/clockstuff/
H A Dpropdelay.c530 double k1, k2, dist; local
535 k1 = EARTHRADIUS * sin(theta);
538 printf("Theta %g k1 %g k2 %g\n", theta, k1, k2);
539 dist = sqrt(k1*k1 + k2*k2);

Completed in 183 milliseconds

1234