Displaying 4 results from an estimated 4 matches for "next3".
Did you mean:
next
2011 Mar 10
1
Next3 (eg ext3 snapshots support) on OpenNode / CentOS 5 / RHEL 5 howto and rpms
We have created an next3 and patched e2fsprogs OpenNode / CentOS 5 / RHEL 5 rpms - installable from opennode-test yum repo. Provided next3 kernel module is currently built against RHEL5 OpenVZ kernel used in OpenNode - so installing this next3 rpm package on your CentOS 5 or RHEL 5 host will install also OpenVZ patched RH...
2011 Mar 10
1
Next3 (eg ext3 snapshots support) on OpenNode / CentOS 5 / RHEL 5 howto and rpms
We have created an next3 and patched e2fsprogs OpenNode / CentOS 5 / RHEL 5 rpms - installable from opennode-test yum repo. Provided next3 kernel module is currently built against RHEL5 OpenVZ kernel used in OpenNode - so installing this next3 rpm package on your CentOS 5 or RHEL 5 host will install also OpenVZ patched RH...
2005 May 04
3
[LLVMdev] Simplifying boolean expressions
...[#uses=3]
implementation ; Functions:
int %_Z3fooi(int %k) {
entry:
%tmp.24 = setgt int %k, 0 ; <bool> [#uses=1]
%tmp.35 = load int* %i ; <int> [#uses=2]
br label %next1
; br bool %tmp.24, label %no_exit.preheader, label %loopexit
next1:
br bool %tmp.24, label %next2, label %next3
next2:
%tmp.100 = add int %tmp.35, 1
store int %tmp.100, int* %j
br label %next3
next3:
br bool %tmp.24, label %next4, label %next5
next4:
%tmp.102 = add int %tmp.35, 4
store int %tmp.102, int* %j
br label %next5
next5:
%tmp.aux = cast bool %tmp.24 to int
%tmp.x = xor int %tmp.aux, 1...
2011 May 22
10
[LLVMdev] No SSE instructions
Hello.
I have compiled the simple program:
#include <stdio.h>
#include <stdlib.h>
int v1[10000];
int main()
{
int i;
for (i = 0; i < 10000; i++) {
v1[i] = i;
}
for (i = 0; i < 10000; i++) {
printf("%d ", v1[i]);
}
return 0;
}
Next, I disasseble the executable file and have not found