search for: _big_

Displaying 13 results from an estimated 13 matches for "_big_".

Did you mean: _beg_
2014 Sep 09
3
[LLVMdev] Machine Code for different architectures
...ote: > Hi Matthew, > > The byte==8 bits is more of a Clang issue rather than an LLVM issue. I > believe your bigger issue will be the fact that you would need to make > i24's a legal type in your backend, which as far as I know (unless > something has changed recently), is a _big_ job. I briefly looked > into it at one point, and decided to leave it for another day. > > I am also unsure how hard byte=8bits is backed into Clang. You might > want to ask cfe-dev. > > I hope that helps. > > Johnny > > On Tue, Sep 9, 2014 at 7:41 AM, Matthew Gard...
2014 Sep 09
2
[LLVMdev] Machine Code for different architectures
Hi, We have some DSP architectures (kalimba) which have 24-bits as their "minimum addressable unit". So this means that the sizeof a char (and an int and a short for that matter) is 24-bits. I quickly read the posted link WritingAnLLVMBackend.html but did not see an obvious answer to the following question: Is it possible to write a backend that faithfully represents these
2014 Sep 10
2
[LLVMdev] Machine Code for different architectures
...t; > > > The byte==8 bits is more of a Clang issue rather than an LLVM issue. I > > believe your bigger issue will be the fact that you would need to make > > i24's a legal type in your backend, which as far as I know (unless > > something has changed recently), is a _big_ job. I briefly looked > > into it at one point, and decided to leave it for another day. > > > > I am also unsure how hard byte=8bits is backed into Clang. You might > > want to ask cfe-dev. > > > > I hope that helps. > > > > Johnny > > >...
2014 Oct 17
2
[LLVMdev] [RFC] Less memory and greater maintainability for debug info IR
On 15/10/2014, 17:31 , Eric Christopher wrote: > On Wed, Oct 15, 2014 at 2:30 PM, Sean Silva <chisophugis at gmail.com> wrote: >> Running `llvm-link *.bc` would OOM a machine with 64GB of RAM (with -g; >> without -g it completed with much less). The increasing could be easily >> watched on the system "process monitor" in real time. >> > This is likely
2002 Nov 01
1
sticking a speex file inside a vorbis file
I forget the correct terminology, but anyway, sumthin struck me while getting help for sorting out my previous problem. Among other things (apart from doing the gigs with my computer) I use the G4s (and soon hopefully 1 of those nice dual G4s we just got) to record tracks of the different ppl & bands on our course (which is BTEC Popular music btw) using Pro Tools. Since Vorbis has the
2009 Oct 15
2
FS Quota broken for delivering BIG message
...760, active=1 from=<>, msgid=: save failed to INBOX: Quota exceeded (mailbox for user is full) from=<>, msgid=: rejected: Quota exceeded (mailbox for user is full) msgid=: Return-Path missing, rejection reason: Quota exceeded (mailbox for user is full) --- 2. But if I tries to deliver _BIG_ message to user mbox - quota broken: $ cat big.msg | /usr/local/libexec/dovecot/deliver -d koc --- Quota root: name=Quota backend=fs args=group:mount=/var/virtual/home/I/I/koc Quota rule: root=Quota mailbox=* bytes=10383360 messages=0 mbox: data=~/:INBOX=/var/virtual/mail/I/I/koc:INDEX=MEMORY fs:...
2007 Jun 27
2
Support for multiple file streams?
Hello, Look like demand for multiple file streams support increased lately. Does samba 3 series intend to support it any time soon? Look like SAMBA 4 is working on it based on the following form Andrew Tridgell: One simple but important example of how the new NTVFS layer helps is the addition of support for "NT file streams." A file in a NT filesystem can have multiple
2018 Jul 08
5
[Bug 1269] New: using the internal lookup table vs. the local system's /etc/services (or so) generally prevents nft from working
...ted in /etc/services. These three services are just my exact case, while the difference between the general (not Gentoo-specific) /etc/services content and the hardcoded inet_service_tbl (which was created from the patch author's /etc/services of some time and from some Ubuntu distro) are just _big_. As for me, the whole idea to hardcode the list of services was erroneous, because the local list of services is not even the distro-specific entity, but just the local admin's possession. And nobody can know in advance the somebody's service names and port numbers... Example: tcp dport...
2005 Jul 13
2
WinNY and Wine
Hello everyone, I'm trying to figure out how to run Winny2b71 with wine-20050111-r1 on 2005.0 Gentoo Linux with kernel 2.6.11 r11 (I thought the version info might be helpful). The result is nothing-- no error message, nothing loads, nothing flashes. I have the program installed in /root/.wine/Apps/Winny2, and I use the appropriate ' wine "[path]" ' command to execute the
2001 Dec 07
2
[Possible BUG]: Wine-20011108
...path = NULL; *c = '\0'; if (authority == NULL && *(c - 1) == ':') *(c - 1) = '\0'; } break; } /* FIXME: Read the _BIG_ comment in 'case 2:' - it's all there! default: return; */ } c += p - c - 1; } else if (*c == ':') { if (schema == NULL) schema = c; } } parse_authority...
2010 Apr 21
1
Cross-checking a custom function for separability indices
Hi list! I have prepared a custom function (below) in order to calculate separability indices (Divergence, Bhattacharyya, Jeffries-Matusita, Transformed divergene) between two samples of (spectral land cover) classes. I need help to cross-compare results to verify that it works as expected (since I don't know of any other foss-tool that will give me quickly some results). Does anybody
2017 Jun 01
35
.ogg extension and Theora
>Paul E Wrote [snip] >Windows 2000 (although it's the same for all of them) doesn't read in >any mime-type to correctly identify a file, it just uses the extension. [snip] What if, at least for Windows, someone wrote a simple application which when associated with .ogg files and an .ogg file was opened simply read enough of the ogg stream to identify the type of content and then
2010 May 05
0
R-help Digest, Vol 87, Issue 5
...If you made it read this post till here, maybe you could give hints on how to handle: 1. the definition of the directory path that leads to the custom functions that are required to be source(d)? Currently hard-coded at a specific directory where I store custom functions. Is it better to make 1 _big_ script which includes all functions? What is good coding practice in such occasions ? 2. "column naming" after a column by column merging of three different matrices (data.frames)? This concerns "separability.matrices()". 3. the long command built-up using "assign()&quo...