Searched refs:iA (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c21704 i64 iA = *pA; local
21705 testcase( iA==0 ); testcase( iA==1 );
21708 testcase( iA>0 && LARGEST_INT64 - iA == iB );
21709 testcase( iA>0 && LARGEST_INT64 - iA == iB - 1 );
21710 if( iA>0 && LARGEST_INT64 - iA < iB ) return 1;
21713 testcase( iA<
21734 i64 iA = *pA; local
63704 i64 iA; /* Integer value of left operand */ member in struct:vdbeExecUnion::OP_Remainder_stack_vars
63717 i64 iA; member in struct:vdbeExecUnion::OP_ShiftRight_stack_vars
[all...]

Completed in 338 milliseconds