Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_substitute.c854 PCRE2_SIZE oldlength = ovector[1] - ovector[0]; in pcre2_substitute() local
858 CHECKMEMCPY(subject + ovector[0], oldlength); in pcre2_substitute()
/external/u-boot/common/
Dusb.c746 int newlength, oldlength = *length; in usb_try_string_workarounds() local
748 for (newlength = 2; newlength + 1 < oldlength; newlength += 2) in usb_try_string_workarounds()