Home
last modified time | relevance | path

Searched refs:idst (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/dports/multimedia/v4l_compat/linux-5.13-rc2/net/core/
H A Ddst_cache.c39 struct dst_cache_pcpu *idst) in dst_cache_per_cpu_get() argument
43 dst = idst->dst; in dst_cache_per_cpu_get()
59 idst->refresh_ts = jiffies; in dst_cache_per_cpu_get()
74 struct dst_cache_pcpu *idst; in dst_cache_get_ip4() local
85 *saddr = idst->in_saddr.s_addr; in dst_cache_get_ip4()
93 struct dst_cache_pcpu *idst; in dst_cache_set_ip4() local
100 idst->in_saddr.s_addr = saddr; in dst_cache_set_ip4()
108 struct dst_cache_pcpu *idst; in dst_cache_set_ip6() local
116 idst->in6_saddr = *saddr; in dst_cache_set_ip6()
123 struct dst_cache_pcpu *idst; in dst_cache_get_ip6() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/core/
H A Ddst_cache.c39 struct dst_cache_pcpu *idst) in dst_cache_per_cpu_get() argument
43 dst = idst->dst; in dst_cache_per_cpu_get()
59 idst->refresh_ts = jiffies; in dst_cache_per_cpu_get()
74 struct dst_cache_pcpu *idst; in dst_cache_get_ip4() local
85 *saddr = idst->in_saddr.s_addr; in dst_cache_get_ip4()
93 struct dst_cache_pcpu *idst; in dst_cache_set_ip4() local
100 idst->in_saddr.s_addr = saddr; in dst_cache_set_ip4()
108 struct dst_cache_pcpu *idst; in dst_cache_set_ip6() local
116 idst->in6_saddr = *saddr; in dst_cache_set_ip6()
123 struct dst_cache_pcpu *idst; in dst_cache_get_ip6() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/core/
H A Ddst_cache.c39 struct dst_cache_pcpu *idst) in dst_cache_per_cpu_get() argument
43 dst = idst->dst; in dst_cache_per_cpu_get()
59 idst->refresh_ts = jiffies; in dst_cache_per_cpu_get()
74 struct dst_cache_pcpu *idst; in dst_cache_get_ip4() local
85 *saddr = idst->in_saddr.s_addr; in dst_cache_get_ip4()
93 struct dst_cache_pcpu *idst; in dst_cache_set_ip4() local
100 idst->in_saddr.s_addr = saddr; in dst_cache_set_ip4()
108 struct dst_cache_pcpu *idst; in dst_cache_set_ip6() local
116 idst->in6_saddr = *saddr; in dst_cache_set_ip6()
123 struct dst_cache_pcpu *idst; in dst_cache_get_ip6() local
[all …]
/dports/science/minc2/minc-release-2.2.00/conversion/dicomserver_sonata/
H A Dstring_to_filename.c76 int length, isrc, idst; in string_to_filename() local
85 idst = 0; in string_to_filename()
104 filename[idst++] = '\0'; in string_to_filename()
115 int length, isrc, idst; in string_to_initials() local
186 idst = 0; in string_to_initials()
196 filename[idst++] = '\0'; in string_to_initials()
218 idst = 0; in string_to_initials()
228 filename[idst++] = ch; in string_to_initials()
236 filename[idst++] = '\0'; in string_to_initials()
251 idst = 0; in string_to_initials()
[all …]
/dports/science/minc2/minc-release-2.2.00/conversion/dcm2mnc/
H A Dstring_to_filename.c90 int length, isrc, idst; in string_to_filename() local
99 idst = 0; in string_to_filename()
118 filename[idst++] = '\0'; in string_to_filename()
129 int length, isrc, idst; in string_to_initials() local
200 idst = 0; in string_to_initials()
210 filename[idst++] = '\0'; in string_to_initials()
232 idst = 0; in string_to_initials()
242 filename[idst++] = ch; in string_to_initials()
250 filename[idst++] = '\0'; in string_to_initials()
265 idst = 0; in string_to_initials()
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/share/scripts/inverse/
H A Dmerge_tables.pl105 my $idst=0;
116 while($r_dst[$idst] < $r_src[$i] - 1e-15) {
117 $idst++;
118 if ($idst > $#r_dst) {
122 my $tmp= $r_src[$i]-$r_dst[$idst];
124 die "error: grid mismatch" if(abs($r_dst[$idst] - $r_src[$i]) > 1e-15);
127 $val_dst[$idst] = $val_src[$i];
130 $flag_dst[$idst] = $flag_src[$i];
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/share/scripts/inverse/
H A Dmerge_tables.pl105 my $idst=0;
116 while($r_dst[$idst] < $r_src[$i] - 1e-15) {
117 $idst++;
118 if ($idst > $#r_dst) {
122 my $tmp= $r_src[$i]-$r_dst[$idst];
124 die "error: grid mismatch" if(abs($r_dst[$idst] - $r_src[$i]) > 1e-15);
127 $val_dst[$idst] = $val_src[$i];
130 $flag_dst[$idst] = $flag_src[$i];
/dports/misc/mnn/MNN-1.2.0/tools/cpp/
H A DIDSTEncoder.hpp394 idst->type = 4; in encode()
395 idst->aMax = kernelNum; in encode()
396 idst->buffer.resize(int8Size); in encode()
399 idst->type = 1; in encode()
400 idst->buffer.resize(cqStr.size()); in encode()
403 idst->type = 2; in encode()
407 idst->alpha.resize(scale.size()); in encode()
409 idst->quantScale = 1.f; in encode()
411 idst->readType = kernelNum; in encode()
412 idst->aMin = clampMin; in encode()
[all …]
/dports/science/minc2/minc-release-2.2.00/conversion/gcomserver/
H A Dstring_to_filename.c67 int length, isrc, idst; in string_to_filename() local
76 idst = 0; in string_to_filename()
84 filename[idst++] = SEPARATOR; in string_to_filename()
87 filename[idst++] = tolower(ch); in string_to_filename()
95 filename[idst++] = '\0'; in string_to_filename()
/dports/science/minc2/minc-release-2.2.00/conversion/dicomserver/
H A Dstring_to_filename.c60 int length, isrc, idst; in string_to_filename() local
69 idst = 0; in string_to_filename()
77 filename[idst++] = SEPARATOR; in string_to_filename()
80 filename[idst++] = tolower(ch); in string_to_filename()
88 filename[idst++] = '\0'; in string_to_filename()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DCGImageDestination.pas290 procedure CGImageDestinationSetProperties( idst: CGImageDestinationRef; properties: CFDictionaryRef…
298 procedure CGImageDestinationAddImage( idst: CGImageDestinationRef; image: CGImageRef; properties: C…
308 procedure CGImageDestinationAddImageFromSource( idst: CGImageDestinationRef; isrc: CGImageSourceRef…
317 function CGImageDestinationFinalize( idst: CGImageDestinationRef ): CBool; external name '_CGImageD… in CGImageDestinationFinalize()
325 procedure CGImageDestinationAddImageAndMetadata( idst: CGImageDestinationRef; image: CGImageRef; me…
385 function CGImageDestinationCopyImageSource( idst: CGImageDestinationRef; isrc: CGImageSourceRef; op… in CGImageDestinationCopyImageSource()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/internal/asm/c64/
H A Dstubs_test.go11 ix, iy, idst uintptr
16 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
22 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
28 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
34 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
40 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
46 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
52 {incX: 2, incY: 4, incDst: 3, ix: 0, iy: 0, idst: 0,
59 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
65 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/internal/asm/f32/
H A Dstubs_test.go11 ix, iy, idst uintptr
16 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
22 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
28 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
34 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
40 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
46 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
52 …{incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0, // Run big test twice, once aligned once unal…
58 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
136 AxpyIncTo(dst, v.incDst, v.idst, v.a, x, y, uintptr(len(v.ex)), v.incX, v.incY, v.ix, v.iy)
/dports/science/siesta/siesta-4.1.5/Util/MPI_test/
H A Dm_redist.F9098 integer, allocatable, dimension(:) :: p1, p2, isrc, idst local
111 allocate(p1(norbs),p2(norbs),isrc(norbs),idst(norbs))
120 idst(io) = index_global_to_local(dist2,io,p2(io))
123 write(6,"(5i10)") io, p1(io), isrc(io), p2(io), idst(io)
154 c%i2 = idst(io)
164 c%i2 = idst(io)
181 deallocate(p1,p2,isrc,idst)
/dports/math/fxt/fxt/src/bits/
H A Dbitcopy.h12 static inline ulong copy_bit(ulong a, ulong isrc, ulong idst) in copy_bit() argument
17 ulong x = ((a>>isrc) ^ (a>>idst)) & 1; // one if bits differ in copy_bit()
18 a ^= (x<<idst); // change if bits differ in copy_bit()
22 ulong b = 1UL << idst; in copy_bit()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19888/
H A Djfif.c390 int *idst, *isrc; in jfif_decode() local
649 int *isrc, *idst; in jfif_encode() local
769 idst = du; in jfif_encode()
772 isrc += jw; idst += 8; in jfif_encode()
779 idst = du; in jfif_encode()
782 isrc += jw; idst += 8; in jfif_encode()
789 idst = du; in jfif_encode()
792 isrc += jw; idst += 8; in jfif_encode()
799 idst = du; in jfif_encode()
809 idst = du; in jfif_encode()
[all …]
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19888/
H A Djfif.c390 int *idst, *isrc; in jfif_decode() local
649 int *isrc, *idst; in jfif_encode() local
769 idst = du; in jfif_encode()
772 isrc += jw; idst += 8; in jfif_encode()
779 idst = du; in jfif_encode()
782 isrc += jw; idst += 8; in jfif_encode()
789 idst = du; in jfif_encode()
792 isrc += jw; idst += 8; in jfif_encode()
799 idst = du; in jfif_encode()
809 idst = du; in jfif_encode()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/internal/asm/f32/
H A Dstubs_test.go15 ix, iy, idst uintptr
20 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
26 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
32 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
38 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
44 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
50 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
56 …{incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0, // Run big test twice, once aligned once unal…
62 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
140 AxpyIncTo(dst, v.incDst, v.idst, v.a, x, y, uintptr(len(v.ex)), v.incX, v.incY, v.ix, v.iy)
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/fiasco/codec/
H A Ddecoder.c1257 int *idst; in compute_state_images() local
1297 idst += idst_offset; in compute_state_images()
1330 int *idst; in compute_state_images() local
1344 memcpy (idst, idst - idst_offset, in compute_state_images()
1346 idst += idst_offset; in compute_state_images()
1399 int *idst; in compute_state_images() local
1438 *idst = (*idst + tmp) & 0xfffefffe; in compute_state_images()
1439 idst++; in compute_state_images()
1442 idst += idst_offset; in compute_state_images()
1474 int *idst; in compute_state_images() local
[all …]
/dports/math/octave-forge-signal/signal-1.4.1/inst/
H A Didst.m5 ## @deftypefn {Function File} {@var{y} =} idst (@var{x})
6 ## @deftypefnx {Function File} {@var{y} =} idst (@var{x}, @var{n})
14 function x = idst (y, n) function
30 %! assert(x, idst(dst(x)), 100*eps)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/internal/asm/c128/
H A Dstubs_test.go14 ix, iy, idst uintptr
19 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
25 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
31 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
37 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
43 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
49 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
55 {incX: 2, incY: 4, incDst: 3, ix: 0, iy: 0, idst: 0,
62 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
68 {incX: 2, incY: 2, incDst: 3, ix: 0, iy: 0, idst: 0,
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/internal/asm/c128/
H A Dscal.go25 var idst, ix uintptr
27 dst[idst] = alpha * x[ix]
29 idst += incDst
/dports/www/carbonapi/carbonapi-0.14.1/vendor/gonum.org/v1/gonum/internal/asm/c128/
H A Dscal.go25 var idst, ix uintptr
27 dst[idst] = alpha * x[ix]
29 idst += incDst
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/internal/asm/c128/
H A Dscal.go25 var idst, ix uintptr
27 dst[idst] = alpha * x[ix]
29 idst += incDst
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/internal/asm/c128/
H A Dscal.go25 var idst, ix uintptr
27 dst[idst] = alpha * x[ix]
29 idst += incDst

12345678910>>...19