Home
last modified time | relevance | path

Searched refs:bisect (Results 1 – 7 of 7) sorted by relevance

/external/tremolo/Tremolo/
Dvorbisfile.c219 ogg_int64_t bisect; in _bisect_forward_serialno() local
222 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() local
1199 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 …]
/external/mesa3d/src/glsl/
Dlower_variable_index_to_cond_assign.cpp171 void bisect(unsigned begin, unsigned end, exec_list *list) in bisect() function
203 return bisect(begin, end, list); in generate()
/external/v8/tools/
Dll_prof.py30 import bisect
153 j = bisect.bisect_left(ticks_offsets, end_offset)
/external/webkit/Tools/
DChangeLog-2009-06-16336 * 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 crashes
3303 * 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 the
4601 * Scripts/bisect-builds: Use imported tempfile() from File::Temp
7750 - update bisect-builds for Safari 3.1
7752 * Scripts/bisect-builds: Added Safari 3.1 and the corresponding minimal
[all …]
DChangeLog6863 Make bisect-builds print a trac link for the regression range
6866 * Scripts/bisect-builds:
DChangeLog-2010-05-2424532 <http://webkit.org/b/31840> bisect-builds broke after r50080
24536 * Scripts/bisect-builds:
26999 * Scripts/bisect-builds:
29034 * Scripts/bisect-builds: Add missing paranthesis for tmpdir function.
/external/webkit/Source/WebCore/
DChangeLog53036 Web Inspector: [Text editor] Do bisect to find visible chunks