Home
last modified time | relevance | path

Searched defs:match_len (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Drepl.c161 mp_obj_t obj, size_t *match_len, qstr *q_first, qstr *q_last) { in find_completions()
291 size_t match_len; in mp_repl_autocomplete() local
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Djscompress.c669 int pos, i, match_len, match_pos, pos_min, len_max; in find_longest_match() local
/AliOS-Things-master/components/SDL2/src/audio/alsa/
A DSDL_alsa_audio.c803 size_t match_len = 0; in ALSA_HotplugThread() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dlossless_enc.c584 int match_len = 0; in VectorMismatch_C() local
A Dlossless_enc_sse2.c310 int match_len; in VectorMismatch_SSE2() local
/AliOS-Things-master/components/SDL2/src/image/
A Dminiz.h2056 …mz_uint match_len = pLZ_codes[0], match_dist = *(const mz_uint16 *)(pLZ_codes + 1); pLZ_codes += 3; in tdefl_compress_lz_codes() local
2138 …mz_uint match_len = pLZ_codes[0], match_dist = (pLZ_codes[1] | (pLZ_codes[2] << 8)); pLZ_codes += … in tdefl_compress_lz_codes() local
2284 …mz_uint dist, pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK, match_len = *pMatch_len, probe_pos = … in tdefl_find_match() local
2318 …mz_uint dist, pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK, match_len = *pMatch_len, probe_pos = … in tdefl_find_match() local
2492 static MZ_FORCEINLINE void tdefl_record_match(tdefl_compressor *d, mz_uint match_len, mz_uint match… in tdefl_record_match()

Completed in 37 milliseconds