search for: tpop

Displaying 6 results from an estimated 6 matches for "tpop".

Did you mean: pop
2007 Aug 29
1
Migration woes from tpop mbox to dovecot maildir
I was hoping some one might be able to offer me some advice on a little problem I have. I am looking to A. move from mbox to maildir B. looking to move from tpop to dovecot to bring both pop and imap under the same program. anyways the problem I am having is this tpop3d mbox uses MD5 sum of the mailbox headers in hex which is option %m in the uidl section but the problem is when dovecot convert plugin runs and makes in a maildir it fails to find the md...
2012 Sep 24
1
Adding textbox to multiple panels in lattice
...ox by hand and it will not automatically be centered. Does anyone know how to add the text centered with a white box around it automatically? Is there something like panel.textbox for lattice? Thanks in advance and here is the example Erich install.packages("Giza") library(Giza) panel.tpop <- function(x,y,...){ panel.grid(h=length(agegrs),v=5,col="lightgrey",lty=1) ls1 <<- list(...) y <<- y iFrame <- iEduDat[ls1$subscripts,] iSex <- with(iFram...
2002 Nov 24
2
windows 9x Cannot find Domain server
Hello, I running on Solaris, and configured Samba to be a domain logon server for windows9x boxes. In the dialog box that appear in the startup, I typed the login name, the passwd and the domain. Then, it appear the message: `There is no Domain server to authenticate your password? Colud someone help me ? Thanks Tiago Lopes the list of the command: testparm -s is here: Load smb config files
2004 Aug 06
2
[PATCH] Make SSE Run Time option. Add Win32 SSE code
..."\taddps %%xmm4, %%xmm3\n" + "\tmovaps %%xmm3, %%xmm4\n" + "\tshufps $0x55, %%xmm4, %%xmm4\n" + "\taddss %%xmm4, %%xmm3\n" + "\tmovss %%xmm3, (%%edx)\n" + + "\tpop %%ecx\n" + "\tpop %%edi\n" + "\tpop %%eax\n" + : : "a" (a), "D" (b), "c" (len), "d" (&sum) : "memory"); #endif + return sum; + } -/*Original, non-opt...
2014 Aug 20
2
[LLVMdev] ARMv4T Copy Lowering
...), DestReg) + .addReg(SrcReg, getKillRegState(KillSrc))); + } else { + // This is the only way we can move low -> low for < v6. + AddDefaultPred(BuildMI(MBB, I, DL, get(ARM::tPUSH))) + .addReg(SrcReg, getKillRegState(KillSrc)); + AddDefaultPred(BuildMI(MBB, I, DL, get(ARM::tPOP))) + .addReg(DestReg, getDefRegState(true)); + } } void Thumb1InstrInfo:: storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, unsigned SrcReg, bool isKill, int FI, const TargetRegisterClass *RC, con...
2015 Jan 11
3
[LLVMdev] [RFC] [PATCH] add tail call optimization to thumb1-only targets
...MachineBasicBlock &MBB) const { + MachineBasicBlock &MBB) const { MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); assert((MBBI->getOpcode() == ARM::tBX_RET || - MBBI->getOpcode() == ARM::tPOP_RET) && - "Can only insert epilog into returning blocks"); + MBBI->getOpcode() == ARM::tPOP_RET || + MBBI->getOpcode() == ARM::TCRETURNri) + && "Can only insert epilog into returning blocks " + "and tail c...