search for: obit

Displaying 7 results from an estimated 7 matches for "obit".

Did you mean: bit
2009 Jul 30
2
[LLVMdev] How to produce a "Intrinsic Function" call instruction?
...cribed in http://llvm.org/docs/LangRef.html#int_sadd_overflow. We can use these functions and needn't define the function bodies. For example, I can manually insert codes: * %res = call {i32, i1} @llvm.sadd.with.overflow.i32(i32 %a, i32 %b) %sum = extractvalue {i32, i1} %res, 0 %obit = extractvalue {i32, i1} %res, 1 br i1 %obit, label %overflow, label %normal* into an assembly file, and it works OK. And now, my question is "How to produce such a call instruction using the LLVM classes?" I have also noticed that LLVM provides some classes like "*MemCpyInst...
2011 Feb 08
2
Ken Olsen od DEC, 1927-2011
A lot of us wouldn't be here without him. DEC made good, really reliable hardware. mark <http://www.networkworld.com/news/2011/020711-kenneth-olsen-dec-obit.html>
2014 Mar 16
2
More than 150 MB / second encoding ?
Hello, Is there some version of FLAC that allows very very fast encoding (i.e. able to process at least 150 MB / second of .wav input data on a standard computer : laptop computer, Core i5/i7, Windows 7 64 bit, 8 GB RAM) ? (It's ok to have a compression ratio which is a little bit lower than traditionnal FLAC) I'm looking for something which is between FLAC (very good ratio, slower than
2014 Mar 17
0
More than 150 MB / second encoding + "nanozip"
...rom: > >> > >http://sourceforge.net/p/cuetoolsnet/code/ci/default/tree/CUETools. > >Codecs.FLACCL/flac.cl?format=raw > >> > >> For a slightly smaller size, you can change the line "cbits = > >min(cbits, > >> clz(order + 1) + 1 - shared.task.obits);" to "cbits = min(cbits, > >clz(order) > >> + 1 - shared.task.obits);". I checked with the author to make > >sure this is > >> correct. > >> > >> Also: BIG NOTE: The best results that I could get on my machine > >was around >...
2015 Mar 11
0
rawlog with -i not worked
...5-03-04 13:49:28.000000000 +0100 +++ dovecot-2.2.16rc1.build/src/util/rawlog.c 2015-03-11 11:31:46.090201199 +0100 @@ -362,7 +362,7 @@ int c; master_service = master_service_init("rawlog", 0, - &argc, &argv, "+f:obit"); + &argc, &argv, "+f:obat"); while ((c = master_getopt(master_service)) > 0) { switch (c) { case 'f': @@ -376,7 +376,7 @@ case 'b':...
2015 Mar 09
4
rawlog with -i not worked
Hello, I have the rawlog enabled according to the manual:http://wiki2.dovecot.org/Debugging/Rawlog Without -i everything is wonderful, a coredump is with the -i parameter created **************************************** service imap-postlogin { executable = script-login -d rawlog -i user = vmail } **************************************** GNU gdb (GDB) 7.4.1-debian Copyright (C) 2012
2011 May 24
4
securing ldap with tls and security
Hello, I'm trying to set up a centos 5.3 machine to do authentication via openldap. I've got it working, I'm not sure if I have it 100% right, but I can use ldapsearch to query the directory, use finger, id, chown, and other utilities with ldap usernames and groups, log in via ssh as an ldap user and if it's a new user automatically have the home directory created. Having got this