Searched refs:bisect (Results 1 – 7 of 7) sorted by relevance
219 ogg_int64_t bisect; in _bisect_forward_serialno() local222 bisect=searched; in _bisect_forward_serialno()224 bisect=(searched+endsearched)/2; in _bisect_forward_serialno()227 _seek_helper(vf,bisect); in _bisect_forward_serialno()231 endsearched=bisect; in _bisect_forward_serialno()1196 ogg_int64_t bisect; in ov_pcm_seek_page() local1199 bisect=begin; in ov_pcm_seek_page()1202 bisect=begin + in ov_pcm_seek_page()1204 if(bisect<=begin) in ov_pcm_seek_page()1205 bisect=begin+1; in ov_pcm_seek_page()[all …]
171 void bisect(unsigned begin, unsigned end, exec_list *list) in bisect() function203 return bisect(begin, end, list); in generate()
30 import bisect153 j = bisect.bisect_left(ticks_offsets, end_offset)
336 * Scripts/bisect-builds:2239 Bug 24645: bisect-builds script doesn't work with Safari 4 Public Beta (version string)2245 * Scripts/bisect-builds:3301 Update bisect-builds for Safari 3.2 to prevent crashes3303 * Scripts/bisect-builds: Added Safari 3.2 and the corresponding minimal revision, r37348.3856 Bug 22559: Report builds left to test in bisect-builds (like git-bisect)3862 * Scripts/bisect-builds: Updated status message to report the4601 * Scripts/bisect-builds: Use imported tempfile() from File::Temp7750 - update bisect-builds for Safari 3.17752 * Scripts/bisect-builds: Added Safari 3.1 and the corresponding minimal[all …]
6863 Make bisect-builds print a trac link for the regression range6866 * Scripts/bisect-builds:
24532 <http://webkit.org/b/31840> bisect-builds broke after r5008024536 * Scripts/bisect-builds:26999 * Scripts/bisect-builds:29034 * Scripts/bisect-builds: Add missing paranthesis for tmpdir function.
53036 Web Inspector: [Text editor] Do bisect to find visible chunks