HomeSort by relevance Sort by last modified time
    Searched refs:iLo (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/subzero/crosstest/
test_icmp_main.cpp 97 for (size_t iLo = 0; iLo < NumValues; ++iLo) {
102 (((TypeUnsigned)Values[iHi]) << 32) + Values[iLo];
176 for (size_t iLo = 0; iLo < NumValues; ++iLo) {
179 (((TypeUnsigned)Values[iHi]) << 32) + Values[iLo];
test_arith_main.cpp 126 for (size_t iLo = 0; iLo < NumValues; ++iLo) {
131 (((TypeUnsigned)Values[iHi]) << 32) + Values[iLo];
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 784 Int iLo, iHi, i;
801 iLo = find_nsegment_idx( addr );
805 aspacem_assert(0 <= iLo && iLo < nsegments_used);
807 aspacem_assert(iLo <= iHi);
808 aspacem_assert(nsegments[iLo].start <= addr );
838 /* NSegments iLo .. iHi inclusive should agree with the presented
840 for (i = iLo; i <= iHi; i++) {
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c     [all...]

Completed in 109 milliseconds