| /trueos/contrib/jansson/src/ |
| HD | lookup3.h | 224 const uint8_t *k8; in hashlittle() local 269 k8 = (const uint8_t *)k; in hashlittle() 273 case 11: c+=((uint32_t)k8[10])<<16; /* fall through */ in hashlittle() 274 case 10: c+=((uint32_t)k8[9])<<8; /* fall through */ in hashlittle() 275 case 9 : c+=k8[8]; /* fall through */ in hashlittle() 277 case 7 : b+=((uint32_t)k8[6])<<16; /* fall through */ in hashlittle() 278 case 6 : b+=((uint32_t)k8[5])<<8; /* fall through */ in hashlittle() 279 case 5 : b+=k8[4]; /* fall through */ in hashlittle() 281 case 3 : a+=((uint32_t)k8[2])<<16; /* fall through */ in hashlittle() 282 case 2 : a+=((uint32_t)k8[1])<<8; /* fall through */ in hashlittle() [all …]
|
| /trueos/contrib/unbound/util/storage/ |
| HD | lookup3.c | 336 const uint8_t *k8; in hashlittle() local 381 k8 = (const uint8_t *)k; in hashlittle() 385 case 11: c+=((uint32_t)k8[10])<<16; /* fall through */ in hashlittle() 386 case 10: c+=((uint32_t)k8[9])<<8; /* fall through */ in hashlittle() 387 case 9 : c+=k8[8]; /* fall through */ in hashlittle() 389 case 7 : b+=((uint32_t)k8[6])<<16; /* fall through */ in hashlittle() 390 case 6 : b+=((uint32_t)k8[5])<<8; /* fall through */ in hashlittle() 391 case 5 : b+=k8[4]; /* fall through */ in hashlittle() 393 case 3 : a+=((uint32_t)k8[2])<<16; /* fall through */ in hashlittle() 394 case 2 : a+=((uint32_t)k8[1])<<8; /* fall through */ in hashlittle() [all …]
|
| /trueos/contrib/gcc/config/i386/ |
| HD | athlon.md | 136 (and (eq_attr "cpu" "athlon,k8,generic64,amdfam10") 140 (and (eq_attr "cpu" "athlon,k8,generic64") 151 (and (eq_attr "cpu" "athlon,k8,generic64,amdfam10") 155 (and (eq_attr "cpu" "athlon,k8,generic64") 159 (and (eq_attr "cpu" "k8,generic64") 171 (and (eq_attr "cpu" "k8,generic64,amdfam10") 177 (and (eq_attr "cpu" "athlon,k8,generic64") 194 (and (eq_attr "cpu" "k8,generic64,amdfam10") 200 (and (eq_attr "cpu" "k8,generic64,amdfam10") 216 (and (eq_attr "cpu" "k8,generic64,amdfam10") [all …]
|
| /trueos/sys/libkern/ |
| HD | jenkins_hash.c | 266 const uint8_t *k8; in jenkins_hash() local 280 k8 = (const uint8_t *)k; in jenkins_hash() 287 case 11: c+=((uint32_t)k8[10])<<16; /* fall through */ in jenkins_hash() 292 case 9 : c+=k8[8]; /* fall through */ in jenkins_hash() 296 case 7 : b+=((uint32_t)k8[6])<<16; /* fall through */ in jenkins_hash() 300 case 5 : b+=k8[4]; /* fall through */ in jenkins_hash() 303 case 3 : a+=((uint32_t)k8[2])<<16; /* fall through */ in jenkins_hash() 306 case 1 : a+=k8[0]; in jenkins_hash()
|
| /trueos/crypto/openssh/ |
| HD | umac.c | 384 k8,k9,k10,k11; in nh_aux() local 395 k8 = *(k+8); k9 = *(k+9); k10 = *(k+10); k11 = *(k+11); in nh_aux() 398 h2 += MUL64((k4 + d0), (k8 + d4)); in nh_aux() 409 k0 = k8; k1 = k9; k2 = k10; k3 = k11; in nh_aux() 431 k8,k9,k10,k11,k12,k13,k14,k15; in nh_aux() local 443 k8 = *(k+8); k9 = *(k+9); k10 = *(k+10); k11 = *(k+11); in nh_aux() 447 h2 += MUL64((k4 + d0), (k8 + d4)); in nh_aux() 448 h3 += MUL64((k8 + d0), (k12 + d4)); in nh_aux() 462 k0 = k8; k1 = k9; k2 = k10; k3 = k11; in nh_aux() 486 k8,k9,k10,k11,k12,k13,k14,k15, in nh_aux() local [all …]
|
| /trueos/share/mk/ |
| HD | bsd.cpu.mk | 216 MACHINE_CPU = k8 3dnow sse4a sse3 219 MACHINE_CPU = k8 3dnow sse3 222 MACHINE_CPU = k8 3dnow
|
| /trueos/release/picobsd/mfs_tree/etc/ |
| HD | termcap | 14 :k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:\ 48 :k6=\E@:k7=\EA:k8=\EB:k9=\EC:k0=\ED: 51 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\ 66 :k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:@8=\EOM:\ 134 :k;=\E[V:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:\ 179 :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:F1=\E[23~:F2=\E[24~:\
|
| /trueos/crypto/openssl/engines/ccgost/ |
| HD | gost89.h | 24 byte k8[16]; member
|
| HD | gost89.c | 224 c->k87[i] = (b->k8[i >> 4] << 4 | b->k7[i & 15]) << 24; in kboxinit()
|
| /trueos/lib/libpmc/ |
| HD | Makefile | 38 MAN+= pmc.k8.3
|
| HD | libpmc.c | 151 PMC_CLASSDEP_TABLE(k8, K8); 284 PMC_MDEP_TABLE(k8, K8, PMC_CLASS_SOFT, PMC_CLASS_TSC); 339 PMC_CLASS_TABLE_DESC(k8, K8, k8, k8); 2871 count = PMC_EVENT_TABLE_SIZE(k8); in pmc_event_names_of_class() 3103 PMC_MDEP_INIT(k8); in pmc_init() 3359 evfence = k8_event_table + PMC_EVENT_TABLE_SIZE(k8); in _pmc_name_of_event()
|
| /trueos/etc/ |
| HD | termcap.small | 44 :k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:\ 220 :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:F1=\E[23~:F2=\E[24~:\ 241 :k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:@8=\EOM:\ 252 :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kI=\E[2~:\ 304 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
|
| /trueos/share/termcap/ |
| HD | termcap | 219 :k7=\EOi:k8=\EOj:ko=nd,up,ho: 251 :k7=\EOi:k8=\EOj:ve=\E[11;0j:\ 268 :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\ 292 :k8=\EOW:k9=\EOX:k;=\EOY:kB=^]:kC=\E[2J:kD=\E[P:\ 339 :k5=\Et\r:k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:k9=\Ex\r:\ 449 :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\EY:\ 471 :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:k0=\E[010q:\ 484 :k5=\E[005q:k6=\E[006q:k7=\E[007q:k8=\E[008q:\ 501 :k6=\Ef\n:k7=\Eg\n:k8=\Eh\n:k9=\Ei\n:kb=\b:kd=\EB:\ 513 :k6=\Ef\n:k7=\Eg\n:k8=\Eh\n:k9=\Ei\n:kb=\b:kd=\EB:\ [all …]
|
| /trueos/sys/opencrypto/ |
| HD | skipjack.c | 144 u_int8_t * k8 = key_tables [8]; in skipjack_forwards() local 212 u_int8_t * k8 = key_tables [8]; in skipjack_backwards() local
|
| /trueos/contrib/llvm/lib/Target/X86/ |
| HD | X86.td | 276 def : Proc<"k8", [FeatureSSE2, Feature3DNowA, Feature64Bit, 284 def : Proc<"k8-sse3", [FeatureSSE3, Feature3DNowA, FeatureCMPXCHG16B,
|
| /trueos/contrib/netbsd-tests/usr.bin/sort/ |
| HD | t_sort.sh | 261 atf_check -o file:out sort -t: -k9 -k8 -k7 -k6 -k5 -k4 -k3 \
|
| /trueos/contrib/gcc/ |
| HD | ChangeLog.gcc43 | 143 * config/i386/i386.c (override_options): Accept k8-sse3, opteron-sse3 144 and athlon64-sse3 as improved versions of k8, opteron and athlon64
|
| HD | config.gcc | 1223 echo "generic core2 nocona x86-64 amdfam10 barcelona k8 opteron athlon64 athlon-fx" 1>&2 2525 k8-*|opteron-*|athlon_64-*) 2526 with_cpu=k8 2568 k8-*|opteron-*|athlon_64-*) 2569 with_cpu=k8 2808 "" | amdfam10 | barcelona | k8 | opteron | athlon64 | athlon-fx | nocona | core2 | generic)
|
| /trueos/contrib/binutils/gas/doc/ |
| HD | c-i386.texi | 105 @code{k8}, 757 @item @samp{k6} @tab @samp{athlon} @tab @samp{sledgehammer} @tab @samp{k8}
|
| /trueos/share/colldef/ |
| HD | en_DK.example | 89 collating-symbol <k8> 1200 <k8>
|
| /trueos/contrib/ncurses/include/ |
| HD | Caps.uwin | 366 key_f8 kf8 str k8 KEY_F(8) - YBCGE F8 function key
|
| HD | Caps.aix4 | 398 key_f8 kf8 str k8 KEY_F(8) - YBCGE F8 function key
|
| HD | Caps.osf1r5 | 382 key_f8 kf8 str k8 KEY_F(8) - YBCGE F8 function key
|
| HD | Caps | 398 key_f8 kf8 str k8 KEY_F(8) - YBCGE F8 function key
|
| HD | Caps.keys | 400 key_f8 kf8 str k8 KEY_F(8) - YBCGE F8 function key
|