Displaying 7 results from an estimated 7 matches for "obits".
Did you mean:
bits
2009 Jul 30
2
[LLVMdev] How to produce a "Intrinsic Function" call instruction?
Hi, all.
I have noticed that LLVM supports some Intrinsic Functions such as *"**
llvm.sadd.with.overflow"* described 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
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
When I change the option 'i' to the letter 'a' is everything as
designed. Why is 'i' at this location the problem?
********************************
diff -Nurb dovecot-2.2.16rc1/src/util/rawlog.c
dovecot-2.2.16rc1.build/src/util/rawlog.c
--- dovecot-2.2.16rc1/src/util/rawlog.c 2015-03-04 13:49:28.000000000 +0100
+++ dovecot-2.2.16rc1.build/src/util/rawlog.c 2015-03-11
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