Displaying 6 results from an estimated 6 matches for "isvalu".
Did you mean:
isvalue
2009 Jun 03
5
[LLVMdev] patch for llc/ARM: added mechanism to move switch tables from .text -> .data; also cleanup and documentation
...har *getSymbol() const { return S; }
const char *getModifier() const { return Modifier; }
@@ -63,6 +63,9 @@
unsigned getLabelId() const { return LabelId; }
bool isNonLazyPointer() const { return Kind == ARMCP::CPNonLazyPtr; }
bool isStub() const { return Kind == ARMCP::CPStub; }
+ bool isValue() const { return Kind == ARMCP::CPValue; }
+ bool isDataSegmentJumpTable() const {
+ return Kind == ARMCP::CPDataSegmentJumpTable; }
unsigned char getPCAdjustment() const { return PCAdjust; }
virtual int getExistingMachineCPValue(MachineConstantPool *CP,
Index: lib/Target/ARM/AsmPrinte...
2007 Sep 10
1
RWinEdt installation problems with Vista
...ain. I searched some related information on internet. I did try using
administer privilege to install R and Winedit. Ans I also opened it by "run
as administrator". The problem still insisted. R always report following
results.
Error in getRegistryKeyValues(createRegistryPath(path, top, isValue =
FALSE)) :
Error in get keys: The parameter is incorrect.
Error : .onAttach failed in 'attachNamespace'
Error: package/namespace load failed for 'RWinEdt'
If anyone can help me out on this issue? Thank you in advance.
Kevin
[[alternative HTML version deleted]]
2009 Jun 11
0
[LLVMdev] patch for llc/ARM: added mechanism to move switch tables from .text -> .data; also cleanup and documentation
On Jun 8, 2009, at 2:42 PM, robert muth wrote:
> On Sun, Jun 7, 2009 at 11:53 PM, Evan Cheng <evan.cheng at apple.com>
> wrote:
>>
>> On Jun 7, 2009, at 6:59 AM, robert muth wrote:
>>
>>> On Sat, Jun 6, 2009 at 4:51 PM, Evan Cheng<evan.cheng at apple.com>
>>> wrote:
>>>> +cl::opt<std::string>
2009 Jun 08
2
[LLVMdev] patch for llc/ARM: added mechanism to move switch tables from .text -> .data; also cleanup and documentation
On Sun, Jun 7, 2009 at 11:53 PM, Evan Cheng <evan.cheng at apple.com> wrote:
>
> On Jun 7, 2009, at 6:59 AM, robert muth wrote:
>
>> On Sat, Jun 6, 2009 at 4:51 PM, Evan Cheng<evan.cheng at apple.com>
>> wrote:
>>> +cl::opt<std::string> FlagJumpTableSection("jumptable-section",
>>> +
2009 Jun 24
2
[LLVMdev] patch for llc/ARM: added mechanism to move switch tables from .text -> .data; also cleanup and documentation
...har *getSymbol() const { return S; }
const char *getModifier() const { return Modifier; }
@@ -63,6 +63,9 @@
unsigned getLabelId() const { return LabelId; }
bool isNonLazyPointer() const { return Kind == ARMCP::CPNonLazyPtr; }
bool isStub() const { return Kind == ARMCP::CPStub; }
+ bool isValue() const { return Kind == ARMCP::CPValue; }
+ bool isDataSegmentJumpTable() const {
+ return Kind == ARMCP::CPDataSegmentJumpTable; }
unsigned char getPCAdjustment() const { return PCAdjust; }
virtual int getExistingMachineCPValue(MachineConstantPool *CP,
Index: lib/Target/ARM/AsmPrinte...
2010 Jun 25
0
WG: Samba PDC and big files
...F
ENDIF
ENDIF
Other things you may want to do is to hold the Profile on the server without
copy to and from:
Look at this:
http://www.samba.org/samba/docs/man/Samba-Guide/happy.html#id2582162
My kixkstart script:
;we redirect personal folder to the server
;we look at the registry if there isvalue that the folders has been
redirected
;zun?chst gibt es diesen Eintrag schon?
$RETURNCODE=EXISTKEY("HKEY_CURRENT_USER\tpdc")
;if not set it it in the registry
IF NOT $RETURNCODE=0
ADDKEY("HKEY_CURRENT_USER\tpdc")
;now if we set the above key we know it ist he first login an...