Home
last modified time | relevance | path

Searched refs:dst (Results 626 – 650 of 130879) sorted by relevance

1...<<21222324252627282930>>...5236

/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws/
H A Dconvert_types.go26 return dst
38 return dst
47 dst[k] = &v
49 return dst
61 return dst
85 return dst
97 return dst
108 return dst
120 return dst
144 return dst
[all …]
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/aws/
H A Dconvert_types.go26 return dst
38 return dst
47 dst[k] = &v
49 return dst
61 return dst
85 return dst
97 return dst
108 return dst
120 return dst
144 return dst
[all …]
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/aws/aws-sdk-go/aws/
H A Dconvert_types.go26 return dst
38 return dst
47 dst[k] = &v
49 return dst
61 return dst
85 return dst
97 return dst
108 return dst
120 return dst
144 return dst
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/aws/aws-sdk-go/aws/
H A Dconvert_types.go26 return dst
38 return dst
47 dst[k] = &v
49 return dst
61 return dst
85 return dst
97 return dst
108 return dst
120 return dst
144 return dst
[all …]
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/aws/aws-sdk-go/aws/
H A Dconvert_types.go26 return dst
38 return dst
47 dst[k] = &v
49 return dst
61 return dst
85 return dst
97 return dst
108 return dst
120 return dst
144 return dst
[all …]
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/aws/aws-sdk-go/aws/
H A Dconvert_types.go26 return dst
38 return dst
47 dst[k] = &v
49 return dst
61 return dst
85 return dst
97 return dst
108 return dst
120 return dst
144 return dst
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/
H A Dconvert_types.go26 return dst
38 return dst
47 dst[k] = &v
49 return dst
61 return dst
85 return dst
97 return dst
108 return dst
120 return dst
144 return dst
[all …]
/dports/multimedia/gavl/gavl-1.4.0/gavl/c/
H A Dgray_rgb_c.c850 dst[0] = tmp; \
851 dst[1] = tmp; \
852 dst[2] = tmp;
869 dst[0] = tmp; \
870 dst[1] = tmp; \
871 dst[2] = tmp;
889 dst[0] = tmp; \
890 dst[1] = tmp; \
891 dst[2] = tmp;
911 dst[2] = tmp_f;
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/github.com/rs/zerolog/internal/json/
H A Dtime.go22 dst = append(dst, '[')
29 dst = append(dst, ']')
30 return dst
37 dst = append(dst, '[')
38 dst = strconv.AppendInt(dst, vals[0].Unix(), 10)
41 dst = strconv.AppendInt(dst, t.Unix(), 10)
44 dst = append(dst, ']')
45 return dst
59 dst = append(dst, '[')
60 dst = AppendDuration(dst, vals[0], unit, useInt)
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/
H A Dvslidedown.c15 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8mf8()
25 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8mf4()
35 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8mf2()
45 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8m1()
55 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8m2()
65 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8m4()
75 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8m8()
85 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i16mf4()
95 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i16mf2()
105 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i16m1()
[all …]
H A Dvslideup.c15 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8mf8()
25 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8mf4()
35 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8mf2()
45 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8m1()
55 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8m2()
65 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8m4()
75 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8m8()
85 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i16mf4()
95 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i16mf2()
105 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i16m1()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvslidedown.c16 return vslidedown_vx_i8mf8(dst, src, offset, vl); in test_vslidedown_vx_i8mf8()
27 return vslidedown_vx_i8mf4(dst, src, offset, vl); in test_vslidedown_vx_i8mf4()
38 return vslidedown_vx_i8mf2(dst, src, offset, vl); in test_vslidedown_vx_i8mf2()
49 return vslidedown_vx_i8m1(dst, src, offset, vl); in test_vslidedown_vx_i8m1()
60 return vslidedown_vx_i8m2(dst, src, offset, vl); in test_vslidedown_vx_i8m2()
71 return vslidedown_vx_i8m4(dst, src, offset, vl); in test_vslidedown_vx_i8m4()
82 return vslidedown_vx_i8m8(dst, src, offset, vl); in test_vslidedown_vx_i8m8()
115 return vslidedown_vx_i16m1(dst, src, offset, vl); in test_vslidedown_vx_i16m1()
126 return vslidedown_vx_i16m2(dst, src, offset, vl); in test_vslidedown_vx_i16m2()
137 return vslidedown_vx_i16m4(dst, src, offset, vl); in test_vslidedown_vx_i16m4()
[all …]
H A Dvslideup.c16 return vslideup_vx_i8mf8(dst, src, offset, vl); in test_vslideup_vx_i8mf8()
27 return vslideup_vx_i8mf4(dst, src, offset, vl); in test_vslideup_vx_i8mf4()
38 return vslideup_vx_i8mf2(dst, src, offset, vl); in test_vslideup_vx_i8mf2()
49 return vslideup_vx_i8m1(dst, src, offset, vl); in test_vslideup_vx_i8m1()
60 return vslideup_vx_i8m2(dst, src, offset, vl); in test_vslideup_vx_i8m2()
71 return vslideup_vx_i8m4(dst, src, offset, vl); in test_vslideup_vx_i8m4()
82 return vslideup_vx_i8m8(dst, src, offset, vl); in test_vslideup_vx_i8m8()
115 return vslideup_vx_i16m1(dst, src, offset, vl); in test_vslideup_vx_i16m1()
126 return vslideup_vx_i16m2(dst, src, offset, vl); in test_vslideup_vx_i16m2()
137 return vslideup_vx_i16m4(dst, src, offset, vl); in test_vslideup_vx_i16m4()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/
H A Dvslideup.c16 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8mf8()
27 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8mf4()
38 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8mf2()
49 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8m1()
60 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8m2()
71 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8m4()
82 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8m8()
93 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i16mf4()
104 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i16mf2()
115 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i16m1()
[all …]
H A Dvslidedown.c16 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8mf8()
27 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8mf4()
38 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8mf2()
49 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8m1()
60 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8m2()
71 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8m4()
82 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8m8()
93 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i16mf4()
104 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i16mf2()
115 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i16m1()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvslideup.c16 return vslideup_vx_i8mf8(dst, src, offset, vl); in test_vslideup_vx_i8mf8()
27 return vslideup_vx_i8mf4(dst, src, offset, vl); in test_vslideup_vx_i8mf4()
38 return vslideup_vx_i8mf2(dst, src, offset, vl); in test_vslideup_vx_i8mf2()
49 return vslideup_vx_i8m1(dst, src, offset, vl); in test_vslideup_vx_i8m1()
60 return vslideup_vx_i8m2(dst, src, offset, vl); in test_vslideup_vx_i8m2()
71 return vslideup_vx_i8m4(dst, src, offset, vl); in test_vslideup_vx_i8m4()
82 return vslideup_vx_i8m8(dst, src, offset, vl); in test_vslideup_vx_i8m8()
115 return vslideup_vx_i16m1(dst, src, offset, vl); in test_vslideup_vx_i16m1()
126 return vslideup_vx_i16m2(dst, src, offset, vl); in test_vslideup_vx_i16m2()
137 return vslideup_vx_i16m4(dst, src, offset, vl); in test_vslideup_vx_i16m4()
[all …]
H A Dvslidedown.c16 return vslidedown_vx_i8mf8(dst, src, offset, vl); in test_vslidedown_vx_i8mf8()
27 return vslidedown_vx_i8mf4(dst, src, offset, vl); in test_vslidedown_vx_i8mf4()
38 return vslidedown_vx_i8mf2(dst, src, offset, vl); in test_vslidedown_vx_i8mf2()
49 return vslidedown_vx_i8m1(dst, src, offset, vl); in test_vslidedown_vx_i8m1()
60 return vslidedown_vx_i8m2(dst, src, offset, vl); in test_vslidedown_vx_i8m2()
71 return vslidedown_vx_i8m4(dst, src, offset, vl); in test_vslidedown_vx_i8m4()
82 return vslidedown_vx_i8m8(dst, src, offset, vl); in test_vslidedown_vx_i8m8()
115 return vslidedown_vx_i16m1(dst, src, offset, vl); in test_vslidedown_vx_i16m1()
126 return vslidedown_vx_i16m2(dst, src, offset, vl); in test_vslidedown_vx_i16m2()
137 return vslidedown_vx_i16m4(dst, src, offset, vl); in test_vslidedown_vx_i16m4()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/
H A Dvslidedown.c16 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8mf8()
27 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8mf4()
38 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8mf2()
49 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8m1()
60 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8m2()
71 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8m4()
82 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8m8()
93 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i16mf4()
104 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i16mf2()
115 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i16m1()
[all …]
H A Dvslideup.c16 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8mf8()
27 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8mf4()
38 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8mf2()
49 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8m1()
60 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8m2()
71 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8m4()
82 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8m8()
93 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i16mf4()
104 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i16mf2()
115 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i16m1()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvslidedown.c16 return vslidedown_vx_i8mf8(dst, src, offset, vl); in test_vslidedown_vx_i8mf8()
27 return vslidedown_vx_i8mf4(dst, src, offset, vl); in test_vslidedown_vx_i8mf4()
38 return vslidedown_vx_i8mf2(dst, src, offset, vl); in test_vslidedown_vx_i8mf2()
49 return vslidedown_vx_i8m1(dst, src, offset, vl); in test_vslidedown_vx_i8m1()
60 return vslidedown_vx_i8m2(dst, src, offset, vl); in test_vslidedown_vx_i8m2()
71 return vslidedown_vx_i8m4(dst, src, offset, vl); in test_vslidedown_vx_i8m4()
82 return vslidedown_vx_i8m8(dst, src, offset, vl); in test_vslidedown_vx_i8m8()
115 return vslidedown_vx_i16m1(dst, src, offset, vl); in test_vslidedown_vx_i16m1()
126 return vslidedown_vx_i16m2(dst, src, offset, vl); in test_vslidedown_vx_i16m2()
137 return vslidedown_vx_i16m4(dst, src, offset, vl); in test_vslidedown_vx_i16m4()
[all …]
H A Dvslideup.c16 return vslideup_vx_i8mf8(dst, src, offset, vl); in test_vslideup_vx_i8mf8()
27 return vslideup_vx_i8mf4(dst, src, offset, vl); in test_vslideup_vx_i8mf4()
38 return vslideup_vx_i8mf2(dst, src, offset, vl); in test_vslideup_vx_i8mf2()
49 return vslideup_vx_i8m1(dst, src, offset, vl); in test_vslideup_vx_i8m1()
60 return vslideup_vx_i8m2(dst, src, offset, vl); in test_vslideup_vx_i8m2()
71 return vslideup_vx_i8m4(dst, src, offset, vl); in test_vslideup_vx_i8m4()
82 return vslideup_vx_i8m8(dst, src, offset, vl); in test_vslideup_vx_i8m8()
115 return vslideup_vx_i16m1(dst, src, offset, vl); in test_vslideup_vx_i16m1()
126 return vslideup_vx_i16m2(dst, src, offset, vl); in test_vslideup_vx_i16m2()
137 return vslideup_vx_i16m4(dst, src, offset, vl); in test_vslideup_vx_i16m4()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/
H A Dvslideup.c16 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8mf8()
27 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8mf4()
38 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8mf2()
49 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8m1()
60 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8m2()
71 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8m4()
82 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8m8()
93 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i16mf4()
104 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i16mf2()
115 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i16m1()
[all …]
H A Dvslidedown.c16 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8mf8()
27 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8mf4()
38 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8mf2()
49 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8m1()
60 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8m2()
71 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8m4()
82 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i8m8()
93 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i16mf4()
104 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i16mf2()
115 return vslidedown(dst, src, offset, vl); in test_vslidedown_vx_i16m1()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/
H A Dvslideup.c16 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8mf8()
27 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8mf4()
38 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8mf2()
49 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8m1()
60 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8m2()
71 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8m4()
82 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i8m8()
93 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i16mf4()
104 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i16mf2()
115 return vslideup(dst, src, offset, vl); in test_vslideup_vx_i16m1()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvslidedown.c16 return vslidedown_vx_i8mf8(dst, src, offset, vl); in test_vslidedown_vx_i8mf8()
27 return vslidedown_vx_i8mf4(dst, src, offset, vl); in test_vslidedown_vx_i8mf4()
38 return vslidedown_vx_i8mf2(dst, src, offset, vl); in test_vslidedown_vx_i8mf2()
49 return vslidedown_vx_i8m1(dst, src, offset, vl); in test_vslidedown_vx_i8m1()
60 return vslidedown_vx_i8m2(dst, src, offset, vl); in test_vslidedown_vx_i8m2()
71 return vslidedown_vx_i8m4(dst, src, offset, vl); in test_vslidedown_vx_i8m4()
82 return vslidedown_vx_i8m8(dst, src, offset, vl); in test_vslidedown_vx_i8m8()
115 return vslidedown_vx_i16m1(dst, src, offset, vl); in test_vslidedown_vx_i16m1()
126 return vslidedown_vx_i16m2(dst, src, offset, vl); in test_vslidedown_vx_i16m2()
137 return vslidedown_vx_i16m4(dst, src, offset, vl); in test_vslidedown_vx_i16m4()
[all …]

1...<<21222324252627282930>>...5236