Home
last modified time | relevance | path

Searched refs:iLo (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
Dtest_icmp_main.cpp97 for (size_t iLo = 0; iLo < NumValues; ++iLo) { in testsInt() local
102 (((TypeUnsigned)Values[iHi]) << 32) + Values[iLo]; in testsInt()
176 for (size_t iLo = 0; iLo < NumValues; ++iLo) { in testsIntWithZero() local
179 (((TypeUnsigned)Values[iHi]) << 32) + Values[iLo]; in testsIntWithZero()
Dtest_arith_main.cpp126 for (size_t iLo = 0; iLo < NumValues; ++iLo) { in testsInt() local
131 (((TypeUnsigned)Values[iHi]) << 32) + Values[iLo]; in testsInt()
/external/sqlite/dist/orig/
Dsqlite3.c166480 int iLo = 0;
166483 while( iHi>=iLo ){
166484 int iTest = (iHi + iLo) / 2;
166488 iLo = iTest+1;
166824 int iLo = 0;
166825 while( iHi>=iLo ){
166826 int iTest = (iHi + iLo) / 2;
166829 iLo = iTest+1;
166881 int iLo = 0;
166882 while( iHi>=iLo ){
[all …]
/external/sqlite/dist/
Dsqlite3.c166508 int iLo = 0;
166511 while( iHi>=iLo ){
166512 int iTest = (iHi + iLo) / 2;
166516 iLo = iTest+1;
166852 int iLo = 0;
166853 while( iHi>=iLo ){
166854 int iTest = (iHi + iLo) / 2;
166857 iLo = iTest+1;
166909 int iLo = 0;
166910 while( iHi>=iLo ){
[all …]