Searched refs:find_longest_match (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | jscompress.c | 666 static int find_longest_match(int *pdist, const uint8_t *src, int src_len, in find_longest_match() function 728 len = find_longest_match(&dist, src, src_len, hash_next, i); in lz_compress() 731 len1 = find_longest_match(&dist1, src, src_len, hash_next, i + 1); in lz_compress()
|
Completed in 3 milliseconds