Searched refs:source_end (Results 1 – 3 of 3) sorted by relevance
24 char *bc_copy_and_toggle_bcd(char *restrict dest, const char *source, const char *source_end) in bc_copy_and_toggle_bcd() argument31 while (source + sizeof(__m128i) <= source_end) { in bc_copy_and_toggle_bcd()45 while (source + sizeof(size_t) <= source_end) { in bc_copy_and_toggle_bcd()56 while (source < source_end) { in bc_copy_and_toggle_bcd()
22 char *bc_copy_and_toggle_bcd(char *restrict dest, const char *source, const char *source_end);
3101 const char *source, *source_end; local3109 source_end = ZSTR_VAL(str) + ZSTR_LEN(str);3110 for (source = ZSTR_VAL(str); source < source_end; source++) {3146 source_end = ZSTR_VAL(str) + ZSTR_LEN(str);3147 for (source = ZSTR_VAL(str); source < source_end; source++) {
Completed in 33 milliseconds