Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dbackward_references_enc.h154 int* const offset_ptr, in VP8LHashChainFindCopy() argument
156 *offset_ptr = VP8LHashChainFindOffset(p, base_position); in VP8LHashChainFindCopy()
/AliOS-Things-master/components/py_engine/engine/py/
A Dobjstr.c1666 const byte *offset_ptr = str; in str_replace() local
1677 …ize_t)max_rep && str_len_remain > 0 && (old_occurrence = find_subbytes(offset_ptr, str_len_remain,… in str_replace()
1683 memcpy(data + replaced_str_index, offset_ptr, old_occurrence - offset_ptr); in str_replace()
1685 replaced_str_index += old_occurrence - offset_ptr; in str_replace()
1691 offset_ptr = old_occurrence + old_len; in str_replace()
1692 str_len_remain = str + str_len - offset_ptr; in str_replace()
1698 memcpy(data + replaced_str_index, offset_ptr, str_len_remain); in str_replace()

Completed in 9 milliseconds