Displaying 20 results from an estimated 41758 matches for "little".
2006 May 26
4
question about coding
Thanks for the answer.
So data are stored in little-endian format on the WAVE file. But have I to encode in big endian format or little endian is ok?!
Thanks
---------- Original Message ----------------------------------
From: "John Miles" <jmiles@pop.net>
Date: Tue, 23 May 2006 12:15:05 -0700
>You are probably reading little...
2007 Dec 30
6
OggPCM: support for little-endianness only?
List,
A recent discussion over on XiphWiki is trying to decide if OggPCM
should support only little-endianness or the usual combo of big and
little.
It started with the following statement by an user (Qqq):
"Portable players are usually ARM, which is usually little-endian. The
Macintosh is now little-endian. Obviously the PC is little-endian.
Clearly there is a winner. It's long past t...
2011 Jan 19
2
stream encoded in big-endian machine and then decoded in little-endian machine
Hi, all,
I have a question about encoding/decoding in big/little endian
machines. I have a client running in an old PowerBook G4 with
big-endian CPU, the audio stream is encoded then transmitted to a Mac
Mini with little-endian CPU, and decoded in this Mac Mini. I am
wondering the decoded stream is in big-endian or little-endian? What
kind of necessary steps I n...
2017 Apr 06
3
DRM_FORMAT_* byte order (was: Re: [PATCH] drm: virtio: fix virtio_gpu_cursor_formats)
Hi,
> > static const uint32_t virtio_gpu_cursor_formats[] = {
> > +#ifdef __BIG_ENDIAN
> > + DRM_FORMAT_BGRA8888,
> > +#else
> > DRM_FORMAT_ARGB8888,
> > +#endif
>
> DRM formats are supposed to be little endian, so this isn't really
> correct.
Well, maybe they where *intended* to be little endian at some point in
the past. The actual code appears to interpret them as native endian
though.
Lets take a simple example, the bochs driver (qemu sdvga). It supports
32 bpp with depth 24 (DRM_FOR...
2017 Apr 06
3
DRM_FORMAT_* byte order (was: Re: [PATCH] drm: virtio: fix virtio_gpu_cursor_formats)
Hi,
> > static const uint32_t virtio_gpu_cursor_formats[] = {
> > +#ifdef __BIG_ENDIAN
> > + DRM_FORMAT_BGRA8888,
> > +#else
> > DRM_FORMAT_ARGB8888,
> > +#endif
>
> DRM formats are supposed to be little endian, so this isn't really
> correct.
Well, maybe they where *intended* to be little endian at some point in
the past. The actual code appears to interpret them as native endian
though.
Lets take a simple example, the bochs driver (qemu sdvga). It supports
32 bpp with depth 24 (DRM_FOR...
2019 Jun 18
0
Problem syncing e-mails with Outlook
...C1JSLPhkpUFt/>:
Error: Corrupted record in index cache file /var/spool/virtual/
mydomain.co.ke/technical/mdbox/mailboxes/INBOX/dbox-Mails/dovecot.index.cache:
UID 29: Broken virtual size in mailbox INBOX: read(/var/spool/virtual/
mydomain.co.ke/technical/mdbox/storage/m.1): FETCH BODY[] got too little
data: 131524 vs 772408
Jun 18 11:23:45 imap(sales at mydomain.co.ke)<59812><aeLI1JSLoe3FsVm2>: Error:
Corrupted record in index cache file /var/spool/virtual/
mydomain.co.ke/sales/mdbox/mailboxes/INBOX/dbox-Mails/dovecot.index.cache:
UID 25: Broken virtual size in mailbox INBOX: read(/v...
2019 Jun 19
1
Problem syncing mail with IMAP
...C1JSLPhkpUFt/>:
Error: Corrupted record in index cache file /var/spool/virtual/
mydomain.co.ke/technical/mdbox/mailboxes/INBOX/dbox-Mails/dovecot.index.cache:
UID 29: Broken virtual size in mailbox INBOX: read(/var/spool/virtual/
mydomain.co.ke/technical/mdbox/storage/m.1): FETCH BODY[] got too little
data: 131524 vs 772408
Jun 18 11:23:45 imap(sales at mydomain.co.ke)<59812><aeLI1JSLoe3FsVm2>: Error:
Corrupted record in index cache file /var/spool/virtual/
mydomain.co.ke/sales/mdbox/mailboxes/INBOX/dbox-Mails/dovecot.index.cache:
UID 25: Broken virtual size in mailbox INBOX: read(/v...
2014 Feb 20
2
[LLVMdev] test-suite wrongly using big-endian results
Hi Daniel,
I know you only did a small change to support big/little endian
reference outputs, but maybe you can help me.
I'm running the test-suite on AArch64 and it's correctly detecting
little-endian, even setting the ENDIAN=little on configure and
Makefiles alike, but it still generates "big-endian" from
Makefile.programs.
Here's the firs...
2006 Jul 24
3
HowTo?: Eager caching of third order ActiveRecord assoc.
...Using the ":include", which generates a "LEFT OUTER JOIN" SQL command,
it is possible to eagerly preload second order data objects (children)
for a given association.
I wanted to know, if it is possible to eagerly preload and cache
third order (or more) data objects, which are little-children or
little-little-children. As I''ve seen. it is possible to add
"LEFT OUTER JOIN" SQL clauses with the needed conditions,
to fetch little-little-children data, but how to do this with
ActiveRecord and its cache?
My models are as follow:
# Model Software
# ----------...
2007 Dec 07
1
Are these events normal?
...eave mail on server". Thank you!
Now i got loads of dovecot error messages in the logs and don't know
if there is any significance. Here are a few examples:
The most common event is:
2007-12-06 16:00:17.837654500 dovecot: Error: IMAP(xxxxxxxx): FETCH for mailbox UCE-TMP UID 1547 got too little data: 5176 vs 5184
2007-12-06 16:00:18.575403500 dovecot: Error: IMAP(xxxxxxxx): FETCH for mailbox UCE-TMP UID 1548 got too little data: 4749 vs 4757
2007-12-06 16:00:19.276147500 dovecot: Error: IMAP(xxxxxxxx): FETCH for mailbox UCE-TMP UID 1548 got too little data: 4749 vs 4757
2007-12-06 16:00:2...
2007 Dec 30
0
OggPCM: support for little-endianness only?
Ivo Emanuel Gon?alves wrote:
> List,
>
> A recent discussion over on XiphWiki is trying to decide if OggPCM
> should support only little-endianness or the usual combo of big and
> little.
>
> It started with the following statement by an user (Qqq):
>
> "Portable players are usually ARM, which is usually little-endian. The
> Macintosh is now little-endian. Obviously the PC is little-endian.
> Clearly ther...
2015 Apr 21
2
[PATCH v4 8/8] macvtap/tun: add VNET_BE flag
...> On Tue, 21 Apr 2015 16:06:33 +0200
> "Michael S. Tsirkin" <mst at redhat.com> wrote:
>
> > On Fri, Apr 10, 2015 at 12:20:21PM +0200, Greg Kurz wrote:
> > > The VNET_LE flag was introduced to fix accesses to virtio 1.0 headers
> > > that are always little-endian. It can also be used to handle the special
> > > case of a legacy little-endian device implemented by a big-endian host.
> > >
> > > Let's add a flag and ioctls for big-endian devices as well. If both flags
> > > are set, little-endian wins.
> >...
2015 Apr 21
2
[PATCH v4 8/8] macvtap/tun: add VNET_BE flag
...> On Tue, 21 Apr 2015 16:06:33 +0200
> "Michael S. Tsirkin" <mst at redhat.com> wrote:
>
> > On Fri, Apr 10, 2015 at 12:20:21PM +0200, Greg Kurz wrote:
> > > The VNET_LE flag was introduced to fix accesses to virtio 1.0 headers
> > > that are always little-endian. It can also be used to handle the special
> > > case of a legacy little-endian device implemented by a big-endian host.
> > >
> > > Let's add a flag and ioctls for big-endian devices as well. If both flags
> > > are set, little-endian wins.
> >...
2003 Feb 13
5
ESRI shape file import and time-space models
Dear R user,
I am running R under Windows 2000.
I am looking for a routine for importing
- shape files (ESRI) into R
- dbase files (FOXPRO) into R
and I am looking for time-space models for description and prediction of
Bernoulli-, Binomial- and Poissonvaraibles.
Thank's a lot for a reply.
Sincerely yours,
Ekkehardt Altpeter
Swiss Federal Office of Public
2014 Feb 21
3
[LLVMdev] make check issue with llvm-cov
> > And in the test file there is a line:
> > XFAIL: powerpc64, s390x, mips, sparc
>
> This is a crude attempt at "XFAIL: big-endian". The mips entry here is just
> wrong if the system is little-endian - the test passes on little-endian machines
> and fails on big-endian. This is obviously a problem.
'XFAIL: mips' counts as an XFAIL for all mips targets because lit is checking for substrings (using the 'in' operator) of the target triple and 'mips' is a substrin...
2016 Apr 26
3
PPC little endian?
...ch only PPC32, PPC64 &
PPC64LE are supported.
$ llvm-mc --version
LLVM (http://llvm.org/):
LLVM version 3.6.2
Optimized build with assertions.
Built Aug 2 2015 (11:39:46).
Default target: x86_64-apple-darwin15.4.0
Host CPU: core-avx2
Registered Targets:
aarch64 - AArch64 (little endian)
aarch64_be - AArch64 (big endian)
amdgcn - AMD GCN GPUs
arm - ARM
arm64 - ARM64 (little endian)
armeb - ARM (big endian)
cpp - C++ backend
hexagon - Hexagon
mips - Mips
mips64 - Mips64 [experimental]
mips64el...
2008 Apr 29
2
new auth connection (for ever)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi everybody,
I have a little problem, when i am trying to read an email
via imap my thunderbird is trying (for ever) to read it.
My dovecot tells me :
dovecot: Apr 29 22:47:23 Error: IMAP(ebalaskas): FETCH for mailbox
oreilly UID 24 got too little data: 2041 vs 2471
dovecot: Apr 29 22:47:24 Error: IMAP(ebalaskas): FETCH for...
2016 Oct 05
5
little Howto
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello everybody,
I have written a little Howto, to set up to ADDCa together with bind9
as DNS-Backend. You will find all commands in the right order. I have
tested it with debian jessie and Ubuntu-Server. It's in english ;-)
https://www.kania-online.de/wp-content/uploads/2016/10/samba-bind-dlz.tx
t
Stefan
-----BEGIN PGP SIGNATURE...
2016 Mar 21
4
Email hosting provider
Hello,
Sorry if I am off topic a little.
I am looking for an email host provider that supports dovecot, sieve and
manage sieve. Ideally with the roundcube webmail and managesieve plugin
Better if it is in Europe or switzerland. I don't mind paying a little.
Thanks,
Andr?.
2006 Jan 08
1
[mips] doesn't compile on little-endian
When I compile klibc on little-endian mips, I get:
KLIBCLD klibc/libc.so
ld: klibc/arch/mips/crt0.o: compiled for a little endian system and target is big endian
ld: klibc/arch/mips/crt0.o: endianness incompatible with that of the selected emulation
ld: failed to merge target specific data of file klibc/arch/mips/crt0.o
When...