search for: 8byte

Displaying 17 results from an estimated 17 matches for "8byte".

Did you mean: byte
2011 Jun 07
2
CyberPower usbhid-ups continuously disconnects/reconnects
...plying the patch mentioned here: http://www.mail-archive.com/nut-upsuser at lists.alioth.debian.org/msg05550.html This corrected for this low speed device not providing packets greater than 8 bytes in length. This patch didn't apply directly to the nut 2.6 source. Can anyone confirm if this 8byte low speed device buffer size limit is applied in 2.6? Thank You Very Much! johnea
2017 Dec 01
2
Some strange i64 behavior with arm 32bit. (Raspberry Pi)
Hi Tim, thanks for the swift response! @debug is defined in the same module, which makes this all the more confusing. The target information from the working example are: target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64" target triple = "armv6kz--linux-gnueabihf" from the ghc produced module: target datalayout =
2004 Sep 16
0
RTP Packet Filterilng
I need to allow RTP packet on my network, I want to filter than RTP’s payload type field(7bit) value. xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xxxx mp pp pp pp xx xx xx xx xx xx xx xx 8byte is UDP header m is Maker filter p pp pp pp is 7bit Payload type I want to Payload type value filtering (Ex MP2T Payload type value is 33) Could someone give me a tip on how should tc filter look like ?
2006 Apr 12
13
rhtml produces so many white places?????
...d>z1</td><tr> <tr><td>y2</td><tr> <tr><td>z2</td><tr> <tr><td>y3</td><tr> <tr><td>z3</td><tr> ..... </table> </body> I have a lot of white space and each white space is 8byte, so my html file has almost 6meg instead of 2.5 meg (without white space) Can someone know how shoulf I remove all the white space???? Thanks you very much Saiho The mind is its own place, and in itself. Can make a Heaven of Hell, a Hell of Heaven. http://www.geocities.com/sayoyo/ _______...
2018 Sep 11
2
Byte-wide stores aren't coalesced if interspersed with other stores
Andres: FWIW, codegen will do the merge if you turn on global alias analysis for it "-combiner-global-alias-analysis". That said, we should be able to do this merging earlier. -Nirav On Mon, Sep 10, 2018 at 8:33 PM, Andres Freund via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi, > > On 2018-09-10 13:42:21 -0700, Andres Freund wrote: > > I have, in postres,
2015 Sep 05
5
RFC: Reducing Instr PGO size overhead
...it. >> >> The indexed format can not be made the same -- The ondisk profile >> record layout totally changes. The key field changes from a blob of >> chars into an 64bit integer. > > > An MD5 sum cannot be represented as a blob of chars? yes -- it is fixed length (8byte) blob which may include null byte in the middle. > > Or to say it another way, suppose that Itanium mangling required as a final > step to replace the string with its md5 sum in hex. Therefore all symbol > names are "small". My understanding is that this is effectively all yo...
2015 Sep 05
3
RFC: Reducing Instr PGO size overhead
...ame -- The ondisk profile >> >> record layout totally changes. The key field changes from a blob of >> >> chars into an 64bit integer. >> > >> > >> > An MD5 sum cannot be represented as a blob of chars? >> >> yes -- it is fixed length (8byte) blob which may include null byte in >> the middle. > > > For reference, MD5 sum is 16 bytes (128-bit): > https://en.wikipedia.org/wiki/MD5 yes, LLVM's MD5 hash only takes the lower 64bit. > >> >> >> > >> > Or to say it another way, suppose...
2018 Sep 11
2
Byte-wide stores aren't coalesced if interspersed with other stores
...movb $0, 6(%rdx) > movq 32(%rsi,%rdi), %rbx > movq %rbx, 48(%rcx) > movb $0, 7(%rdx) > movq 40(%rsi,%rdi), %rsi > > were (%rdi) is the array of 1 byte values, where I hope to get stores > combined, which is guaranteed to be 8byte aligned. > > With out -combiner-global-alias-analysis it generates: > > movw $0, (%rsi) > movl (%rcx,%rdi), %ebx > movq %rbx, (%rdx) > movl 4(%rcx,%rdi), %ebx > movl 8(%rcx,%rdi), %r8d > movq %rbx, 8(%rdx)...
2015 Sep 08
2
RFC: Reducing Instr PGO size overhead
>> >> >> >> yes -- it is fixed length (8byte) blob which may include null byte in >> >> the middle. >> > >> > >> > For reference, MD5 sum is 16 bytes (128-bit): >> > https://en.wikipedia.org/wiki/MD5 >> >> yes, LLVM's MD5 hash only takes the lower 64bit. >> >> >&gt...
2015 Oct 08
5
RFC: Reducing Instr PGO size overhead
...he patch into smaller > ones for review. > > thanks, > > David > > > > > > > > On Tue, Sep 8, 2015 at 3:47 PM, Xinliang David Li <davidxl at google.com> > wrote: >> >> >> >> >> >> >> yes -- it is fixed length (8byte) blob which may include null byte >> >> >> in >> >> >> the middle. >> >> > >> >> > >> >> > For reference, MD5 sum is 16 bytes (128-bit): >> >> > https://en.wikipedia.org/wiki/MD5 >> >> >&g...
2015 Oct 09
2
RFC: Reducing Instr PGO size overhead
...t;> > >> > >> > >> > >> > >> > On Tue, Sep 8, 2015 at 3:47 PM, Xinliang David Li <davidxl at google.com> >> > wrote: >> >> >> >> >> >> >> >> >> >> yes -- it is fixed length (8byte) blob which may include null >> >> >> >> byte >> >> >> >> in >> >> >> >> the middle. >> >> >> > >> >> >> > >> >> >> > For reference, MD5 sum is 16 bytes (128-bit):...
2013 Feb 07
4
NFSv4 + Kerberos permission denied
Hello, I've got a little problem with NFSv4 + Kerberos. I can do a mount with Kerberos with a valid ticket, but read-only. After the mount -vvv -t nfs -o nfsv4,sec=krb5 nfsserver:/ /mount_test/ I can see: #klist: Feb 6 07:22:47 Feb 6 17:22:43 nfs/nfsserver at my.domain #/var/heimdal/kdc.log: 2013-02-06T07:28:26 TGS-REQ clientnfs at my.domain from IPv4:192.168.0.23 for nfs/nfsserver at
2015 Dec 09
2
RFC: Reducing Instr PGO size overhead
...> >>>> > >>>> > On Tue, Sep 8, 2015 at 3:47 PM, Xinliang David Li <davidxl at google.com> >>>> > wrote: >>>> >> >>>> >> >> >> >>>> >> >> >> yes -- it is fixed length (8byte) blob which may include null >>>> >> >> >> byte >>>> >> >> >> in >>>> >> >> >> the middle. >>>> >> >> > >>>> >> >> > >>>> >> >> &gt...
2015 Sep 05
4
RFC: Reducing Instr PGO size overhead
On Fri, Sep 4, 2015 at 5:21 PM, Sean Silva <chisophugis at gmail.com> wrote: > > > On Fri, Sep 4, 2015 at 3:57 PM, Xinliang David Li <davidxl at google.com> > wrote: >> >> > >> > I think it is reasonable to simply replace the key we currently use with >> > MD5(key) for getting a size reduction. In practice for my use cases, I >> >
2003 Oct 28
5
rxfax problem
Hello, I tryed out spandsp with libtiff-3.5.7 and with Asterisk from CVS. I tryed to receive a fax on a CAPI channel. Finally I got a file with 8 byte length (/tmp/testfax.tif). How can I do next? Thanks in advance, Thomas ps: what are hardware requirements for sending/receiving faxes? -- creating pipe for PLCI=0x101 msn = 2258589 > sent ALERT_REQ PLCI = 0x101 --
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the fourth version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the very first version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See