Home
last modified time | relevance | path

Searched refs:source_end (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/bcmath/libbcmath/src/
H A Dconvert.c24 char *bc_copy_and_toggle_bcd(char *restrict dest, const char *source, const char *source_end) in bc_copy_and_toggle_bcd() argument
31 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()
H A Dconvert.h22 char *bc_copy_and_toggle_bcd(char *restrict dest, const char *source, const char *source_end);
/php-src/ext/standard/
H A Dstring.c3101 const char *source, *source_end; local
3109 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