Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp747 uint32_t prefixEnd = 0; in GetNextArray() local
748 next[0] = prefixEnd; in GetNextArray()
750 // if not match, move prefixEnd to next position in GetNextArray()
751 while (prefixEnd > 0 && pattern[prefixEnd] != pattern[i]) { in GetNextArray()
752 prefixEnd = next[prefixEnd - 1]; in GetNextArray()
754 // if match, update prefixEnd in GetNextArray()
755 if (pattern[prefixEnd] == pattern[i]) { in GetNextArray()
756 prefixEnd in GetNextArray()
[all...]

Completed in 2 milliseconds