Searched refs:i_start (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dhash_to_binary_tree_inc.h306 const size_t i_start = position - MAX_TREE_COMP_LENGTH + 1; local in function:FN
307 const size_t i_end = BROTLI_MIN(size_t, position, i_start + num_bytes);
309 for (i = i_start; i < i_end; ++i) {
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp7948 static ImGuiWindow* FindWindowNavFocusable(int i_start, int i_stop, int dir) // FIXME-OPT O(N) argument
7951 for (int i = i_start; i >= 0 && i < g.WindowsFocusOrder.Size && i != i_stop; i += dir)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp7948 static ImGuiWindow* FindWindowNavFocusable(int i_start, int i_stop, int dir) // FIXME-OPT O(N) argument
7951 for (int i = i_start; i >= 0 && i < g.WindowsFocusOrder.Size && i != i_stop; i += dir)

Completed in 34 milliseconds