Home
last modified time | relevance | path

Searched refs:k4 (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h147 uint32_t k4 = hash_get_block_32(blocks, i*4 + 3); in hash_x86_128() local
164 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4; in hash_x86_128()
177 uint32_t k4 = 0; in hash_x86_128() local
180 case 15: k4 ^= tail[14] << 16; JEMALLOC_FALLTHROUGH in hash_x86_128()
181 case 14: k4 ^= tail[13] << 8; JEMALLOC_FALLTHROUGH in hash_x86_128()
182 case 13: k4 ^= tail[12] << 0; in hash_x86_128()
183 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4; in hash_x86_128()
/freebsd/sys/crypto/openssl/amd64/
H A Drsaz-avx512.S327 vpcmpuq $1,%ymm18,%ymm4,%k4
332 kmovb %k4,%r11d
339 vpcmpuq $0,%ymm18,%ymm4,%k4
344 kmovb %k4,%ecx
376 kmovb %r12d,%k4
635 kmovb %k4,%r11d
647 kmovb %k4,%ecx
679 kmovb %r12d,%k4
737 kmovb %k4,%r11d
749 kmovb %k4,%ecx
[all …]
/freebsd/crypto/openssh/
H A Dumac.c344 UINT32 k0,k1,k2,k3,k4,k5,k6,k7; in nh_aux() local
354 h += MUL64((k0 + d0), (k4 + d4)); in nh_aux()
377 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, in nh_aux() local
391 h1 += MUL64((k0 + d0), (k4 + d4)); in nh_aux()
392 h2 += MUL64((k4 + d0), (k8 + d4)); in nh_aux()
424 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, in nh_aux() local
440 h1 += MUL64((k0 + d0), (k4 + d4)); in nh_aux()
441 h2 += MUL64((k4 + d0), (k8 + d4)); in nh_aux()
479 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, in nh_aux() local
498 h1 += MUL64((k0 + d0), (k4 + d4)); in nh_aux()
[all …]
/freebsd/crypto/openssl/crypto/bn/asm/
H A Drsaz-avx512.pl247 vpcmpuq \$1, $_R1h, $mask52x4, %k4
252 kmovb %k4, %r11d # k2h
259 vpcmpuq \$0, $_R1h, $mask52x4, %k4
264 kmovb %k4, %ecx # k5h
296 kmovb %r12d, %k4
303 vpsubq $mask52x4, $_R1h, ${_R1h}{%k4}
/freebsd/contrib/tcsh/
H A Dtermcap.vms28 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:ta=^I:pt:sr=5\EM:vt#3:xn:\
48 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:ta=^I:pt:sr=5\EM:vt#3:xn:\
/freebsd/contrib/xz/src/liblzma/check/
H A Dcrc_x86_clmul.h260 const int64_t k4 = 0x0ccaa009e; // calc_hi(p, p, 64) << 1 in crc32_arch_optimized() local
265 const __m128i vfold16 = _mm_set_epi64x(k4, k3); in crc32_arch_optimized()
/freebsd/share/termcap/
H A Dtermcap215 :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k4=\EOg:k6=\EOh:\
581 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
904 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
1685 :k4=\E[20~:\
2429 :k1=\E;:k2=\E<:k3=\E=:k4=\E>:k5=\E?:\
2619 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
2649 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
2724 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
3316 :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:\
4026 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
[all …]
/freebsd/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c186 struct sshkey *k4 = NULL, *kr = NULL, *kd = NULL; in sshkey_tests() local
527 ASSERT_INT_EQ(sshkey_from_blob(sshbuf_ptr(b), sshbuf_len(b), &k4), in sshkey_tests()
529 ASSERT_PTR_EQ(k4, NULL); in sshkey_tests()
/freebsd/contrib/tcpdump/
H A Dprint-eigrp.c115 nd_uint8_t k4; member
330 GET_U_1(tlv_ptr.eigrp_tlv_general_parm->k4), in eigrp_print()
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Ds3c6410-mini6410.dts88 button-k4 {
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc1474 template <typename T1, typename T2, typename T3, int k4, bool k5,
1484 int, k4, bool, k5, unsigned int, k6, in ACTION_TEMPLATE() argument
1488 return GiantTemplate<T10<T1>, T2, T3, k4, k5, k6, T7, T8, T9>(value); in ACTION_TEMPLATE()
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dt_db.sh507 sort -d -k4 < exp > tmp
/freebsd/contrib/netbsd-tests/usr.bin/sort/
H A Dt_sort.sh269 atf_check -o file:out sort -t: -k9 -k8 -k7 -k6 -k5 -k4 -k3 \
/freebsd/sys/contrib/openzfs/config/
H A Dlib-link.m4285 | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
332 | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_brainpool.txt1149 MIHsAgEAMBQGByqGSM49AgEGCSskAwMCCAEBDQSB0DCBzQIBAQRAZA10+k4+Esme
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/blake3/
H A Dblake3_avx512.S2074 kmovw k4, eax
2088 vpblendmd zmm3 {k4}, zmm13, zmm8
2155 vpblendmd zmm8 {k4}, zmm8, zmm6
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_avx512_x86-64_unix.S2084 kmovw k4, eax
2098 vpblendmd zmm3 {k4}, zmm13, zmm8
2165 vpblendmd zmm8 {k4}, zmm8, zmm6
H A Dblake3_avx512_x86-64_windows_gnu.S2082 kmovw k4, eax
2096 vpblendmd zmm3 {k4}, zmm13, zmm8
2163 vpblendmd zmm8 {k4}, zmm8, zmm6
H A Dblake3_avx512_x86-64_windows_msvc.asm2088 kmovw k4, eax
2102 vpblendmd zmm3 {k4}, zmm13, zmm8
2169 vpblendmd zmm8 {k4}, zmm8, zmm6
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.td411 def K4 : X86Reg<"k4", 4>, DwarfRegNum<[122, 97, 97]>;
/freebsd/contrib/ncurses/include/
H A DCaps.uwin367 key_f4 kf4 str k4 KEY_F(4) - YBCGE F4 function key
H A DCaps399 key_f4 kf4 str k4 KEY_F(4) - YBCGE F4 function key
H A DCaps.hpux11401 key_f4 kf4 str k4 KEY_F(4) - YBCGE F4 function key
H A DCaps.osf1r5383 key_f4 kf4 str k4 KEY_F(4) - YBCGE F4 function key
H A DCaps.aix4399 key_f4 kf4 str k4 KEY_F(4) - YBCGE F4 function key

12