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

123

/freebsd-9.3-release/sys/mips/mips/
H A Dexception.S116 GET_CPU_PCPU(k1)
117 PTR_L k1, PC_SEGBASE(k1)
118 beqz k1, 2f #05: make sure segbase is not null
120 PTR_ADDU k1, k0, k1 #07: k1=seg entry address
122 PTR_L k1, 0(k1) #08: k1
[all...]
H A Dswtch.S111 * The use of k1 for storing the PCB pointer must be done only
116 GET_CPU_PCPU(k1)
117 PTR_L k1, PC_CURPCB(k1)
119 RESTORE_U_PCB_REG(t0, MULLO, k1)
120 RESTORE_U_PCB_REG(t1, MULHI, k1)
123 RESTORE_U_PCB_REG(a0, PC, k1)
124 RESTORE_U_PCB_REG(AT, AST, k1)
125 RESTORE_U_PCB_REG(v0, V0, k1)
128 RESTORE_U_PCB_REG(v1, V1, k1)
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug-handler.S79 dmfc0 k1,reg; \
80 sd k1, 0(k0); \
84 ld k1, -8(k0); \
86 dmtc0 k1,reg
89 dli k1, addr; \
90 ld k1, 0(k1); \
91 sd k1, 0(k0); \
96 ld k1, -8(k0); \
97 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-9.3-release/crypto/openssl/crypto/des/
H A Drpw.c64 DES_cblock k, k1; local
76 if ((i = des_read_2passwords(&k, &k1,
84 printf("%02x ", k1[i]);
H A Dofb64ede.c68 DES_key_schedule *k1, DES_key_schedule *k2,
92 DES_encrypt3(ti, k1, k2, k3);
118 DES_key_schedule k1, DES_key_schedule k2,
121 DES_ede3_ofb64_encrypt(in, out, length, k1, k2, k1, ivec, num);
66 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
116 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.h140 # define des_ecb3_encrypt(i,o,k1,k2,k3,e)\
141 DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e))
142 # define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\
143 DES_ede3_cbc_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(e))
144 # define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\
145 DES_ede3_cbcm_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv1),(iv2),(e))
146 # define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\
147 DES_ede3_cfb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n),(e))
148 # define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\
149 DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),
[all...]
H A Ddes.h114 # define DES_ecb2_encrypt(i,o,k1,k2,e) \
115 DES_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
117 # define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \
118 DES_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
120 # define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \
121 DES_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
123 # define DES_ede2_ofb64_encrypt(i,o,l,k1,k
[all...]
/freebsd-9.3-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...]
H A Dumac.c350 UINT32 k0,k1,k2,k3,k4,k5,k6,k7; local
358 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
361 h += MUL64((k1 + d1), (k5 + d5));
383 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
388 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
400 h1 += MUL64((k1 + d1), (k5 + d5));
409 k0 = k8; k1 = k9; k2 = k10; k3 = k11;
430 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
436 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
450 h1 += MUL64((k1
485 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
[all...]
/freebsd-9.3-release/contrib/telnet/libtelnet/
H A Dencrypt.h76 #define SAMEKEY(k1, k2) (!bcmp((void *)k1, (void *)k2, sizeof(Block)))
/freebsd-9.3-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.h69 #define SAMEKEY(k1, k2) (!memcmp(k1, k2, sizeof(des_cblock)))
/freebsd-9.3-release/tools/tools/kernxref/
H A Dkernxref.sh19 SORTORDER=-k1
48 SORTORDER=-k1
/freebsd-9.3-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-9.3-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-9.3-release/sys/mips/include/
H A Dregdef.h57 #define k1 $27 macro
H A Dframe.h68 register_t k1; member in struct:trapframe
/freebsd-9.3-release/sys/sys/
H A Dumtx.h220 umtx_key_match(const struct umtx_key *k1, const struct umtx_key *k2) argument
222 return (k1->type == k2->type &&
223 k1->info.both.a == k2->info.both.a &&
224 k1->info.both.b == k2->info.both.b);
/freebsd-9.3-release/contrib/ntp/clockstuff/
H A Dpropdelay.c534 double k1, k2, dist; local
539 k1 = EARTHRADIUS * sin(theta);
542 printf("Theta %g k1 %g k2 %g\n", theta, k1, k2);
543 dist = sqrt(k1*k1 + k2*k2);
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_btree.c141 xfs_alloc_key_t *k1; local
144 k1 = ak1;
146 ASSERT(be32_to_cpu(k1->ar_startblock) < be32_to_cpu(k2->ar_startblock));
150 xfs_alloc_key_t *k1; local
153 k1 = ak1;
155 ASSERT(be32_to_cpu(k1->ar_blockcount) < be32_to_cpu(k2->ar_blockcount) ||
156 (k1->ar_blockcount == k2->ar_blockcount &&
157 be32_to_cpu(k1->ar_startblock) < be32_to_cpu(k2->ar_startblock)));
161 xfs_bmbt_key_t *k1; local
164 k1
170 xfs_inobt_key_t *k1; local
[all...]
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dsplay-tree.c505 splay_tree_compare_ints (splay_tree_key k1, splay_tree_key k2) argument
507 if ((int) k1 < (int) k2)
509 else if ((int) k1 > (int) k2)
518 splay_tree_compare_pointers (splay_tree_key k1, splay_tree_key k2) argument
520 if ((char*) k1 < (char*) k2)
522 else if ((char*) k1 > (char*) k2)
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dsplay-tree.c505 splay_tree_compare_ints (splay_tree_key k1, splay_tree_key k2) argument
507 if ((int) k1 < (int) k2)
509 else if ((int) k1 > (int) k2)
518 splay_tree_compare_pointers (splay_tree_key k1, splay_tree_key k2) argument
520 if ((char*) k1 < (char*) k2)
522 else if ((char*) k1 > (char*) k2)
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dfm801.c447 u_int32_t k1; local
468 k1 = fm801_rd(fm801, FM_PLAY_CTL,2);
470 (k1 & ~(FM_PLAY_STOPNOW | FM_PLAY_START)) |
486 k1 = fm801_rd(fm801, FM_REC_CTL,2);
488 (k1 & ~(FM_REC_STOPNOW | FM_REC_START)) |
545 u_int32_t k1; local
561 k1 = fm801_rd((void *)fm801, FM_INTMASK,2);
563 (k1 & ~(FM_INTMASK_PLAY | FM_INTMASK_REC | FM_INTMASK_MPU)) |
/freebsd-9.3-release/usr.sbin/sa/
H A Dusrdb.c226 uid_compare(const DBT *k1, const DBT *k2) argument
230 bcopy(k1->data, &d1, sizeof d1);
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DHashing.h169 static const uint64_t k1 = 0xb492b66fbe98f273ULL; member in namespace:llvm::hashing::detail
217 uint64_t a = fetch64(s) * k1;
275 0, seed, hash_16_bytes(seed, k1), rotate(seed ^ k1, 49),
276 seed * k1, shift_mix(seed), 0, seed };
298 h0 = rotate(h0 + h1 + h3 + fetch64(s + 8), 37) * k1;
299 h1 = rotate(h1 + h4 + fetch64(s + 48), 42) * k1;
302 h2 = rotate(h2 + h5, 33) * k1;
303 h3 = h4 * k1;
315 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1
[all...]

Completed in 230 milliseconds

123