HomeSort by: relevance | last modified time | path
    Searched refs:match_len (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/brotli/dist/c/enc/
backward_references_hq.c 791 const size_t match_len = BackwardMatchLength(&matches[cur_match_end - 1]); local
792 if (match_len > MAX_ZOPFLI_LEN_QUALITY_11) {
793 const size_t skip = match_len - 1;
799 BROTLI_MIN(size_t, pos + match_len, store_end));
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_demo.cpp 3376 int match_len = (int)(word_end - word_start); local
3383 c = toupper(candidates[i][match_len]);
3384 else if (c == 0 || c != toupper(candidates[i][match_len]))
3388 match_len++;
3391 if (match_len > 0)
3394 data->InsertChars(data->CursorPos, candidates[0], candidates[0] + match_len);

Completed in 11 milliseconds