search for: 992263

Displaying 3 results from an estimated 3 matches for "992263".

Did you mean: 932263
2011 May 09
0
PowerCom BNT2000AT ups on nut 2.6.0
..." 0.013837\t", 12) = 12 write(2, "Num of bytes requested for readi"..., 48) = 48 select(5, [4], NULL, NULL, {3, 0}) = 1 (in [4], left {2, 982709}) read(4, "\17", 16) = 1 select(5, [4], NULL, NULL, {3, 0}) = 1 (in [4], left {2, 992263}) read(4, "d", 15) = 1 select(5, [4], NULL, NULL, {3, 0}) = 1 (in [4], left {2, 991229}) read(4, "l", 14) = 1 select(5, [4], NULL, NULL, {3, 0}) = 1 (in [4], left {2, 992217}) read(4, "l", 13)...
2011 May 13
1
PowerCom BNT2000AT ups on nut 2.6.0 - second try
..." 0.013837\t", 12) = 12 write(2, "Num of bytes requested for readi"..., 48) = 48 select(5, [4], NULL, NULL, {3, 0}) = 1 (in [4], left {2, 982709}) read(4, "\17", 16) = 1 select(5, [4], NULL, NULL, {3, 0}) = 1 (in [4], left {2, 992263}) read(4, "d", 15) = 1 select(5, [4], NULL, NULL, {3, 0}) = 1 (in [4], left {2, 991229}) read(4, "l", 14) = 1 select(5, [4], NULL, NULL, {3, 0}) = 1 (in [4], left {2, 992217}) read(4, "l", 13)...
2005 Jul 28
2
[LLVMdev] help with pointer-to-array conversion
I now understand that IndVarSimplify.cpp is capable of reproducing array references when the pointer initialization from the array address is found inside the immediately enclosing loop, such that in the following code: int A[20000], B[100], Z; int main() { int i, j, *a, *b; for ( a = &A[0], i = 0; i != 200; i++ ) for ( b = &B[0], j = 0; j != 100; j++