search for: v4a

Displaying 10 results from an estimated 10 matches for "v4a".

Did you mean: v4
2002 Nov 17
0
[PATCH] Patches to rsync-2.5.5 for Stratus VOS (update)
...nfo ai; struct addrinfo *pai; - u_short port; + ushort_t port; #ifdef FAITH static int firsttime = 1; @@ -395,8 +395,10 @@ getaddrinfo(hostname, servname, hints, r /* hostname as numeric name */ for (i = 0; afdl[i].a_af; i++) { if (inet_pton(afdl[i].a_af, hostname, pton)) { - u_long v4a; - u_char pfx; + ulong_t v4a; +#ifdef INET6 + uchar_t pfx; +#endif switch (afdl[i].a_af) { case AF_INET: @@ -470,10 +472,13 @@ get_name(addr, afd, res, numaddr, pai, p struct addrinfo *pai; int port0; { - u_short port = port0 & 0xffff; + ushort_t port = port0 & 0xffff;...
2002 Sep 06
0
[PATCH] Patches to rsync-2.5.5 for Stratus VOS
...nfo ai; struct addrinfo *pai; - u_short port; + ushort_t port; #ifdef FAITH static int firsttime = 1; @@ -395,8 +395,10 @@ getaddrinfo(hostname, servname, hints, r /* hostname as numeric name */ for (i = 0; afdl[i].a_af; i++) { if (inet_pton(afdl[i].a_af, hostname, pton)) { - u_long v4a; - u_char pfx; + ulong_t v4a; +#ifdef INET6 + uchar_t pfx; +#endif switch (afdl[i].a_af) { case AF_INET: @@ -470,10 +472,13 @@ get_name(addr, afd, res, numaddr, pai, p struct addrinfo *pai; int port0; { - u_short port = port0 & 0xffff; + ushort_t port = port0 & 0xffff;...
2002 Oct 14
0
[PATCH] Patches to rsync-2.5.5 for Stratus VOS (resend)
...nfo ai; struct addrinfo *pai; - u_short port; + ushort_t port; #ifdef FAITH static int firsttime = 1; @@ -395,8 +395,10 @@ getaddrinfo(hostname, servname, hints, r /* hostname as numeric name */ for (i = 0; afdl[i].a_af; i++) { if (inet_pton(afdl[i].a_af, hostname, pton)) { - u_long v4a; - u_char pfx; + ulong_t v4a; +#ifdef INET6 + uchar_t pfx; +#endif switch (afdl[i].a_af) { case AF_INET: @@ -470,10 +472,13 @@ get_name(addr, afd, res, numaddr, pai, p struct addrinfo *pai; int port0; { - u_short port = port0 & 0xffff; + ushort_t port = port0 & 0xffff;...
2002 Nov 20
0
[PATCH] Updated patch to rsync for Stratus VOS
...info ai; struct addrinfo *pai; - u_short port; + ushort_t port; #ifdef FAITH static int firsttime = 1; @@ -395,7 +395,7 @@ getaddrinfo(hostname, servname, hints, r /* hostname as numeric name */ for (i = 0; afdl[i].a_af; i++) { if (inet_pton(afdl[i].a_af, hostname, pton)) { - u_long v4a; + ulong_t v4a; switch (afdl[i].a_af) { case AF_INET: @@ -520,7 +520,7 @@ get_addr(hostname, af, res, pai, port0) struct addrinfo *pai; int port0; { - u_short port = port0 & 0xffff; + ushort_t port = port0 & 0xffff; struct addrinfo sentinel; struct hostent *hp; struct...
2005 Jan 12
2
Inaccuracy in seq() function (PR#7503)
Full_Name: Vlad Stolin Version: R 2.0.0 OS: Windows 2000 Submission from: (NULL) (204.128.232.211) When generating the sequence using seq() function with non-integer numbers result is somewhat unpredictable. Example: > v1<-seq(1.60,1.90,.05) > v2<-c(1.60,1.65,1.70,1.75,1.80,1.85,1.90) > v1-v2 [1] 0.000000e+00 2.220446e-16 2.220446e-16 0.000000e+00 0.000000e+00 0.000000e+00
2023 Jan 26
2
Resumen de R-help-es, Vol 167, Envío 10
..., V2a = sample(c("1","0"), 10, TRUE) , V2b = sample(c("1","0"), 10, TRUE) , V3a = sample(c("1","0"), 10, TRUE) , V3b = sample(c("1","0"), 10, TRUE) , V4a = sample(c("1","0"), 10, TRUE) , V4b = sample(c("1","0"), 10, TRUE)) dt[,":="(seq=.I)] setcolorder(dt,"seq") dt1 <- melt(dt,id.vars=1,measure.vars=2:ncol(dt),variable.name="vrb", value.name="vl") dt1...
2023 Jan 27
0
Resumen de R-help-es, Vol 167, Envío 10
...E) > > > , V2b = sample(c("1","0"), 10, TRUE) > > > , V3a = sample(c("1","0"), 10, TRUE) > > > , V3b = sample(c("1","0"), 10, TRUE) > > > , V4a = sample(c("1","0"), 10, TRUE) > > > , V4b = sample(c("1","0"), 10, TRUE)) > > > dt[,":="(seq=.I)] > > > setcolorder(dt,"seq") > > > > > > dt1 <- melt(dt,id.vars=1,measure.var...
2023 Jan 28
0
Resumen de R-help-es, Vol 167, Envío 10
...E) > > > , V2b = sample(c("1","0"), 10, TRUE) > > > , V3a = sample(c("1","0"), 10, TRUE) > > > , V3b = sample(c("1","0"), 10, TRUE) > > > , V4a = sample(c("1","0"), 10, TRUE) > > > , V4b = sample(c("1","0"), 10, TRUE)) > > > dt[,":="(seq=.I)] > > > setcolorder(dt,"seq") > > > > > > dt1 <- melt(dt,id.vars=1,measure.var...
2009 Oct 19
1
[PULL] virtio fixes
...changed, 7 insertions(+), 7 deletions(-) commit ef728ac6296b8ae36791c7644e92b7bc75c0fd88 Author: Rusty Russell <rusty at rustcorp.com.au> Date: Mon Oct 19 12:58:28 2009 -0600 virtio_blk: Revert serial number support This reverts "Add serial number support for virtio_blk, V4a". Turns out that virtio_pci, lguest and s/390 all have an 8 bit limit on virtio config space, so noone could ever use this. This is coming back later in a cleaner form. Signed-off-by: Rusty Russell <rusty at rustcorp.com.au> Cc: john cooper <john.coo...
2009 Oct 19
1
[PULL] virtio fixes
...changed, 7 insertions(+), 7 deletions(-) commit ef728ac6296b8ae36791c7644e92b7bc75c0fd88 Author: Rusty Russell <rusty at rustcorp.com.au> Date: Mon Oct 19 12:58:28 2009 -0600 virtio_blk: Revert serial number support This reverts "Add serial number support for virtio_blk, V4a". Turns out that virtio_pci, lguest and s/390 all have an 8 bit limit on virtio config space, so noone could ever use this. This is coming back later in a cleaner form. Signed-off-by: Rusty Russell <rusty at rustcorp.com.au> Cc: john cooper <john.coo...