HomeSort by: relevance | last modified time | path
    Searched refs:k1 (Results 1 - 25 of 209) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
hash.h 88 uint32_t k1 = hash_get_block_32(blocks, i); local
90 k1 *= c1;
91 k1 = hash_rotl_32(k1, 15);
92 k1 *= c2;
94 h1 ^= k1;
104 uint32_t k1 = 0; local
107 case 3: k1 ^= tail[2] << 16;
108 case 2: k1 ^= tail[1] << 8;
109 case 1: k1 ^= tail[0]; k1 *= c1; k1 = hash_rotl_32(k1, 15)
144 uint32_t k1 = hash_get_block_32(blocks, i*4 + 0); local
174 uint32_t k1 = 0; local
244 uint64_t k1 = hash_get_block_64(blocks, i*2 + 0); local
262 uint64_t k1 = 0; local
    [all...]
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
hash.h 88 uint32_t k1 = hash_get_block_32(blocks, i); local
90 k1 *= c1;
91 k1 = hash_rotl_32(k1, 15);
92 k1 *= c2;
94 h1 ^= k1;
104 uint32_t k1 = 0; local
107 case 3: k1 ^= tail[2] << 16;
108 case 2: k1 ^= tail[1] << 8;
109 case 1: k1 ^= tail[0]; k1 *= c1; k1 = hash_rotl_32(k1, 15)
144 uint32_t k1 = hash_get_block_32(blocks, i*4 + 0); local
174 uint32_t k1 = 0; local
244 uint64_t k1 = hash_get_block_64(blocks, i*2 + 0); local
262 uint64_t k1 = 0; local
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/dnssec/ns3/
sign-rsasha1-1024.sh 21 k1=$("$KEYGEN" -a rsasha1 -b 1024 $zone)
23 cat $zone.db.in $k1.key $k2.key >$zone.tmp
27 rm -f $k1.key $k1.private $k2.key $k2.private $zone.tmp
sign-rsasha1.sh 21 k1=$("$KEYGEN" -a rsasha1 $zone)
23 cat $zone.db.in $k1.key $k2.key >$zone.tmp
27 rm -f $k1.key $k1.private $k2.key $k2.private $zone.tmp
  /src/sys/arch/newsmips/newsmips/
locore_machdep.S 88 li k1, 0xfff00000 # NEWS5000 ROM Work: 0xFFF00000~0xFFFFFFFF (1Mbyte)
89 sltu k1, k0, k1
90 bne k1, zero, outofworld
93 li k1, 0x000fe000 # XXX (depend on 4k page)
94 and k1, k0, k1 # k1 = (VADDR - 0xFFF00000) & 0xffffe000
99 add k0, k0, k1 # 0xfff00000+? -> memory tail + ?
102 li k1, 0x02|0x18|0x01 # MIPS3_PG_V|MIPS3_PG_CACHED|MIPS3_PG_
    [all...]
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
hash.h 88 uint32_t k1 = hash_get_block_32(blocks, i); local
90 k1 *= c1;
91 k1 = hash_rotl_32(k1, 15);
92 k1 *= c2;
94 h1 ^= k1;
104 uint32_t k1 = 0; local
107 case 3: k1 ^= tail[2] << 16; JEMALLOC_FALLTHROUGH;
108 case 2: k1 ^= tail[1] << 8; JEMALLOC_FALLTHROUGH;
109 case 1: k1 ^= tail[0]; k1 *= c1; k1 = hash_rotl_32(k1, 15)
144 uint32_t k1 = hash_get_block_32(blocks, i*4 + 0); local
174 uint32_t k1 = 0; local
242 uint64_t k1 = hash_get_block_64(blocks, i*2 + 0); local
260 uint64_t k1 = 0; local
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
hash.h 88 uint32_t k1 = hash_get_block_32(blocks, i); local
90 k1 *= c1;
91 k1 = hash_rotl_32(k1, 15);
92 k1 *= c2;
94 h1 ^= k1;
104 uint32_t k1 = 0; local
107 case 3: k1 ^= tail[2] << 16; JEMALLOC_FALLTHROUGH;
108 case 2: k1 ^= tail[1] << 8; JEMALLOC_FALLTHROUGH;
109 case 1: k1 ^= tail[0]; k1 *= c1; k1 = hash_rotl_32(k1, 15)
144 uint32_t k1 = hash_get_block_32(blocks, i*4 + 0); local
174 uint32_t k1 = 0; local
242 uint64_t k1 = hash_get_block_64(blocks, i*2 + 0); local
260 uint64_t k1 = 0; local
    [all...]
  /src/external/bsd/unbound/dist/testcode/
unitecs.c 214 addrkey_t k1[] = {0x55, 0x55, 0x5A}; local
217 unit_assert( !unittest_wrapper_addrtree_issub(k1, 24, k2, 24, 0) );
218 unit_assert( unittest_wrapper_addrtree_issub(k1, 8, k2, 16, 0) );
219 unit_assert( unittest_wrapper_addrtree_issub(k2, 12, k1, 13, 0) );
220 unit_assert( !unittest_wrapper_addrtree_issub(k1, 16, k2, 12, 0) );
221 unit_assert( unittest_wrapper_addrtree_issub(k1, 12, k2, 12, 0) );
222 unit_assert( !unittest_wrapper_addrtree_issub(k1, 13, k2, 13, 0) );
223 unit_assert( unittest_wrapper_addrtree_issub(k1, 24, k2, 24, 13) );
224 unit_assert( !unittest_wrapper_addrtree_issub(k1, 24, k2, 20, 13) );
225 unit_assert( unittest_wrapper_addrtree_issub(k1, 20, k2, 24, 13) )
230 addrkey_t k1[] = {0x55, 0x55, 0x5A}; local
240 addrkey_t k1[] = {0x12, 0x34, 0x56, 0x78, 0x9A, 0xBC, 0xDE, 0xF0}; local
263 addrkey_t k1[] = {0xA5, 0x0F}; local
    [all...]
  /src/sys/arch/ews4800mips/ews4800mips/
locore_machdep.S 41 la k1, nmi_exception
42 or k1, k1, sp /* uncached */
44 jr k1
  /src/external/gpl3/gcc/dist/libobjc/objc-private/
hash.h 183 objc_compare_ptrs (const void *k1, const void *k2)
185 return (k1 == k2);
191 objc_compare_strings (const void *k1, const void *k2)
193 if (k1 == k2)
195 else if (k1 == 0 || k2 == 0)
198 return ! strcmp ((const char *) k1, (const char *) k2);
  /src/external/gpl3/gcc.old/dist/libobjc/objc-private/
hash.h 183 objc_compare_ptrs (const void *k1, const void *k2)
185 return (k1 == k2);
191 objc_compare_strings (const void *k1, const void *k2)
193 if (k1 == k2)
195 else if (k1 == 0 || k2 == 0)
198 return ! strcmp ((const char *) k1, (const char *) k2);
  /src/tests/lib/libc/gen/
t_ftok.c 65 key_t k1, k2, k3; local
75 k1 = ftok(path, key);
79 ATF_REQUIRE(k1 != -1);
83 if (k1 != k2)
86 if (k1 != k3)
  /src/crypto/external/apache2/openssl/lib/libdes/
oofb64ede.c 66 register unsigned char *out, long length, des_key_schedule k1,
93 des_encrypt3(ti,k1,k2,k3);
119 register unsigned char *out, long length, des_key_schedule k1,
122 des_ede3_ofb64_encrypt(in, out, length, k1,k2,k1, ivec, num);
des.h 91 #define des_ecb2_encrypt(i,o,k1,k2,e) \
92 des_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
94 #define des_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \
95 des_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
97 #define des_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \
98 des_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
100 #define des_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n)
    [all...]
  /src/crypto/external/bsd/openssl/lib/libdes/
oofb64ede.c 66 register unsigned char *out, long length, des_key_schedule k1,
93 des_encrypt3(ti,k1,k2,k3);
119 register unsigned char *out, long length, des_key_schedule k1,
122 des_ede3_ofb64_encrypt(in, out, length, k1,k2,k1, ivec, num);
des.h 91 #define des_ecb2_encrypt(i,o,k1,k2,e) \
92 des_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
94 #define des_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \
95 des_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
97 #define des_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \
98 des_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
100 #define des_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n)
    [all...]
  /src/crypto/external/bsd/openssl.old/lib/libdes/
oofb64ede.c 66 register unsigned char *out, long length, des_key_schedule k1,
93 des_encrypt3(ti,k1,k2,k3);
119 register unsigned char *out, long length, des_key_schedule k1,
122 des_ede3_ofb64_encrypt(in, out, length, k1,k2,k1, ivec, num);
des.h 91 #define des_ecb2_encrypt(i,o,k1,k2,e) \
92 des_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
94 #define des_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \
95 des_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
97 #define des_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \
98 des_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
100 #define des_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
destest.c 73 unsigned char k1[8], k2[8], k3[8], local
77 memcpy(k1, key1, 8);
82 DES_set_odd_parity(&k1);
85 DES_set_key_unchecked(&k1, &s1);
99 unsigned char k1[8], local
104 memcpy(k1, key1, 8);
108 DES_set_odd_parity(&k1);
109 DES_set_key_unchecked(&k1, &s1);
121 unsigned char k1[8], local
127 memcpy(k1, key1, 8)
148 unsigned char k1[8], k2[8], k3[8], local
181 unsigned char k1[8], local
204 unsigned char k1[8], indata[24], ansdata[8]; local
    [all...]
  /src/lib/libtelnet/
encrypt.h 70 #define SAMEKEY(k1, k2) (!bcmp((void *)k1, (void *)k2, sizeof(Block)))
  /src/external/mpl/bind/dist/bin/tests/system/dnssec/ns7/
sign.sh 25 k1=$("$KEYGEN" -q -a "$DEFAULT_ALGORITHM" -b "$DEFAULT_BITS" -n zone "$zone")
28 cat "$infile" "$k1.key" "$k2.key" >"$zonefile"
  /src/external/mpl/bind/dist/bin/tests/system/views/
setup.sh 21 # We remove k1 and k2 as KEYGEN is deterministic when given the
27 k1=$($KEYGEN -K ns2/external -a ${DEFAULT_ALGORITHM} -q inline 2>/dev/null)
31 test -n "$k1" && rm -f ns2/external/"$k1".*
  /src/external/bsd/top/dist/
hash.c 296 unsigned int k1; local
315 k1 = h->key;
316 if (key == k1)
358 unsigned int k1; local
369 k1 = hi->key;
370 if (key == k1)
410 unsigned int k1; local
420 k1 = h->key;
421 if (key == k1)
449 unsigned int k1; local
630 pid_t k1; local
692 pid_t k1; local
744 pid_t k1; local
783 pid_t k1; local
965 char * k1; local
1027 char * k1; local
1079 char * k1; local
1118 char * k1; local
1303 pidthr_t k1; local
1365 pidthr_t k1; local
1417 pidthr_t k1; local
1456 pidthr_t k1; local
1639 lwpid_t k1; local
1701 lwpid_t k1; local
1753 lwpid_t k1; local
1792 lwpid_t k1; local
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_shorthash/siphash24/ref/
shorthash_siphash24_ref.c 16 uint64_t k1 = LOAD64_LE(k + 8); local
22 v3 ^= k1;
24 v1 ^= k1;
shorthash_siphashx24_ref.c 15 uint64_t k1 = LOAD64_LE(k + 8); local
21 v3 ^= k1;
23 v1 ^= k1;

Completed in 44 milliseconds

1 2 3 4 5 6 7 8 9