Searched refs:lastofs (Results 1 – 2 of 2) sorted by relevance
1176 Py_ssize_t lastofs; in gallop_left() local1182 lastofs = 0; in gallop_left()1191 lastofs = ofs; in gallop_left()1202 lastofs += hint; in gallop_left()1214 lastofs = ofs; in gallop_left()1222 k = lastofs; in gallop_left()1223 lastofs = hint - ofs; in gallop_left()1228 assert(-1 <= lastofs && lastofs < ofs && ofs <= n); in gallop_left()1233 ++lastofs; in gallop_left()1234 while (lastofs < ofs) { in gallop_left()[all …]
1311 Py_ssize_t lastofs; in gallop_left() local1317 lastofs = 0; in gallop_left()1326 lastofs = ofs; in gallop_left()1337 lastofs += hint; in gallop_left()1349 lastofs = ofs; in gallop_left()1357 k = lastofs; in gallop_left()1358 lastofs = hint - ofs; in gallop_left()1363 assert(-1 <= lastofs && lastofs < ofs && ofs <= n); in gallop_left()1368 ++lastofs; in gallop_left()1369 while (lastofs < ofs) { in gallop_left()[all …]