search for: dpr

Displaying 19 results from an estimated 19 matches for "dpr".

Did you mean: dir
2017 Sep 10
2
Question about quad-register
Hi All, If the target supports quad-register R0:R1:R2:R3 (Rn is 32-bit register), is it possible mapping quad-register to v4i32 so that the following example work? typedef int v4si __attribute__ ((vector_size (16))); void foo(v4si i) { v4si j = i; } I don't know how to write CallingConv.td to represent the concept of occupying quad-register R0:R1:R2:R3 once seeing
2010 Jun 23
2
umask not functioning with cp command
Hi all, $ umask 0002 $ mkdir test $ ls -ld test drwxrwxr-x 2 user user 4096 Jun 23 19:04 test/ $ls -ld content drwxr-xr-x 2 user user 4096 Jun 23 19:29 content $ cp -r content test/ $ls -ld test/content drwxr-xr-x 2 user user 4096 Jun 23 19:29 content My question is, how can I make content directory permission mode to 775 if I do cp inside the test directory? Thanks. Regards, James
2007 Feb 24
5
/lib/modules...
So. I understand this isn''t properly a xen question, although it is something that I am encountering rather /because/ of setting up xen. I''ve successfully compiled a domU kernel and laid it over a rhel4u4 os installed into an image file. One of the things that happens during boot is that redhat doesn''t find the right subdirectory for the domU kernel version in
2007 Oct 24
28
random cpu spikes, EBADF errors
In May I had problem with mongrels suddenly consuming huge cpu resources for a minute or two and then returning to normal (load average spikes up to 3.8and then back down to a regular 0.2 over the course of 5 minutes, then again 1/2 hour later. or 4 hours later, no predictable rhythm). I posted to Litespeed forums because I thought the problem was there but didn''t get far. And a week
2012 Jul 11
0
[LLVMdev] Saving one part of a register pair in the callee-saved list.
...> I would like to know if it's possible to handle this situation. > Yes, it's definitely possible. From your description it sounds like the sub-register relationships may not be defined correctly. ARM and X86 both have examples of that. For ARM, look at the definitions of the QPR, DPR and SPR registers and associated register classes. -Jim -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120711/b13568f1/attachment.html>
2003 Apr 26
2
Duplicating Hard Drive Problem
Hello All: My research group recently invested in a 17 node Linux rackmounted cluster. It was delivered recently and, being the lowly graduate student that I am, I was told to 'make sure that it works.' After investigating it, I noticed a problem with two of the hard drives one nodes 14 and 16. On most of the nodes, a 'df -hT' will give you the following: Filesystem Type Size
2013 May 22
2
[LLVMdev] Avoiding MCRegAliasIterator with register units
...ligned pair of consecutive GPR registers (like r0, r1). This constraint is modeled with the GPRPair register class containing R0_R1, R2_R3, ... pseudo-registers. Sometimes ISAs also assign assembly names to such pseudo-registers, again from ARM: SPR: (s0, s1, ...) 32-bit floating point registers. DPR: (d0, d1, ...) Even-odd pairs of consecutive S-registers. QPR: (q0, q1, ...) Even-odd pairs of consecutive D-registers. But not all constraints are given 'register' names by the ISA. One vld1 instruction variant can load two consecutive D-registers, both even-odd and odd-even pairs. An eve...
2012 Jul 11
2
[LLVMdev] Saving one part of a register pair in the callee-saved list.
Hello, I would like to know if there's a way of setting the callee-saved register list inside getCalleeSavedRegs() to make the PEI pass save/restore only one half of a register pair if the other half is not being used, instead of saving the whole pair. Here is an example of what I try to explain to make things more clear: Suppose this situation where we have a register file of 8bit regs, and
2017 Feb 02
1
Restoring a deleted imap folder from backup to user Maildir
Hi, A user accidentally delete a folder from their Maildir (probably while using Thunderbird). The folder was at Archives/Sent/2015 (/.Archives.Sent.2015 in the Maildir format). I attempted to copy the folder from a tar backup into the Maildir folder but the new folder does not show up in Thunderbird or in the Subscribe option. I also copied the .Archives.Sent. folder as well. A
2008 Jun 01
0
wmplayer 10 mms and hardy heron
has anyone been able to get hardy and windows media player to work? ive tried to install it with the winetricks script preceding it with the install of ies4linux then copying it to the wine folder with these commands rm -rf ~/.wine/* cp -dpr ~/.ies4linux/ie6/* ~/.wine but it just doesn't work, any ideas would be great
2010 Sep 22
0
Problem using AVA FX Trader - module js3250.dll
...JS_GetGlobalForObject=>0 js3250.dll=>=>JS_DHashTableOperate at 12=>0 js3250.dll=>=>JS_DHashTableOperate at 12=>0 nspr4.dll=>=>_PR_MD_UNLOCK=>0 js3250.dll=>=>JS_SetVersion=>0 js3250.dll=>=>JS_EvaluateUCScriptForPrincipals=>0 Fx_Client.exe=>Fx_Client.dpr=>=>353 WINDOWS VERSION 5.1.2600 Service Pack 3 APPLICATION INFO Fx_Client.exe 4.2.64.18/4.2.64 http://real4.sysfx.com:8118/xml/; eforex118; TRADER:
2005 Nov 06
1
R (2.2.0), R-DCOM and Delphi
In response to a few private e-mails, here a summary of using Delphi, R-DCOM and R 2.2.0 1) As Earl Glynn noted ( http://finzi.psych.upenn.edu/R/Rhelp02a/archive/50705.html ), there were a few paths specific to my installation in http://www.menne-biomed.de/download/RDComDelphi.zip leading to path errors on compilation. Hopefully, this has been corrected in the new zip file. 2) Always check if
2013 May 24
0
[LLVMdev] Avoiding MCRegAliasIterator with register units
...e GPR registers (like r0, r1). This constraint is modeled with the GPRPair register class containing R0_R1, R2_R3, ... pseudo-registers. > > Sometimes ISAs also assign assembly names to such pseudo-registers, again from ARM: > > SPR: (s0, s1, ...) 32-bit floating point registers. > DPR: (d0, d1, ...) Even-odd pairs of consecutive S-registers. > QPR: (q0, q1, ...) Even-odd pairs of consecutive D-registers. > > But not all constraints are given 'register' names by the ISA. One vld1 instruction variant can load two consecutive D-registers, both even-odd and odd-eve...
2015 Mar 11
2
Users and groups named in Russian disappeared after upgrade samba4 PDC
Thanks for the answer. > Did you got errors during the classicupgrade? I didn't do classicupgrade. My Samba AD DC was installed from scratch some months ago using the instructions from this page https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO and everything had been working well. I just upgraded some deb-packages with samba to the same version but different buid-release. Regarding
2008 Apr 17
3
login failed
Hello i've samba 3.022 with a ldap 2.2.26. I've no pb to join domain with my win2000, but when I reboot I'm reject (bad username ...). I find in debug that the first param sent by the client was the login and I think it must be the machines name. Any idee ? -- Denis Rohou Service Informatique ville de Lannion 22113 lannion 02-96-46-64-22
2007 Feb 24
7
Creation of additional image within a domU
Chaps, Perhaps this question is a little basic for this list but I''m not really sure of the simplest method or best tool for the job. I''ve created some images with `dd=/dev/zero ....` and I''m using them for the domUs now. Some of them have been running for a few months with no probs. Trouble is that I''d like to create a separate partition within the domU.
2004 Jun 17
4
Problems with PRI with T410 messages
...ed the latter and let the ./download.sh and ./compile.sh scripts run normally. Then I install zaptel.o and zaphfc.o to /lib/modules/<kernelversion>/misc and do the usual mambo in /etc/modules to run ztcfg after loading zaphfc and to load zaptel before zaphfc: pre-install zaphfc /sbin/modprobe zaptel post-install zaphfc /sbin/ztcfg -v Now I go to a different directory and do a CVS checkout of Asterisk head. Just before compiling, I replace channels/chan_zap.c with bri-stuff-0.0.2a-pp/asterisk/channels/chan.zap.c. I then change the lines of the form static ast_mutex_t usecnt...
2013 Aug 08
14
[LLVMdev] [global-isel] Proposal for a global instruction selector
...rget, for example, these types would be legal: All 8-bit types via ldrb/strb to GPR. (i8, v1i8, v2i4, v4i2, v8i1) All 16-bit types via ldrh/strh to GPR. (i16, f16, v1i16, v2i8, ...) All 32-bit types via ldr/str to GPR and vldr/vstr to SPR. All 64-bit types via ldrd/strd to GPRPair and vldr/vstr to DPR. All 128-bit types via vld1/vst1 to DPair. All 192-bit types via vld1/vst1 to DTriple. All 256-bit types via vld1/vst1 to DQuad. This larger set of legal types also makes it easier to handle things like extractelement <8 x i8> which currently produces an illegal type and is thus obfuscated by...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...2NO0xUez%qmI-1;06786$T>ARLX zO74QxUp_&>J}2`EHCd(cuY7|(%t%wJ;ns(fmzIIxuo8J`*;M&@@P$w|W#Lx%kL at D_ zsN&YUuWH{;Tp3<@IK0pTKkU$v2c(Mtl}xs=SJNI~uC4DCH~?96#Ldz7ZYrJFRQi at - z_ATRP#rq!>bIiTk=B9uJ8uvahZmtkFSBREAqay79)Lo^uWbs at RV{cbSU$kqzt(Fq7 zhtpb)08UXyz#`3zQ!h{f^xg|$R(jVdX68<Dpr-UGKc$M1E(i8xpWKr*A2X4hlhgy_ z*T at LmL%&(Ptf;M-&-O*Ha^9iM6z1)?Rm#D2-|-E_ug+SHBPMFm;!8)VOm!5LsqIFu z>ODUP1lb+%gUhmSd3o2`(Jx&9usQaQFHc_e;;Y<YRd=yJUtN3<2jQg+5h?J)a=a!G zH9phdxI7iL*n;K;(pCh>(Fk61m3WP%$gnn1>#6mVJe3E+-<GGbjq@)jXT45xdAPh) zgt at +!{Q9__?|?agS#blt9D@&+?+6i...