search for: compelt

Displaying 14 results from an estimated 14 matches for "compelt".

Did you mean: compel
2016 Dec 08
3
[PATCH] linux/types.h: enable endian checks for all sparse builds
On 12/07/16 21:54, Michael S. Tsirkin wrote: > On Thu, Dec 08, 2016 at 05:21:47AM +0000, Bart Van Assche wrote: >> Additionally, there are notable exceptions to the rule that most drivers >> are endian-clean, e.g. drivers/scsi/qla2xxx. I would appreciate it if it >> would remain possible to check such drivers with sparse without enabling >> endianness checks. Have you
2016 Dec 08
3
[PATCH] linux/types.h: enable endian checks for all sparse builds
On 12/07/16 21:54, Michael S. Tsirkin wrote: > On Thu, Dec 08, 2016 at 05:21:47AM +0000, Bart Van Assche wrote: >> Additionally, there are notable exceptions to the rule that most drivers >> are endian-clean, e.g. drivers/scsi/qla2xxx. I would appreciate it if it >> would remain possible to check such drivers with sparse without enabling >> endianness checks. Have you
2017 Mar 02
0
Mailbox size in log file
...at xxx.com' MailboxSize = 14472 Capacity = 0% > > In this example we can know the mailbox size before and after the connection, and it shows that user has removed or downloaded all messages from server. We have a feature very similar to this on our roadmap. I expect there will be time to compelte it in the latter half of 2017. Teemu > > Now in Dovecot we have no information about that, and I cannot find any plugin which gives this us functionality. > > Is it possible to have this feature in Dovecot? > Thanks for your help. > > > ________________________________...
2006 Mar 14
1
invalid wav gsm frame size: 1 bytes ??
...frame size: 1 bytes The command line for this is as basic as it gets: $SOXMIX -t WAV $LEFT -t WAV $RIGHT -t WAV $OUT I've tried playing with -r settings etc , but I always end up with 'noise' in the file in spots and it still complains about the frame size. Converting to MP3 fails compeltly using lame, and an output from soxmix to mp3 produces either a seg fault (sig 11) or a file of random periods of 'noise' and then perfectly acceptable speech (something screwy in the bitrate???) Sox ver is: 12.17.9 Supported file formats: aiff al au auto avr cdr cvs dat vms gsm hcom l...
2020 Apr 22
3
how to add my own passes to LTO pass
Hi, I have a module pass and I hope to use it to optimize a real-world program. I need LTOļ¼Œand I have got LTO plugin. But How can I add my passes to LTO Pass. I can't find solution. What should I do? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200422/76d2b046/attachment.html>
2016 Dec 08
0
[PATCH] linux/types.h: enable endian checks for all sparse builds
...r: if (ct_rsp->header.response != cpu_to_be16(CT_ACCEPT_RESPONSE)) { ql_dbg(ql_dbg_disc + ql_dbg_buffer, vha, 0x2077, "%s failed rejected request on port_id: %02x%02x%02x Compeltion status 0x%x, response 0x%x\n", routine, vha->d_id.b.domain, vha->d_id.b.area, vha->d_id.b.al_pa, comp_status, ct_rsp->header.response); response is BE and isn't printed correctly. another: ei...
2010 Mar 25
3
include/exclude problems
Dear Wayne, I am using rsync to synchronize my working files from home computer to the work computer. I want to sync only the files in some directories and no .files. However, I do need to sync several files from .mozilla director (addressbook, calendar and bookmarks) which are located in the .directory. I use the following command and the "excluded-utk.txt" file rsync -aunvz
2016 Dec 09
2
[PATCH] linux/types.h: enable endian checks for all sparse builds
...if (ct_rsp->header.response != > cpu_to_be16(CT_ACCEPT_RESPONSE)) { > ql_dbg(ql_dbg_disc + ql_dbg_buffer, vha, 0x2077, > "%s failed rejected request on port_id: %02x%02x%02x Compeltion status 0x%x, response 0x%x\n", > routine, vha->d_id.b.domain, > vha->d_id.b.area, vha->d_id.b.al_pa, comp_status, ct_rsp->header.response); > > >response is BE and isn't printed correctly. &...
2016 Dec 09
2
[PATCH] linux/types.h: enable endian checks for all sparse builds
...if (ct_rsp->header.response != > cpu_to_be16(CT_ACCEPT_RESPONSE)) { > ql_dbg(ql_dbg_disc + ql_dbg_buffer, vha, 0x2077, > "%s failed rejected request on port_id: %02x%02x%02x Compeltion status 0x%x, response 0x%x\n", > routine, vha->d_id.b.domain, > vha->d_id.b.area, vha->d_id.b.al_pa, comp_status, ct_rsp->header.response); > > >response is BE and isn't printed correctly. &...
2017 Mar 02
4
Mailbox size in log file
Hello Dovecot list. I need that Dovecot log writes mailbox size in all POP / IMAP connections, but I do not know if Dovecot can do that. I have been searching about that with not successful. For example, this is the log of our last email platform, different than Dovecot: 06:48:14 025BEE83 POP3 LOGIN user 'xxx at xxx.com' MailboxSize = 61708 Capacity = 2% ...... 06:49:19 025BEE83 POP3
2007 Dec 06
3
number_to_currency
I am using the number to currency function because i live in the uk and the company want me to only show values of the pound of course.I have created all my application using ruby script/generate scaffold_resource.... I have come across with a problem... this code is in my applcation: def number_to_currency(number, options = {}) options = options.stringify_keys precision, unit, separator,
2011 Jun 10
1
[LLVMdev] Advice on architecture research project?
> I am interested in working on a little architecture project that > involves modifying an ISA in some non-trivial ways and seeing what > impact it has on instruction frequencies (and other such metrics). > Clearly I'll need to hack on a compiler backend, and I thought that > LLVM might be a good choice since among mature compiler > infrastructures it's fairly young and
2005 Feb 13
2
Rsync friendly zlib/gzip compression - revisited
...t are the chances of that change messing up 2 checksum blocks instead of 1? In straghtforward rsync, messing up one or two blocks is not that big of a deal. Once the data is compressed, I'm thinking that it would tend to be amplified. I haven't done any statistics on this, and I could be compeltely off base - but my initial intuition is that having a smaller window size would lead to better ultimate rsync performance... I would be extremely interested in anyone else's thoughts on this point... Results ===== So - on to the testing: For those of you who like making pretty graphs (ac...
2003 Jun 21
21
Newbie questions
Hi..... I am new to this software, and I want to implement a client (SIP or IAX) with PHP or at least to pass the main functions (connection,call, transfer, hangup, call id etc) to a CRM. Does anyone know if I could achive a project like that with AGI ? Any example using AGI with PHP ? Do I have all the functionality with AGI ? What about call id ? What is depend on ? (As I know * does not