Searched defs:iHi (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c894 Int iLo, iHi, i; local
912 iHi = find_nsegment_idx( addr + len - 1 );
916 aspacem_assert(0 <= iHi && iHi < nsegments_used);
917 aspacem_assert(iLo <= iHi);
919 aspacem_assert(nsegments[iHi].end >= addr + len - 1 );
939 /* NSegments iLo .. iHi inclusive should agree with the presented
941 for (i = iLo; i <= iHi; i++) {
1032 Int iLo, iHi, i; local
1049 iHi
1304 Int i, iLo, iHi; local
1396 Int iLo, iHi, i; local
1490 Int i, iLo, iHi, delta; local
1857 Int iHi = find_nsegment_idx(reqEnd); local
1885 Int iHi = find_nsegment_idx(reqEnd); local
2124 Int i, iLo, iHi; local
2712 Int i, iLo, iHi; local
3024 Int iLo, iHi; local
3517 Int iLo, iHi, i; local
3601 Int iLo, iHi, i; local
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c4371 IRTemp iHi = newTemp(Ity_I32); local
4453 assign( iHi, binop(Iop_And32, mkU32(1), mkexpr(iTot8)) ),
4454 assign( rA, binop(Iop_32HLto64, mkexpr(iHi), mkexpr(iLo)) );
7452 IRTemp iHi = newTemp(Ity_I32); local
7538 assign( iHi, binop(Iop_Sub32,
7542 binop(Iop_32HLto64, mkexpr(iHi), mkexpr(iLo))) );
/external/sqlite/dist/orig/
H A Dsqlite3.c144072 int iHi = p->nException-1; local
144414 int iHi = sizeof(aEntry)/sizeof(aEntry[0]) - 1; local
144471 int iHi = sizeof(aDia)/sizeof(aDia[0]) - 1; local
144610 int iHi = sizeof(aEntry)/sizeof(aEntry[0]) - 1; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c144104 int iHi = p->nException-1; local
144446 int iHi = sizeof(aEntry)/sizeof(aEntry[0]) - 1; local
144503 int iHi = sizeof(aDia)/sizeof(aDia[0]) - 1; local
144642 int iHi = sizeof(aEntry)/sizeof(aEntry[0]) - 1; local
[all...]

Completed in 617 milliseconds