search for: accual

Displaying 11 results from an estimated 11 matches for "accual".

Did you mean: accrual
2010 Nov 11
2
[LLVMdev] named types with self-references
Hello, Can I define a named type ? %rt = {%rt} llvm-as can parse this definition without errors. JIT executes '%0 = alloca %rt' as allocating a memory with size 0. Because the llvm::TargetData::getTypeAllocSize accually returns 0 in this case. The function that calculates %rt's size is by the TargetData::getStructLayout, which calculates the a layout of %rt. It can only returns 0 when the element type %rt is not defined yet, since the result is infinite otherwise. Is %rt = {%rt} still a valid or useful type...
2010 Nov 11
0
[LLVMdev] named types with self-references
..., 2010, at 8:45 AM, Jianzhou Zhao wrote: > Hello, > > Can I define a named type ? %rt = {%rt} > llvm-as can parse this definition without errors. > > JIT executes '%0 = alloca %rt' as allocating a memory with size 0. > Because the llvm::TargetData::getTypeAllocSize accually returns 0 in > this case. The function that calculates %rt's size is by the > TargetData::getStructLayout, which calculates the a layout of %rt. It > can only returns 0 when the element type %rt is not defined yet, since > the result is infinite otherwise. > > Is %rt = {%rt...
2010 Nov 11
1
[LLVMdev] named types with self-references
...hao wrote: > >> Hello, >> >> Can I define a named type ?   %rt = {%rt} >> llvm-as can parse this definition without errors. >> >> JIT executes '%0 = alloca %rt' as allocating a memory with size 0. >> Because the llvm::TargetData::getTypeAllocSize accually returns 0 in >> this case. The function that calculates %rt's size is by the >> TargetData::getStructLayout, which calculates the a layout of %rt. It >> can only returns 0 when the element type %rt is not defined yet, since >> the result is infinite otherwise. >>...
2003 Aug 29
6
Festival and Asterisk
Hello, I am trying to run festival, it is running but I am getting this when I run tts_ping.agi WARNING[278546]: File app_festival.c, Line 304 (festival_exec): Text passed to festival server : Enter the eye-p address you wish to ping. WARNING[278546]: File app_festival.c, Line 381 (festival_exec): Passing text to festival... WARNING[278546]: File app_festival.c, Line 400 (festival_exec):
2005 Aug 24
6
Wbinfo -Y couldn't work with idmap_rid for BUILTIN groups
Hi, wbinfo -Y BUILTIN\group can work without idmap_rid in Samba-3.0.14a. But I'm experiencing wbinfo -Y with idmap_rid failed for SID to GID conversion of BUILTIN groups. Since idmap_rid only works in a single domain, and captures workgroup's domain sid as a real domain sid in rid_idmap_get_domains(), when running "wbinfo -Y BUILTIN/System Operators", the function
2004 Jan 17
3
cdr_odbc not logging integers eg duration
I've just noticed that since swapping from the direct mysql cdr driver to cdr_odbc, the call duration (and anything else that's an integer) isn't logged - anyone else seen this and know the reason. The cdr_odbc driver gives no error messages and records any string based fields correctly. Iain
2004 Sep 28
0
Max fs size viewed with linux samba client
Hello, I'm working on project that requires my linux application to access (read/write) via samba a single partition that is bigger than 2TB. I would like to know if the latest versions of the linux samba client support this kind of partition and what the limit accually is and what are the specific requirements. Thanks for any help. -- Thibaud Tourneur DBee -------------------------------- email: thibaud.tourneur@dbee.com --------------------------------
2006 Mar 29
8
Action Mailer
Does anyone know where I can download an demo app of action mailer. I''ve looked every where. I''ve also done the tuts. but, they don''t work for me. Thanks... -- Posted via http://www.ruby-forum.com/.
2004 Sep 26
6
SIP Registration Timeout, No FW
Hi people, My asterisk wont register with any sip providers, I have tried three different but they all end up with: Sep 26 17:36:36 NOTICE[114696]: chan_sip.c:4035 sip_reg_timeout: Registration for 'whatever@provider.tld' timed out, trying again There is no firewall and my server has a public IP. Could this be a Asterisk problem? -Fredrik vK
2003 Dec 23
18
Grandstream Quality Survey.... :P
Today class we are going to be talking about the wonderful line of GrandStream products. Or should I say BarbieTone phones? Who else is having MAJOR issues with the grandstream products? How many times have you been told upgrade upgrade upgrade? How many of you have paperweights, granted the phone is light as a feather and couldn't weight papers down in the first place? How about that
2007 Dec 28
2
Problems with Samba and Active Directory
Afternoon! Let me apologize first if this is something soooo simple, but i have been working on this for days and I'm still stuck on one part. Where to start. Small user environment (under 100 users) using Active Directory on Win 2k3 server. Running Fedora 8 on a server, and I am trying to get it added to the domain, and to be able to access a share using Windows usernames and passwords.