Home
last modified time | relevance | path

Searched refs:search_window (Results 1 – 2 of 2) sorted by relevance

/external/nanohttpd/core/src/main/java/fi/iki/elonen/
DNanoHTTPD.java913 byte[] search_window = new byte[4 * 1024 + boundary.length]; in getBoundaryPositions()
915 … int first_fill = (b.remaining() < search_window.length) ? b.remaining() : search_window.length; in getBoundaryPositions()
916 b.get(search_window, 0, first_fill); in getBoundaryPositions()
923 if (search_window[j + i] != boundary[i]) in getBoundaryPositions()
937 …System.arraycopy(search_window, search_window.length - boundary.length, search_window, 0, boundary… in getBoundaryPositions()
940 new_bytes = search_window.length - boundary.length; in getBoundaryPositions()
942 b.get(search_window, boundary.length, new_bytes); in getBoundaryPositions()
/external/u-boot/drivers/ddr/altera/
Dsequencer.c2868 static void search_window(const int search_dm, in search_window() function
3032 search_window(1, rank_bgn, write_group, &bgn_curr, &end_curr, in rw_mgr_mem_calibrate_writes_center()
3049 search_window(0, rank_bgn, write_group, &bgn_curr, &end_curr, in rw_mgr_mem_calibrate_writes_center()