Home
last modified time | relevance | path

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

123456789

/external/libnl/lib/
Dhash.c187 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 …]
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010/
DBUILD48 "k8|/dt7/usr/bin/gcc": ":cc-compiler-k8",
49 "k8": ":cc-compiler-k8",
56 name = "cc-compiler-k8",
73 cpu = "k8",
77 name = "cc-toolchain-k8",
84 toolchain = ":cc-compiler-k8",
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/clang/
DBUILD48 "k8|clang": ":cc-compiler-k8",
49 "k8": ":cc-compiler-k8",
56 name = "cc-compiler-k8",
73 cpu = "k8",
77 name = "cc-toolchain-k8",
84 toolchain = ":cc-compiler-k8",
/external/libffi/m4/
Dax_gcc_archflag.m4130 …*|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 …]
/external/ImageMagick/m4/
Dax_gcc_archflag.m4130 …*|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 …]
/external/llvm-project/flang/test/Semantics/
Dmodfile20.f904 integer, parameter :: k8 = 8 variable
5 integer(8), parameter :: k4 = k8/2
7 integer(k8), parameter :: i = 2_k8
Dmodfile17.f905 type :: capture(k1,k2,k4,k8)
9 integer(kind=8), kind :: k8 component
13 integer(kind=k8) :: j8
36 type(capture(2,k8=1,k4=8,k2=4)) :: x2481
41 type(capture(2,1,k4=8,k8=4)) :: x2184
Darray-constr-values.f907 integer(KIND=8) :: k8 = 20 local
27 intarray = (/ 1,2,3,4, k8 /) ! C7110
/external/tensorflow/third_party/toolchains/clang6/
Dclang.BUILD145 "k8|clang6": ":clang6-k8",
150 name = "clang6-k8",
153 cpu = "k8",
DCROSSTOOL.tpl3 default_target_cpu: "k8"
6 cpu: "k8"
7 toolchain_identifier: "k8-clang-6.0-cxx-4.8-linux-gnu"
12 target_cpu: "k8" # bazel build --cpu=k8
20 dynamic_runtimes_filegroup: "dynamic-runtime-libs-k8"
23 static_runtimes_filegroup: "static-runtime-libs-k8"
33 toolchain_identifier: "k8-clang-6.0-cxx-4.8-linux-gnu"
/external/openssh/
Dumac.c377 k8,k9,k10,k11; in nh_aux() local
388 k8 = *(k+8); k9 = *(k+9); k10 = *(k+10); k11 = *(k+11); in nh_aux()
391 h2 += MUL64((k4 + d0), (k8 + d4)); in nh_aux()
402 k0 = k8; k1 = k9; k2 = k10; k3 = k11; in nh_aux()
424 k8,k9,k10,k11,k12,k13,k14,k15; in nh_aux() local
436 k8 = *(k+8); k9 = *(k+9); k10 = *(k+10); k11 = *(k+11); in nh_aux()
440 h2 += MUL64((k4 + d0), (k8 + d4)); in nh_aux()
441 h3 += MUL64((k8 + d0), (k12 + d4)); in nh_aux()
455 k0 = k8; k1 = k9; k2 = k10; k3 = k11; in nh_aux()
479 k8,k9,k10,k11,k12,k13,k14,k15, in nh_aux() local
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dax_gcc_archflag.m4131 ?00??f[[4cef8b]]?:*:*:*) ax_gcc_arch="athlon64 k8" ;;
132 ?00??f5?:*:*:*) ax_gcc_arch="opteron k8" ;;
133 ?00??f7?:*:*:*) ax_gcc_arch="athlon-fx opteron k8" ;;
134 ?00??f??:*:*:*) ax_gcc_arch="k8" ;;
135 ?05??f??:*:*:*) ax_gcc_arch="btver1 amdfam10 k8" ;;
136 ?06??f??:*:*:*) ax_gcc_arch="bdver1 amdfam10 k8" ;;
137 *f??:*:*:*) ax_gcc_arch="amdfam10 k8" ;;
/external/llvm/test/CodeGen/X86/
Dx86-64-double-shifts-var.ll6 ; RUN: llc < %s -march=x86-64 -mcpu=k8 | FileCheck %s
10 ; RUN: llc < %s -march=x86-64 -mcpu=k8-sse3 | FileCheck %s
/external/llvm-project/llvm/test/CodeGen/X86/
Dx86-64-double-shifts-var.ll1 ; RUN: llc < %s -mtriple=x86_64-- -mcpu=k8 | FileCheck %s
5 ; RUN: llc < %s -mtriple=x86_64-- -mcpu=k8-sse3 | FileCheck %s
/external/tensorflow/tensorflow/lite/kernels/internal/
DBUILD155 name = "k8",
157 "cpu": "k8",
283 ":k8": tflite_deps_intel,
330 ":k8": tflite_deps_intel,
555 ":k8": tflite_deps_intel,
652 ":k8": tflite_deps_intel,
841 ":k8",
1107 ":k8": tflite_deps_intel,
/external/skia/tools/skui/
DKey.h25 k8, enumerator
/external/llvm-project/polly/lib/External/isl/m4/
Dax_gcc_archflag.m4122 *f[[4cef8b]]?:*:*:*) ax_gcc_arch="athlon64 k8" ;;
123 *f5?:*:*:*) ax_gcc_arch="opteron k8" ;;
124 *f7?:*:*:*) ax_gcc_arch="athlon-fx opteron k8" ;;
125 *f??:*:*:*) ax_gcc_arch="k8" ;;
/external/oss-fuzz/projects/tensorflow/
Dbuild.sh92 ${RSYNC_CMD} ./bazel-out/k8-opt/bin/tensorflow/core/protobuf ${REMAP_PATH}
/external/llvm-project/llvm/test/Transforms/Inline/X86/
Dinline-target-cpu-x86_64.ll40 attributes #1 = { nounwind "target-cpu"="k8" }
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-generated-matchers.h68 int k4 = -1, int k5 = -1, int k6 = -1, int k7 = -1, int k8 = -1,
74 int k7, int k8, int k9>
81 GMOCK_FIELD_TYPE_(Tuple, k7), GMOCK_FIELD_TYPE_(Tuple, k8),
85 get<k5>(t), get<k6>(t), get<k7>(t), get<k8>(t), get<k9>(t)); in GetSelectedFields()
193 int k7, int k8>
194 class TupleFields<Tuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, -1> {
200 GMOCK_FIELD_TYPE_(Tuple, k7), GMOCK_FIELD_TYPE_(Tuple, k8)> type;
203 get<k5>(t), get<k6>(t), get<k7>(t), get<k8>(t)); in GetSelectedFields()
211 int k4 = -1, int k5 = -1, int k6 = -1, int k7 = -1, int k8 = -1,
218 k6, k7, k8, k9>::type SelectedArgs;
[all …]
/external/perfetto/bazel/
DBUILD23 values = {"cpu": "k8"},
/external/tensorflow/tensorflow/tools/ci_build/presubmit/ubuntu_16/cpu_py36_full/
Dbuild.sh82 …xtra_toolchains=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010:cc-toolchain-k8 \
/external/openscreen/third_party/abseil/src/absl/copts/
Dconfigure_copts.bzl66 "k8",
/external/tensorflow/third_party/toolchains/cpus/arm/
DBUILD16 "k8": ":cc-compiler-local",
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenExegesis.inc246 { "k8", &X86DefaultAMDPfmCounters },
247 { "k8-sse3", &X86DefaultAMDPfmCounters },

123456789