search for: dint

Displaying 20 results from an estimated 47 matches for "dint".

Did you mean: dict
2007 Apr 18
3
[PATCH 12/21] i386 Deprecate descriptor asm
...char base2; +} __attribute__((packed)); + +static inline struct desc_internal_struct *desc_internal(struct desc_struct *d) +{ + return (struct desc_internal_struct *)d; +} + +static inline unsigned long get_desc_base(struct desc_struct *desc) +{ + unsigned long base; + struct desc_internal_struct *dint = desc_internal(desc); + base = (dint->base0) | (dint->base1 << 16) | (dint->base2 << 24); + return base; +} + +static inline unsigned long get_desc_limit(struct desc_struct *desc) +{ + unsigned long limit; + struct desc_internal_struct *dint = desc_internal(desc); + limit = (d...
2007 Apr 18
3
[PATCH 12/21] i386 Deprecate descriptor asm
...char base2; +} __attribute__((packed)); + +static inline struct desc_internal_struct *desc_internal(struct desc_struct *d) +{ + return (struct desc_internal_struct *)d; +} + +static inline unsigned long get_desc_base(struct desc_struct *desc) +{ + unsigned long base; + struct desc_internal_struct *dint = desc_internal(desc); + base = (dint->base0) | (dint->base1 << 16) | (dint->base2 << 24); + return base; +} + +static inline unsigned long get_desc_limit(struct desc_struct *desc) +{ + unsigned long limit; + struct desc_internal_struct *dint = desc_internal(desc); + limit = (d...
2005 Oct 10
2
A xenu kernel 2.6.11 with physical access to a PCI netcard.
I just compile one kernel to the domU but cant see the PCI netcard, i hide the card from dom0 physdev_dom0_hide=''(00:11.0)'' and added to the domU config pci = [ ''0,11,0'' ] and dint work.. any howto to do that? - ariel ariel en BSDlatino . org ariel en ferreras . info http://www.BSDlatino.org http://ariel.BSDlatino.org _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Jul 05
15
Assassins Creed2
...when i run the installation file with WINE it says There is no windows program configured to open this type of file. can some one help please? this happens when i run the setup.exe and the autprun is not working well Btw the DvD is duallayer first when i inserted the DvD into the normal DvD rom it dint work well. this time it works but it says that message. helps pls. Thx
2003 Aug 25
11
Why doesnt anyone reply me ?
I have posted soo many times in the past but never recieved even a single reply . seem like you people are ignoring me or either way too busy .. never mind this is my last try . How can record a conversation with asterisk ? I tried to use Record() but dint work for me .. here is what i tried . exten => s,1,Wait,1 ; Wait a second, just for fun exten => s,2,Answer ; Answer the line exten => s,3,DigitTimeout,5 ; Set Digit Timeout to 5 seconds exten => s,4,ResponseTimeout,10 ; Set R...
2003 Aug 25
2
Re: SYSLINUX Digest, Vol 5, Issue 18
Hi, i'm sorry but i dint actually understand what u asked for, Like do u want to know exactly what error message i'm getting or the configuration of the pc's in which i get these errors ?? Sorry for being so stupid :-)) Bye, Jassi > >Jaspreet oberoi wrote: > > Hi,, > > > > I wud just lik...
2008 Oct 03
5
Proposed New Mailing List
Karanbir Singh wrote: > And yea, working on setting up a sort of list to handle > much of this semi OT traffic. More news on that around > Wed next week, dint ask about it now. Off course people are going to ask. In my opinion as long as a topic is marked OT, it is preferable to one not marked but one in which the OP has not even done basic research on his problem. One distro had a "brainflash" a number of years ago - create a list for exper...
2009 Sep 14
2
RMagick Installation woes
Hi, I need to install Rmagick to get re-sizing working with Paperclip. My dev machine is on Mac OSX Leopard and the server is on Ubuntu Intrepid 8.1 I dint have Macports or wget at first. I was following this article - http://onrails.org/articles/2007/11/03/installing-rmagick-on-leopard-without-macports-or-fink. Ive done this before too. But some dependency always failed. I want to start with a clean slate now, given that ive installed wget and Macpo...
2007 Jun 02
7
serch in blog - What is the best method.
Hi, I am completly new to rail and developing a blog, was just interested in knowing what is the best method to implement search to search my blogs. Thank you, Raj. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2008 Jul 01
2
[LLVMdev] vmkit on x86_64
...t(Type::Int32Ty, 0x1F); - val2 = BinaryOperator::CreateAnd(val2, mask, "", currentBlock); + val2 = BinaryOperator::createAnd(val2, mask, "", currentBlock); push(BinaryOperator::createLShr(val1, val2, "", currentBlock), AssessorDesc::dInt); break; @@ -1017,7 +1017,7 @@ case LUSHR : { Value* val2 = new ZExtInst(pop(), Type::Int64Ty, "", currentBlock); Value* mask = ConstantInt::get(Type::Int64Ty, 0x3F); - val2 = BinaryOperator::CreateAnd(val2, mask, "", currentBlock); +...
2011 Mar 09
1
Dsync & random delete problem
...utes by a cron job for each hosted mailboxes (in Maildir format). Obviously, a lock prevents to launch more than one dsync process at time. On a test mailbox, it worked perfectly, but when I decided to use it on my own mailbox: big drama :-). Some trashed messages reappear after the next sync, by dint of insisting, sometime it are duplicated. Occasionally, the synchronization has the desired effect, but messages reappear few hours later... So, my questions are: * Dsync is it supposed to be used to synchronize two mailboxes on continuously? * Are these problems known? I've found one th...
2009 Jul 26
11
Steam all weird today.
[Image: http://flare.xenmedia.org/uploads/Steamasd.png ] I get the following error, tried to google but found no working solution. Nothing has changed on my system. Steam worked fine when i tried it 1 week ago. I doubt the issue is Wine.
2009 Jul 24
8
Nvidia 190.09 Drivers are Great!
Latest Nvidia drivers for linux has really nice speed boost. Most noticeable when gaming under Wine. When playing some latest games i had weird pauses at some effects. Now all of them are gone and the game I'm playing is almost smooth all the time =) For Ubuntu Deb packages i suggest this PPA for latest Nvidia Drivers. https://launchpad.net/~thefirstm/+archive/ppa
2010 Jun 22
1
Installing packages from folder on the computer
...To set this folder as my Mirror to install packages from, in Rprofile.site i replaced "http://my.local.cran" with "file://C:/R/packages/" (full code given below) and then in R console i enter: install.packages(c("pkg1", "pkg2", ...),dependencies=TRUE) but dint succeed. Error message: Warning in gzfile(file, "r") : cannot open compressed file '//C:/R/packages/bin/windows/contrib/2.11/PACKAGES', probable reason 'No such file or directory' Error in gzfile(file, "r") : cannot open the connection # code in Rprofile.site...
2003 Jul 20
1
Memdisk problems again (2.05)......
Hi... I'm Jaspreet. I've been having the memdisk memory overlapping problems since 2.04 Its always seen in the compressed images whereas the uncompressed images works just fine !!! It just stops at the error "Ran out of input data".. Even the memdisk 2.05 dint solve my problem !!! maybe there r still some bugs remaining. !! My motherboard is Intel 845GEBV2 and i've got 512 DDR (333) ram !!! Please look into this matter, Bye, Jassi. BTW :- i can arrange to send you the screenshot of the error, if it wud help u !! plz let me know where do i send it...
2008 Apr 23
6
Unable to access linux files from windows using samba configured in linux Vmware
Hi friends, i have a weird problem, i am running a Fedora Linux OS on Vmware installed from Windows XP i have configured samba inside VMware linux (BRIDGED NETWORKING), but when i tried to access the same from the windows it is telling "cannot be accessible", i have tried almost all the ways... My Windows IP is say 192.168.248.29 and i have taken a free IP from system admin for my
2011 Jan 19
1
Problem in using bdh function for Govt tickers
...ot;,"CPN") > data<-bdh(conn,ticker,field,k,k) > data ticker date PX_LAST CPN 1 912828JV Govt 2010-12-29 100.0000 <NA> 2 912828JY Govt 2010-12-29 100.0625 <NA> > I am a new R user, I have looked over for a similar problem but dint find any. Any suggestions?? [[alternative HTML version deleted]]
2012 Aug 28
8
Unable to generate certificate on Puppet Agent through Master
...ld not send report: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed: [certificate revoked for /CN=puppet-server.test.com] [root@puppet-client ssl]# I tried to remove all the certificate from agent manually /var/lib/puppet/ssl/* but things dint fix the issue. I also tried to generate the certificate on server through : puppet agent --test --server=`hostname` and then performed all the steps above. No Luck with this too. How to fix this issue? -- You received this message because you are subscribed to the Google Groups "Puppet...
2011 Mar 15
6
creating login form using netbeans
can any one tell the the procedure to create the login form for the project using netbeans or any IDE? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2008 Jul 01
0
[LLVMdev] vmkit on x86_64
...F); > - val2 = BinaryOperator::CreateAnd(val2, mask, "", currentBlock); > + val2 = BinaryOperator::createAnd(val2, mask, "", currentBlock); > push(BinaryOperator::createLShr(val1, val2, "", currentBlock), > AssessorDesc::dInt); > break; > @@ -1017,7 +1017,7 @@ > case LUSHR : { > Value* val2 = new ZExtInst(pop(), Type::Int64Ty, "", currentBlock); > Value* mask = ConstantInt::get(Type::Int64Ty, 0x3F); > - val2 = BinaryOperator::CreateAnd(val2, mask, &quo...