Displaying 20 results from an estimated 100751 matches for "might".
Did you mean:
right
2008 Mar 07
1
Trouble with R CMD check
...m polyall.c
making polymars.d from polymars.c
gcc -Ic:/PROGRA~1/R/R-24~1.1/include -Wall -O2 -std=gnu99 -c
hareall.c -o hareall.o
hareall.c: In function `gremdim':
hareall.c:2127: warning: unused variable `x'
hareall.c: In function `compall':
hareall.c:1656: warning: 'lala' might be used uninitialized in this
function
hareall.c: In function `newton':
hareall.c:1876: warning: 'rall' might be used uninitialized in this
function
hareall.c: In function `search':
hareall.c:646: warning: 'iloc' might be used uninitialized in this
function
hareall.c:646: wa...
2008 Mar 28
8
[LLVMdev] unwinds to in the CFG
I have a new plan for handling 'unwinds to' in the control flow graph
and dominance.
Just as a quick recap the problem I encountered is how to deal
instructions in a block being used as operands in the unwind dest. Such
as this:
bb1: unwinds to %cleanup
call void @foo() ; might throw, might not
%x = add i32 %y, %z
call void @foo() ; might throw, might not
ret void
cleanup:
call void @use(i32 %x)
The problem is that %x might not have been executed before we enter
%cleanup.
I won't reiterate what my previous plan was. The problem with it was
that a lot o...
2003 Sep 26
2
Set context based on CID...
I was wondering if someone might be able to offer a suggestion to me
about how I might go about dropping a caller into a context specific to
their CID. For example, I would like to be able to dial Asterisk from a
specific number (a mobile phone) and have it drop me into a context
other then the one that normal callers receive that...
2012 Aug 10
2
[LLVMdev] MI bundle liveness attributes
Hi Sergei. If an instruction conditionally writes R0 then I think it needs to implicitly use R0 for proper liveness
Andy
On Aug 9, 2012, at 9:48 AM, Sergei Larin <slarin at codeaurora.org> wrote:
>
> Hello everyone,
>
> Let me (re)present a question that might have previously been discussed,
> but did not result in any code (AFIK).
>
> How do we represent a _conditional_ assignment (def) in a bundle MI?
>
> More contents - currently we expose internal def/use/kill information to a
> bundle header - something like this:
>
>
&...
2012 Aug 30
8
ZFS ok for single disk dev box?
Hi. I have a spare off the shelf consumer PC and was thinking about loading
Solaris on it for a development box since I use Studio @work and like it
better than gcc. I was thinking maybe it isn''t so smart to use ZFS since it
has only one drive. If ZFS detects something bad it might kernel panic and
lose the whole system right? I realize UFS /might/ be ignorant of any
corruption but it might be more usable and go happily on it''s way without
noticing? Except then I have to size all the partitions and lose out on
compression etc. Any suggestions thankfully received.
2012 Aug 09
0
[LLVMdev] MI bundle liveness attributes
Hello everyone,
Let me (re)present a question that might have previously been discussed,
but did not result in any code (AFIK).
How do we represent a _conditional_ assignment (def) in a bundle MI?
More contents - currently we expose internal def/use/kill information to a
bundle header - something like this:
BUNDLE %PC<imp-def>, %R0<imp-d...
2012 Nov 12
3
nomenclature for conf files
It might sound stupid, but I'd like to know if there's
any difference. Are those 3 line the same?
WITH_KMS=YES
WITH_KMS="YES"
WITH_KMS=yes
Best regards
Zoran
2008 Apr 03
2
[LLVMdev] unwinds to in the CFG
Hi Devang,
> > Just as a quick recap the problem I encountered is how to deal
> > instructions in a block being used as operands in the unwind dest.
> > Such
> > as this:
> >
> > bb1: unwinds to %cleanup
> > call void @foo() ; might throw, might not
> > %x = add i32 %y, %z
> > call void @foo() ; might throw, might not
> > ret void
> > cleanup:
> > call void @use(i32 %x)
> >
> > The problem is that %x might not have been executed before we enter
> > %cleanup.
>
> Th...
2008 Jun 16
5
booting usb stick
Hi all,
I have been trying to get a usb stick 8G to boot centos.
I am as far a it boots and hangs at "Switching to new root".
I take the same USB stick and put it another PC and it boots fine.
What might I look for as to why the machine hangs at switching to new root?
Of course the machines are different. The one that does not boot is an
ebox 2300sx and
the one that does boot is an amd 4800+ with all disks unplugged except
the USB stick.
I am sooooo close.
Jerry
2017 Aug 23
2
Error "translateCharUTF8' must be called on a CHARSXP Execution halted"
...me/username/directory_name/", pattern="*.Rda",, full.names=T, recursive=FALSE)
I get the error
translateCharUTF8' must be called on a CHARSXP
Execution halted
On my local windows machine the command works fine.
Googling this nothing really comes up except that the installation might be broken. (See http://r.789695.n4.nabble.com/list-files-error-message-translateCharUTF8-must-be-called-on-a-CHARSXP-td3250302.html)
The strange thing is, that if I copy and paste the command into R and execute it, it does not work, but if I copy and paste it into R and change that command in a wa...
2019 Mar 12
6
“doveadm mailbox” command fails with UTF-8 mailboxes
...mailboxes.) The name of the mailbox in question is saved to disk in UTF-8 rather than mUTF-7, but strace shows that doveadm is stat()ing the mUTF-7 path; the failure of that stat() is, assumedly, what causes doveadm to report the error status.
I?ve tried to paw through the source code to see what might be causing this but haven?t made much headway. Can someone here point out where the misconfiguration might be that is causing doveadm to stat() the mUTF-7 path rather than UTF-8? Or perhaps offer any tips as to how I might diagnose what?s going on? What causes doveadm to stat() one path or the othe...
2006 Dec 06
2
FreeBSD Security Advisory FreeBSD-SA-06:25.kmem
...e FW_GCROM ioctl, a signed integer comparison is used instead of
an unsigned integer comparison when computing the length of a buffer
to be copied from the kernel into the calling application.
III. Impact
A user in the "operator" group can read the contents of kernel memory.
Such memory might contain sensitive information, such as portions of
the file cache or terminal buffers. This information might be directly
useful, or it might be leveraged to obtain elevated privileges in some
way; for example, a terminal buffer might include a user-entered
password.
IV. Workaround
No workaroun...
2005 Mar 10
1
LDAP items that might help for How-to
Might want to include the following command in LDAP config incase LDAP
doesn't start.
slapd -u ldap -g ldap -d -1
This command pointed out that I hadn't copied my samba.schema to the
/etc/openldap/schema directory. Might want to put that in the doc before you
start LDAP. A newbie like me might...
2008 Apr 14
2
Might and Magic - Doesn't read CD Drive
I'm on a dell inspiron 6000 laptop with Ubuntu 7.10 and WINE .9.46 installed. I installed the Might and Magic Millennium Edition (Might and Magic 4-7), and am having problems playing the games. When I try to run the games, it asks for the CD, even though the cd is in the drive.
When I go to the Wine Configuration and the drives tab, there is no D drive listed. So I hit 'Autodetect' and i...
2009 Jan 20
2
[LLVMdev] HazardRecognizer and RegisterAllocation
...e information for
> > MachineInstructions.
>
> At the moment, it knows simple things, like constant pool loads
> don't have dependencies, and references to distinct stack slots are
> independent, and so on.
Ok.
> I have a few ideas for how more precise memory dependencies might be
> achieved.
>
> We have MachineMemOperands, which can be used to make AliasAnalysis
> or other LLVM-IR-level analysis queries. They need some work though;
> the main issue is that there are some places in codegen that don't
> preserve them.
Where are those places? Can the...
2012 Jan 25
3
Gray levels
The gray (level) function returns different shades of gray, where level is a vector of numbers ranging from 0 to 1.? 0 is white and 1 is black and everything in between is a shade of gray.
Is there a function that will let me choose two different colors?? For example, a 0 might be blue and 1 might be red and in between might be a mix.
Jeffrey
2019 Jun 25
2
Few libnbd questions/concerns
Here are few things I found out when using libnbd that might be perfectly fine
or maybe just an oversight, but I wanted to point them out. It's nothing major.
When running a program with `nbdkit -U - --run ...`, the $nbd parameter gets
expanded to nbd:unix:/path/to/socket. When this string is passed to
nbd_connect_uri(), it does not return an error (e...
2015 Jan 18
1
Error loading vesamenu.c32
...ne
> _______________________________________________
> Syslinux mailing list
> Submissions to Syslinux at zytor.com
> Unsubscribe or set options at:
> http://www.zytor.com/mailman/listinfo/syslinux
>
Gene already replied with the "short" answer. Perhaps the following
might be useful anyway.
FWIW, this is a frequent problem for common users.
The first step so to avoid this problem, should be to search for the
*supported* methods for the relevant distro. Such methods might vary
depending on the version/release of each distro, and they might also
point to specific...
2012 Aug 13
0
[LLVMdev] MI bundle liveness attributes
Andy,
Yes, this is what Arnold has suggested also, and from this point it looks
like it should work, but it will require parsing the bundle every time we
care to know whether this is a real use or a conditional def. This might
become awkward... but I guess I should provide a better use case to prove my
point.
Sergei
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum.
> -----Original Message-----
> From: Andrew Trick [mailto:atrick at apple.com]
> Sent: Thursday, August 09, 2012 7:09 PM
>...
2004 Apr 15
3
VOIP Spam
Hi,
Some people have suggested maintaining black lists and
white lists to avoid spammers and allow legitimate
callers into the network. However, the problem with
this method is that the spammer's IP address might
change due to DHCP. Today a spammer might get
aaa.bbb.ccc.ddd and lets say that I put this address
in my blacklist. To my annoyance, tomorrow a
legitimate caller might get aaa.bbb.ccc.ddd and the
spammer might get a different IP address. In the end,
I end up blocking the legitimate caller also. Any...