/third_party/libnl/lib/ |
D | hash.c | 187 const uint8_t *k8; in hashlittle() local 232 k8 = (const uint8_t *)k; in hashlittle() 236 case 11: c+=((uint32_t)k8[10])<<16; /* fall through */ in hashlittle() 237 case 10: c+=((uint32_t)k8[9])<<8; /* fall through */ in hashlittle() 238 case 9 : c+=k8[8]; /* fall through */ in hashlittle() 240 case 7 : b+=((uint32_t)k8[6])<<16; /* fall through */ in hashlittle() 241 case 6 : b+=((uint32_t)k8[5])<<8; /* fall through */ in hashlittle() 242 case 5 : b+=k8[4]; /* fall through */ in hashlittle() 244 case 3 : a+=((uint32_t)k8[2])<<16; /* fall through */ in hashlittle() 245 case 2 : a+=((uint32_t)k8[1])<<8; /* fall through */ in hashlittle() [all …]
|
/third_party/popt/src/ |
D | lookup3.c | 252 const uint8_t *k8; in jlu32l() local 295 k8 = (const uint8_t *)k; in jlu32l() 298 case 11: c += ((uint32_t)k8[10])<<16; /* fallthrough */ in jlu32l() 299 case 10: c += ((uint32_t)k8[9])<<8; /* fallthrough */ in jlu32l() 300 case 9: c += k8[8]; /* fallthrough */ in jlu32l() 302 case 7: b += ((uint32_t)k8[6])<<16; /* fallthrough */ in jlu32l() 303 case 6: b += ((uint32_t)k8[5])<<8; /* fallthrough */ in jlu32l() 304 case 5: b += k8[4]; /* fallthrough */ in jlu32l() 306 case 3: a += ((uint32_t)k8[2])<<16; /* fallthrough */ in jlu32l() 307 case 2: a += ((uint32_t)k8[1])<<8; /* fallthrough */ in jlu32l() [all …]
|
/third_party/libffi/m4/ |
D | ax_gcc_archflag.m4 | 130 …*|f[[4578bcef]]?:*:*:*|*001?f[[4578bcf]]?:*:*:*|1?f[[4578bcf]]?:*:*:*) ax_gcc_arch="athlon64 k8" ;; 131 …?:*:*:*|c?f1?:*:*:*|*020?f3?:*:*:*|20?f3?:*:*:*) ax_gcc_arch="athlon64-sse3 k8-sse3 athlon64 k8" ;; 132 …]?:*:*:*|10?f[[245689a]]?:*:*:*|*030?f1?:*:*:*|30?f1?:*:*:*) ax_gcc_arch="barcelona amdfam10 k8" ;; 133 *050?f[[12]]?:*:*:*|50?f[[12]]?:*:*:*) ax_gcc_arch="btver1 amdfam10 k8" ;; 134 *060?f1?:*:*:*|60?f1?:*:*:*) ax_gcc_arch="bdver1 amdfam10 k8" ;; 135 …:*:*|60?f2?:*:*:*|*061?f[[03]]?:*:*:*|61?f[[03]]?:*:*:*) ax_gcc_arch="bdver2 bdver1 amdfam10 k8" ;; 136 *063?f0?:*:*:*|63?f0?:*:*:*) ax_gcc_arch="bdver3 bdver2 bdver1 amdfam10 k8" ;; 137 *07[[03]]?f0?:*:*:*|7[[03]]?f0?:*:*:*) ax_gcc_arch="btver2 btver1 amdfam10 k8" ;; 139 *0[[13]]??f??:*:*:*|[[13]]??f??:*:*:*) ax_gcc_arch="barcelona amdfam10 k8" ;; 140 *020?f??:*:*:*|20?f??:*:*:*) ax_gcc_arch="athlon64-sse3 k8-sse3 athlon64 k8" ;; [all …]
|
/third_party/boost/tools/build/src/tools/features/ |
D | instruction-set-feature.jam | 32 k6 k6-2 k6-3 athlon athlon-tbird athlon-4 athlon-xp athlon-mp k8 opteron athlon64 athlon-fx 33 k8-sse3 opteron-sse3 athlon64-sse3 amdfam10 barcelona bdver1 bdver2 bdver3 bdver4 btver1
|
/third_party/skia/tools/skui/ |
D | Key.h | 25 k8, enumerator
|
/third_party/skia/toolchain/ |
D | BUILD.bazel | 11 "k8|clang": ":clang_toolchain",
|
D | clang_toolchain_config.bzl | 46 target_cpu = "k8",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenExegesis.inc | 246 { "k8", &X86DefaultAMDPfmCounters }, 247 { "k8-sse3", &X86DefaultAMDPfmCounters },
|
/third_party/ffmpeg/tests/ref/fate/ |
D | sub-ssa-to-ass-remux | 67 …(romaji) OP,,0000,0000,0000,,{2c&H5D8FC3&\c&H75BADB&\2c&H5F7CC3&}{\k27}Na{\k8}i{\k23}fu {\k19}no {… 68 … OP,,0000,0000,0000,,{2c&H5D8FC3&\c&H75BADB&\2c&H5F7CC3&}{\k22}Ne{\k21}bo{\k8}u {\k29}shi{\k23}ta{…
|
/third_party/skia/third_party/externals/abseil-cpp/absl/copts/ |
D | configure_copts.bzl | 69 "k8",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | X86TargetParser.def | 69 X86_CPU_TYPE ("k8", AMD_K8) 70 X86_CPU_TYPE ("k8-sse3", AMD_K8SSE3)
|
/third_party/abseil-cpp/absl/copts/ |
D | configure_copts.bzl | 68 "k8",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86PfmCounters.td | 159 def : PfmCountersBinding<"k8", DefaultAMDPfmCounters>; 163 def : PfmCountersBinding<"k8-sse3", DefaultAMDPfmCounters>;
|
D | X86.td | 1175 foreach P = ["k8", "opteron", "athlon64", "athlon-fx"] in { 1182 foreach P = ["k8-sse3", "opteron-sse3", "athlon64-sse3"] in {
|
/third_party/flutter/skia/tools/sk_app/ |
D | Window.h | 91 k8, enumerator
|
/third_party/boost/tools/build/src/tools/ |
D | intel-vxworks.jam | 121 .cpu-type-amd64 = k8 opteron athlon64 athlon-fx k8-sse3 opteron-sse3
|
D | intel-darwin.jam | 146 .cpu-type-amd64 = k8 opteron athlon64 athlon-fx k8-sse3 opteron-sse3
|
D | gcc.jam | 1280 cpu-flags gcc OPTIONS : x86 : k8 : -march=k8 ; 1284 cpu-flags gcc OPTIONS : x86 : k8-sse3 : -march=k8-sse3 ;
|
D | msvc.jam | 2036 .cpu-type-amd64 = k8 opteron athlon64 athlon-fx k8-sse3 opteron-sse3
|
/third_party/libffi/ |
D | configure | 17024 …?:*:*:*|f[4578bcef]?:*:*:*|*001?f[4578bcf]?:*:*:*|1?f[4578bcf]?:*:*:*) ax_gcc_arch="athlon64 k8" ;; 17025 …?:*:*:*|c?f1?:*:*:*|*020?f3?:*:*:*|20?f3?:*:*:*) ax_gcc_arch="athlon64-sse3 k8-sse3 athlon64 k8" ;; 17026 …9a]?:*:*:*|10?f[245689a]?:*:*:*|*030?f1?:*:*:*|30?f1?:*:*:*) ax_gcc_arch="barcelona amdfam10 k8" ;; 17027 *050?f[12]?:*:*:*|50?f[12]?:*:*:*) ax_gcc_arch="btver1 amdfam10 k8" ;; 17028 *060?f1?:*:*:*|60?f1?:*:*:*) ax_gcc_arch="bdver1 amdfam10 k8" ;; 17029 …2?:*:*:*|60?f2?:*:*:*|*061?f[03]?:*:*:*|61?f[03]?:*:*:*) ax_gcc_arch="bdver2 bdver1 amdfam10 k8" ;; 17030 *063?f0?:*:*:*|63?f0?:*:*:*) ax_gcc_arch="bdver3 bdver2 bdver1 amdfam10 k8" ;; 17031 *07[03]?f0?:*:*:*|7[03]?f0?:*:*:*) ax_gcc_arch="btver2 btver1 amdfam10 k8" ;; 17033 *0[13]??f??:*:*:*|[13]??f??:*:*:*) ax_gcc_arch="barcelona amdfam10 k8" ;; 17034 *020?f??:*:*:*|20?f??:*:*:*) ax_gcc_arch="athlon64-sse3 k8-sse3 athlon64 k8" ;; [all …]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | fft.asm | 140 vperm2f128 %1, %1, %2, 0x13 ; w = {k6,k8,s6,s8,k5,k7,s5,s7} 142 vblendps %1, %5, %1, 0x55 ; w -= {0,s7,0,k7,0,s8,0,k8}
|
/third_party/ffmpeg/doc/ |
D | fftools-common-opts.texi | 352 @item k8
|
/third_party/ffmpeg/ |
D | configure | 4571 k8|opteron|athlon64|athlon-fx) 5230 …o|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64*|k8*|opteron*|athlon-fx\ 6036 athlon*|opteron*|k8*|pentium|pentium-mmx|prescott|nocona|atom|geode)
|
/third_party/ffmpeg/tests/ |
D | reference.pnm | 471 …������������������������������������������������������������������������W+k8(d.h)d#q&|+�'�#… 726 …`ʮi�>�|]�����������������������������������������������������������������������������������妍oc7k8 909 62??#E*E)G+J.K.L.�k8�ީ����������������������������������������������������������������… 1022 …O5�eJ�cG�?)�4&�2&�3)�0&�8+�>3q.@8:9;=FOSHT+P�\#�_)�k8�j/�h/�k1�l,�k0�{<ʩd�… 1167 tN#T�b,�wI�x@�tB�i6�c.�\'�k8�v@�u3�l.�t0��I��P��K��P��Q��UÜYɡX̤U̦XΦX̣TϥX̢TȞTΥ[ШYҥUѦVȞPǜKƞKʡSϨ`ÚLÛ… 1314 o9i8l= i9i6k9l: i9k8g4h8h7k9k9n=pBtE
|
/third_party/curl/ |
D | cacert.pem | 771 plD9amML9ZMWGxmPsu2bm8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctX
|