Displaying 7 results from an estimated 7 matches for "friendlyname".
2009 Oct 06
1
[patch] PXE-On-A-Disk: etherboot2ethersel.pl patched for etherboot-5.4.3+dfgs
...# Skip over bogus entries in the file, that
aren't really PCI cards
if ($pcistring eq "-" || $pcistring eq
"0x0000,0x0000")
{
- ###print "Skipping bogus entry
$cardname ($friendlyname) because it isn't a PCI card\n";
+ if ($debug) { print "Skipping bogus
entry $cardname ($friendlyname) because it isn't a PCI card\n"; }
$nbadcard ++;
next;...
2013 Mar 16
3
[LLVMdev] Simple question
...ed
> (i.e. they can't appear again on the left hand of a %varX = ...
> expression.) They are just names for the values corresponding to the
> instructions.
>
Ok, maybe i asked the wrong question.
Instead of using the value 12 all the way through the llvm ir text file.
How do i use %friendlyName instead?
I.e. The equivalent of something like
#define FriendlyName 12
in C
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130316/ac535085/attachment.html>
2013 Mar 16
0
[LLVMdev] Simple question
...r again on the left hand of a %varX = ...
> > expression.) They are just names for the values corresponding to the
> > instructions.
> >
>
> Ok, maybe i asked the wrong question.
> Instead of using the value 12 all the way through the llvm ir text file.
> How do i use %friendlyName instead?
> I.e. The equivalent of something like
> #define FriendlyName 12
> in C
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev...
2013 Mar 15
0
[LLVMdev] Simple question
James Courtier-Dutton <james.dutton at gmail.com> writes:
> I think this is a very simple question, and it must just be missing something.
>
> I am looking for find out how to assign a constant integer value to
> the variable in llvm ir.
>
> The following returns 12, and %var2 = 12.
> ; ModuleID = 't.c'
> target datalayout =
>
2013 Mar 15
6
[LLVMdev] Simple question
Hi,
I think this is a very simple question, and it must just be missing something.
I am looking for find out how to assign a constant integer value to
the variable in llvm ir.
The following returns 12, and %var2 = 12.
; ModuleID = 't.c'
target datalayout =
2013 May 24
0
Wine release 1.5.31
...front in -makeKeyAndOrderFront:; we only override to control key status.
user32: Allow sent WM_CANCELMODE to end menu tracking in a window's menu bar.
user32/tests: Test that sending WM_CANCELMODE cancels tracking in window's menu bar.
Maarten Lankhorst (1):
devenum: Set FriendlyName and wave*ID for devices.
Marcus Meissner (1):
dinput: GetKeyNameW takes chars not bytes (Coverity).
Nikolay Sivov (15):
comctl32: Update thumb size on WM_SIZE if it's not fixed, invalidate after resize.
comctl32: Properly invalidate after setting thumb length.
comctl32...
2007 May 07
68
Puppet Best Practice
Hello everyone,
A long time ago, I posted the Stanford Best Practices and I''ve gone through
and updated it today. I''d like to have people go through it and see if we
can strip out some Stanford specific stuff and tag this as an official best
practice. I think an official best practice will be important as more and
more people consider making shareable modules, etc (mostly