Home
last modified time | relevance | path

Searched refs:k8 (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/unbound/util/storage/
H A Dlookup3.c368 const uint8_t *k8; in hashlittle() local
413 k8 = (const uint8_t *)k; in hashlittle()
417 case 11: c+=((uint32_t)k8[10])<<16; in hashlittle()
420 case 10: c+=((uint32_t)k8[9])<<8; in hashlittle()
423 case 9 : c+=k8[8]; in hashlittle()
427 case 7 : b+=((uint32_t)k8[6])<<16; in hashlittle()
430 case 6 : b+=((uint32_t)k8[5])<<8; in hashlittle()
433 case 5 : b+=k8[4]; in hashlittle()
437 case 3 : a+=((uint32_t)k8[2])<<16; in hashlittle()
440 case 2 : a+=((uint32_t)k8[1])<<8; in hashlittle()
[all …]
/freebsd/sys/libkern/
H A Djenkins_hash.c265 const uint8_t *k8; in jenkins_hash() local
279 k8 = (const uint8_t *)k; in jenkins_hash()
286 case 11: c+=((uint32_t)k8[10])<<16; /* fall through */ in jenkins_hash()
291 case 9 : c+=k8[8]; /* fall through */ in jenkins_hash()
295 case 7 : b+=((uint32_t)k8[6])<<16; /* fall through */ in jenkins_hash()
299 case 5 : b+=k8[4]; /* fall through */ in jenkins_hash()
302 case 3 : a+=((uint32_t)k8[2])<<16; /* fall through */ in jenkins_hash()
305 case 1 : a+=k8[0]; in jenkins_hash()
/freebsd/crypto/openssh/
H A Dumac.c380 k8,k9,k10,k11; in nh_aux() local
391 k8 = *(k+8); k9 = *(k+9); k10 = *(k+10); k11 = *(k+11); in nh_aux()
394 h2 += MUL64((k4 + d0), (k8 + d4)); in nh_aux()
405 k0 = k8; k1 = k9; k2 = k10; k3 = k11; in nh_aux()
427 k8,k9,k10,k11,k12,k13,k14,k15; in nh_aux() local
439 k8 = *(k+8); k9 = *(k+9); k10 = *(k+10); k11 = *(k+11); in nh_aux()
443 h2 += MUL64((k4 + d0), (k8 + d4)); in nh_aux()
444 h3 += MUL64((k8 + d0), (k12 + d4)); in nh_aux()
458 k0 = k8; k1 = k9; k2 = k10; k3 = k11; in nh_aux()
482 k8,k9,k10,k11,k12,k13,k14,k15, in nh_aux() local
[all …]
/freebsd/share/mk/
H A Dbsd.cpu.mk244 MACHINE_CPU = k8 3dnow sse4a sse3
247 MACHINE_CPU = k8 3dnow sse3
250 MACHINE_CPU = k8 3dnow
/freebsd/lib/libpmc/
H A Dlibpmc.c138 PMC_CLASSDEP_TABLE(k8, K8);
208 PMC_CLASS_TABLE_DESC(k8, K8, k8, k8);
1389 count = PMC_EVENT_TABLE_SIZE(k8); in pmc_event_names_of_class()
1690 PMC_MDEP_INIT(k8); in pmc_init()
1806 evfence = k8_event_table + PMC_EVENT_TABLE_SIZE(k8); in _pmc_name_of_event()
H A DMakefile117 pmc.amd.3 pmc.k8.3
/freebsd/share/termcap/
H A Dtermcap216 :k7=\EOi:k8=\EOj:ko=nd,up,ho:
248 :k7=\EOi:k8=\EOj:ve=\E[11;0j:\
265 :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\
289 :k8=\EOW:k9=\EOX:k;=\EOY:kB=^]:kC=\E[2J:kD=\E[P:\
336 :k5=\Et\r:k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:k9=\Ex\r:\
446 :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\EY:\
468 :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:k0=\E[010q:\
481 :k5=\E[005q:k6=\E[006q:k7=\E[007q:k8=\E[008q:\
498 :k6=\Ef\n:k7=\Eg\n:k8=\Eh\n:k9=\Ei\n:kb=\b:kd=\EB:\
510 :k6=\Ef\n:k7=\Eg\n:k8=\Eh\n:k9=\Ei\n:kb=\b:kd=\EB:\
[all …]
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Ds3c6410-mini6410.dts116 button-k8 {
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PfmCounters.td280 def : PfmCountersBinding<"k8", DefaultAMDPfmCounters>;
284 def : PfmCountersBinding<"k8-sse3", DefaultAMDPfmCounters>;
H A DX86.td1916 foreach P = ["k8", "opteron", "athlon64", "athlon-fx"] in {
1923 foreach P = ["k8-sse3", "opteron-sse3", "athlon64-sse3"] in {
/freebsd/secure/caroot/trusted/
H A DAutoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem117 m8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctXMbScyJCy
/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/contrib/ncurses/include/
H A DCaps.uwin401 key_f8 kf8 str k8 KEY_F(8) - YBCGE F8 function key
H A DCaps.hpux11442 key_f8 kf8 str k8 KEY_F(8) - YBCGE F8 function key
H A DCaps.osf1r5423 key_f8 kf8 str k8 KEY_F(8) - YBCGE F8 function key
H A DCaps448 key_f8 kf8 str k8 KEY_F(8) - YBCGE F8 function key
H A DCaps.aix4440 key_f8 kf8 str k8 KEY_F(8) - YBCGE F8 function key
H A DCaps.keys443 key_f8 kf8 str k8 KEY_F(8) - YBCGE F8 function key
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh3330 Tz93X/env9W+7k8/a1/3p5+nr/vTTzQBw++96Lk0i5YgU6e8fZeeuXoPqF5BsbZP
/freebsd/contrib/ntp/
H A DCommitLog-4.1.01657 * configure.in: 4.0.99k8
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc7091 OLD_FILES+=usr/share/man/man3/pmc.k8.3.gz