Home
last modified time | relevance | path

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

12

/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunitlruhash.c87 testkey_type* k4 = newkey(12 + 1024*2); in test_bin_find_entry() local
123 unit_assert( k->entry.hash == k4->entry.hash ); in test_bin_find_entry()
124 k4->entry.overflow_next = &k->entry; in test_bin_find_entry()
125 k3->entry.overflow_next = &k4->entry; in test_bin_find_entry()
140 unit_assert( bin_find_entry(table, &bin, k4->entry.hash, k4, NULL) in test_bin_find_entry()
141 == &k4->entry ); in test_bin_find_entry()
143 bin_overflow_remove(&bin, &k4->entry); in test_bin_find_entry()
145 unit_assert( bin_find_entry(table, &bin, k4->entry.hash, k4, NULL) == NULL); in test_bin_find_entry()
157 delkey(k4); in test_bin_find_entry()
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/
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
383 vpsubq %ymm4,%ymm18,%ymm18{%k4}
630 vpcmpuq $1,%ymm18,%ymm4,%k4
635 kmovb %k4,%r11d
642 vpcmpuq $0,%ymm18,%ymm4,%k4
647 kmovb %k4,%ecx
[all …]
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dumac.c364 UINT32 k0,k1,k2,k3,k4,k5,k6,k7; in nh_aux() local
373 k4 = *(k+4); k5 = *(k+5); k6 = *(k+6); k7 = *(k+7); in nh_aux()
374 h += MUL64((k0 + d0), (k4 + d4)); in nh_aux()
397 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, in nh_aux() local
408 k4 = *(k+4); k5 = *(k+5); k6 = *(k+6); k7 = *(k+7); in nh_aux()
411 h1 += MUL64((k0 + d0), (k4 + d4)); in nh_aux()
412 h2 += MUL64((k4 + d0), (k8 + d4)); in nh_aux()
444 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, in nh_aux() local
451 k4 = *(k+4); k5 = *(k+5); k6 = *(k+6); k7 = *(k+7); in nh_aux()
460 h1 += MUL64((k0 + d0), (k4 + d4)); in nh_aux()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/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}
/netbsd-src/sys/crypto/adiantum/
H A Dadiantum.c223 uint64_t k0, k1, k2, k3, k4; /* 64-bit extension of h */ in poly1305_update_blocks() local
262 k4 = h4 + m4; in poly1305_update_blocks()
265 p0 = r0*k0 + 5*r4*k1 + 5*r3*k2 + 5*r2*k3 + 5*r1*k4; in poly1305_update_blocks()
266 p1 = r1*k0 + r0*k1 + 5*r4*k2 + 5*r3*k3 + 5*r2*k4; in poly1305_update_blocks()
267 p2 = r2*k0 + r1*k1 + r0*k2 + 5*r4*k3 + 5*r3*k4; in poly1305_update_blocks()
268 p3 = r3*k0 + r2*k1 + r1*k2 + r0*k3 + 5*r4*k4; in poly1305_update_blocks()
269 p4 = r4*k0 + r3*k1 + r2*k2 + r1*k3 + r0*k4; in poly1305_update_blocks()
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c290 UINT64 k1, k2, k4, k5, k7, k8, k10, k11; in _bid_to_dpd128() local
324 k4 = ((UINT64) BHL32 * d103) >> (32 + 8); in _bid_to_dpd128()
325 k5 = BHL32 - (unsigned int) k4 *1000; in _bid_to_dpd128()
334 dcoeff.w[1] = (b2d[k5] >> 4) | (b2d[k4] << 6) | (b2d[k3] << 16) | in _bid_to_dpd128()
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c292 UINT64 k1, k2, k4, k5, k7, k8, k10, k11; in _bid_to_dpd128() local
340 k4 = ((UINT64) BHL32 * d103) >> (32 + 8); in _bid_to_dpd128()
341 k5 = BHL32 - (unsigned int) k4 *1000; in _bid_to_dpd128()
350 dcoeff.w[1] = (b2d[k5] >> 4) | (b2d[k4] << 6) | (b2d[k3] << 16) | in _bid_to_dpd128()
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c290 UINT64 k1, k2, k4, k5, k7, k8, k10, k11; in _bid_to_dpd128() local
324 k4 = ((UINT64) BHL32 * d103) >> (32 + 8); in _bid_to_dpd128()
325 k5 = BHL32 - (unsigned int) k4 *1000; in _bid_to_dpd128()
334 dcoeff.w[1] = (b2d[k5] >> 4) | (b2d[k4] << 6) | (b2d[k3] << 16) | in _bid_to_dpd128()
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c292 UINT64 k1, k2, k4, k5, k7, k8, k10, k11; in _bid_to_dpd128() local
340 k4 = ((UINT64) BHL32 * d103) >> (32 + 8); in _bid_to_dpd128()
341 k5 = BHL32 - (unsigned int) k4 *1000; in _bid_to_dpd128()
350 dcoeff.w[1] = (b2d[k5] >> 4) | (b2d[k4] << 6) | (b2d[k3] << 16) | in _bid_to_dpd128()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Dgammafunction.d1094 real k1, k2, k3, k4, k5, k6, k7, k8; in betaDistExpansion1() local
1101 k4 = a + 1.0L; in betaDistExpansion1()
1104 k7 = k4; in betaDistExpansion1()
1117 xk = -( x * k1 * k2 )/( k3 * k4 ); in betaDistExpansion1()
1151 k4 += 2.0L; in betaDistExpansion1()
1183 real k1, k2, k3, k4, k5, k6, k7, k8; in betaDistExpansion2() local
1189 k4 = a + 1.0L; in betaDistExpansion2()
1206 xk = -( z * k1 * k2 )/( k3 * k4 ); in betaDistExpansion2()
1236 k4 += 2.0L; in betaDistExpansion2()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/math/
H A Dgammafunction.d1102 real k1, k2, k3, k4, k5, k6, k7, k8; in betaDistExpansion1() local
1109 k4 = a + 1.0L; in betaDistExpansion1()
1112 k7 = k4; in betaDistExpansion1()
1125 xk = -( x * k1 * k2 )/( k3 * k4 ); in betaDistExpansion1()
1159 k4 += 2.0L; in betaDistExpansion1()
1191 real k1, k2, k3, k4, k5, k6, k7, k8; in betaDistExpansion2() local
1197 k4 = a + 1.0L; in betaDistExpansion2()
1214 xk = -( z * k1 * k2 )/( k3 * k4 ); in betaDistExpansion2()
1244 k4 += 2.0L; in betaDistExpansion2()
/netbsd-src/sys/crypto/skipjack/
H A Dskipjack.c145 u_int8_t * k4 = key_tables [4]; in skipjack_forwards() local
213 u_int8_t * k4 = key_tables [4]; in skipjack_backwards() local
/netbsd-src/usr.bin/make/
H A DMakefile147 | sort -r -k4 \
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Ds3c6410-mini6410.dts88 button-k4 {
/netbsd-src/sys/arch/ia64/include/
H A Dia64_cpu.h404 IA64_AR(k4) in IA64_AR()
/netbsd-src/sys/arch/ia64/ia64/
H A Dsyscall_stubs.S276 mov r13=ar.k4
H A Dexception.S542 mov r13=ar.k4
/netbsd-src/tests/lib/libc/db/
H A Dt_db.sh492 sort -d -k4 < exp > tmp
/netbsd-src/tests/usr.bin/sort/
H A Dt_sort.sh261 atf_check -o file:out sort -t: -k9 -k8 -k7 -k6 -k5 -k4 -k3 \
/netbsd-src/external/bsd/pam-u2f/dist/m4/
H A Dlib-link.m4268 | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
315 | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
/netbsd-src/external/bsd/flex/dist/m4/
H A Dlib-link.m4284 | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
331 | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Di386-reg.tbl101 k4, Class=RegMask, 0, 4, 97, 122
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-reg.tbl168 k4, Class=RegMask, 0, 4, 97, 122
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
H A Devppkey_brainpool.txt1149 MIHsAgEAMBQGByqGSM49AgEGCSskAwMCCAEBDQSB0DCBzQIBAQRAZA10+k4+Esme
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86RegisterInfo.td286 def K4 : X86Reg<"k4", 4>, DwarfRegNum<[122, 97, 97]>;

12