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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D970206-1.c4 int iB; member in struct:Rect
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D970206-1.c4 int iB; member in struct:Rect
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c22073 ** Attempt to add, substract, or multiply the 64-bit signed value iB against
22078 SQLITE_PRIVATE int sqlite3AddInt64(i64 *pA, i64 iB){ argument
22081 testcase( iB==-1 ); testcase( iB==0 );
22082 if( iB>=0 ){
22083 testcase( iA>0 && LARGEST_INT64 - iA == iB );
22084 testcase( iA>0 && LARGEST_INT64 - iA == iB - 1 );
22085 if( iA>0 && LARGEST_INT64 - iA < iB ) return 1;
22086 *pA += iB;
22088 testcase( iA<0 && -(iA + LARGEST_INT64) == iB
22095 sqlite3SubInt64(i64 *pA, i64 iB) argument
22108 sqlite3MulInt64(i64 *pA, i64 iB) argument
64924 i64 iB; /* Integer value of right operand */ member in struct:vdbeExecUnion::OP_Remainder_stack_vars
64938 i64 iB; member in struct:vdbeExecUnion::OP_ShiftRight_stack_vars
[all...]

Completed in 587 milliseconds