/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-buffer-deserialize-text.hh | 411 const char **end_ptr, in _hb_buffer_deserialize_text() argument 550 *end_ptr = p; in _hb_buffer_deserialize_text() 562 *end_ptr = p; in _hb_buffer_deserialize_text() 574 *end_ptr = p; in _hb_buffer_deserialize_text() 586 *end_ptr = p; in _hb_buffer_deserialize_text() 598 *end_ptr = p; in _hb_buffer_deserialize_text() 610 *end_ptr = p; in _hb_buffer_deserialize_text() 662 *end_ptr = p; in _hb_buffer_deserialize_text() 689 *end_ptr = p; in _hb_buffer_deserialize_text() 718 *end_ptr = p; in _hb_buffer_deserialize_text() [all …]
|
D | hb-buffer-deserialize-json.hh | 491 const char **end_ptr, in _hb_buffer_deserialize_json() argument 503 *end_ptr = ++p; in _hb_buffer_deserialize_json() 555 *end_ptr = p; in _hb_buffer_deserialize_json() 637 *end_ptr = p; in _hb_buffer_deserialize_json() 649 *end_ptr = p; in _hb_buffer_deserialize_json() 661 *end_ptr = p; in _hb_buffer_deserialize_json() 673 *end_ptr = p; in _hb_buffer_deserialize_json() 685 *end_ptr = p; in _hb_buffer_deserialize_json() 697 *end_ptr = p; in _hb_buffer_deserialize_json() 709 *end_ptr = p; in _hb_buffer_deserialize_json() [all …]
|
D | hb-buffer-serialize.cc | 747 const char **end_ptr, /* May be NULL */ in hb_buffer_deserialize_glyphs() argument 752 if (!end_ptr) in hb_buffer_deserialize_glyphs() 753 end_ptr = &end; in hb_buffer_deserialize_glyphs() 754 *end_ptr = buf; in hb_buffer_deserialize_glyphs() 760 if (end_ptr) in hb_buffer_deserialize_glyphs() 761 *end_ptr = buf; in hb_buffer_deserialize_glyphs() 770 *end_ptr = buf; in hb_buffer_deserialize_glyphs() 783 buf, buf_len, end_ptr, in hb_buffer_deserialize_glyphs() 788 buf, buf_len, end_ptr, in hb_buffer_deserialize_glyphs() 819 const char **end_ptr, /* May be NULL */ in hb_buffer_deserialize_unicode() argument [all …]
|
D | hb-number-parser.hh | 122 strtod_rl (const char *p, const char **end_ptr /* IN/OUT */) in strtod_rl() argument 132 const char *pe = *end_ptr; in strtod_rl() 216 *end_ptr = p; in strtod_rl()
|
D | hb-buffer-deserialize-json.rl | 48 *end_ptr = p; 114 const char **end_ptr, 126 *end_ptr = ++p; 138 *end_ptr = p;
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-buffer-deserialize-text.hh | 322 const char **end_ptr, in _hb_buffer_deserialize_glyphs_text() argument 334 *end_ptr = ++p; in _hb_buffer_deserialize_glyphs_text() 428 *end_ptr = p; in _hb_buffer_deserialize_glyphs_text() 440 *end_ptr = p; in _hb_buffer_deserialize_glyphs_text() 452 *end_ptr = p; in _hb_buffer_deserialize_glyphs_text() 464 *end_ptr = p; in _hb_buffer_deserialize_glyphs_text() 476 *end_ptr = p; in _hb_buffer_deserialize_glyphs_text() 505 *end_ptr = p; in _hb_buffer_deserialize_glyphs_text() 517 *end_ptr = p; in _hb_buffer_deserialize_glyphs_text() 529 *end_ptr = p; in _hb_buffer_deserialize_glyphs_text() [all …]
|
D | hb-buffer-deserialize-json.hh | 445 const char **end_ptr, in _hb_buffer_deserialize_glyphs_json() argument 457 *end_ptr = ++p; in _hb_buffer_deserialize_glyphs_json() 509 *end_ptr = p; in _hb_buffer_deserialize_glyphs_json() 560 *end_ptr = p; in _hb_buffer_deserialize_glyphs_json() 572 *end_ptr = p; in _hb_buffer_deserialize_glyphs_json() 584 *end_ptr = p; in _hb_buffer_deserialize_glyphs_json() 596 *end_ptr = p; in _hb_buffer_deserialize_glyphs_json() 608 *end_ptr = p; in _hb_buffer_deserialize_glyphs_json() 620 *end_ptr = p; in _hb_buffer_deserialize_glyphs_json() 638 *end_ptr = p; in _hb_buffer_deserialize_glyphs_json()
|
D | hb-buffer-serialize.cc | 451 const char **end_ptr, /* May be NULL */ in hb_buffer_deserialize_glyphs() argument 456 if (!end_ptr) in hb_buffer_deserialize_glyphs() 457 end_ptr = &end; in hb_buffer_deserialize_glyphs() 458 *end_ptr = buf; in hb_buffer_deserialize_glyphs() 472 *end_ptr = buf; in hb_buffer_deserialize_glyphs() 485 buf, buf_len, end_ptr, in hb_buffer_deserialize_glyphs() 490 buf, buf_len, end_ptr, in hb_buffer_deserialize_glyphs()
|
D | hb-buffer-deserialize-text.rl | 48 *end_ptr = p; 97 const char **end_ptr, 109 *end_ptr = ++p; 121 *end_ptr = p;
|
D | hb-buffer-deserialize-json.rl | 48 *end_ptr = p; 103 const char **end_ptr, 115 *end_ptr = ++p; 127 *end_ptr = p;
|
/third_party/musl/libc-test/src/functional/ |
D | test-malloc-stats-print.c | 29 char *end_ptr = NULL; in parse_amount() local 30 long long result = strtoll(*s, &end_ptr, 10); in parse_amount() 31 if (end_ptr == *s) { in parse_amount() 34 *s = end_ptr; in parse_amount() 35 if ((!isspace(*end_ptr) && *end_ptr != '\n' && *end_ptr != '\0') || result < 0) { in parse_amount()
|
D | test-malloc-info.c | 82 char *end_ptr; in parse_amount() local 83 long long result = strtoll(s, &end_ptr, 10); in parse_amount() 84 if (end_ptr != s + strlen(s)) { in parse_amount()
|
/third_party/harfbuzz/src/ |
D | hb-buffer-deserialize-json.hh | 202 const char **end_ptr, in _hb_buffer_deserialize_json() argument 214 *end_ptr = ++p; in _hb_buffer_deserialize_json() 276 *end_ptr = p; in _hb_buffer_deserialize_json() 448 *end_ptr = p; in _hb_buffer_deserialize_json() 470 *end_ptr = p; in _hb_buffer_deserialize_json() 492 *end_ptr = p; in _hb_buffer_deserialize_json() 514 *end_ptr = p; in _hb_buffer_deserialize_json() 536 *end_ptr = p; in _hb_buffer_deserialize_json() 558 *end_ptr = p; in _hb_buffer_deserialize_json() 580 *end_ptr = p; in _hb_buffer_deserialize_json() [all …]
|
D | hb-buffer-serialize.cc | 747 const char **end_ptr, /* May be NULL */ in hb_buffer_deserialize_glyphs() argument 752 if (!end_ptr) in hb_buffer_deserialize_glyphs() 753 end_ptr = &end; in hb_buffer_deserialize_glyphs() 754 *end_ptr = buf; in hb_buffer_deserialize_glyphs() 760 if (end_ptr) in hb_buffer_deserialize_glyphs() 761 *end_ptr = buf; in hb_buffer_deserialize_glyphs() 770 *end_ptr = buf; in hb_buffer_deserialize_glyphs() 783 buf, buf_len, end_ptr, in hb_buffer_deserialize_glyphs() 788 buf, buf_len, end_ptr, in hb_buffer_deserialize_glyphs() 819 const char **end_ptr, /* May be NULL */ in hb_buffer_deserialize_unicode() argument [all …]
|
D | hb-buffer-deserialize-text.hh | 187 const char **end_ptr, in _hb_buffer_deserialize_text() argument 431 *end_ptr = p; in _hb_buffer_deserialize_text() 453 *end_ptr = p; in _hb_buffer_deserialize_text() 475 *end_ptr = p; in _hb_buffer_deserialize_text() 497 *end_ptr = p; in _hb_buffer_deserialize_text() 519 *end_ptr = p; in _hb_buffer_deserialize_text() 541 *end_ptr = p; in _hb_buffer_deserialize_text() 635 *end_ptr = p; in _hb_buffer_deserialize_text() 680 *end_ptr = p; in _hb_buffer_deserialize_text() 731 *end_ptr = p; in _hb_buffer_deserialize_text() [all …]
|
D | hb-number-parser.hh | 122 strtod_rl (const char *p, const char **end_ptr /* IN/OUT */) in strtod_rl() argument 132 const char *pe = *end_ptr; in strtod_rl() 216 *end_ptr = p; in strtod_rl()
|
D | hb-buffer-deserialize-json.rl | 48 *end_ptr = p; 114 const char **end_ptr, 126 *end_ptr = ++p; 138 *end_ptr = p;
|
/third_party/e2fsprogs/util/ |
D | subst.c | 137 char *ptr, *name_ptr, *end_ptr; in substitute_line() local 158 end_ptr = strchr(name_ptr, '@'); in substitute_line() 159 if (!end_ptr) in substitute_line() 161 len = end_ptr - name_ptr; in substitute_line() 171 ptr = end_ptr + 1; in substitute_line() 179 replace_string(ptr, end_ptr, ent->value); in substitute_line() 200 end_ptr = strchr(name_ptr, '}'); in substitute_line() 201 if (!end_ptr) in substitute_line() 203 len = end_ptr - name_ptr; in substitute_line() 211 ptr = end_ptr + 1; in substitute_line() [all …]
|
/third_party/boost/boost/stacktrace/detail/ |
D | try_dec_convert.hpp | 21 char* end_ptr = 0; in try_dec_convert() local 22 res = std::strtoul(s, &end_ptr, 10); in try_dec_convert() 23 return *end_ptr == '\0'; in try_dec_convert()
|
/third_party/glib/gio/xdgmime/ |
D | xdgmime.c | 278 const char *end_ptr; in xdg_init_dirs() local 282 end_ptr = ptr; in xdg_init_dirs() 283 while (*end_ptr != ':' && *end_ptr != '\000') in xdg_init_dirs() 284 end_ptr ++; in xdg_init_dirs() 286 if (end_ptr == ptr) in xdg_init_dirs() 292 if (*end_ptr == ':') in xdg_init_dirs() 293 len = end_ptr - ptr; in xdg_init_dirs() 295 len = end_ptr - ptr + 1; in xdg_init_dirs() 303 ptr = end_ptr; in xdg_init_dirs()
|
D | xdgmimemagic.c | 245 char *end_ptr; in _xdg_mime_magic_parse_header() local 276 end_ptr = buffer; in _xdg_mime_magic_parse_header() 277 while (*end_ptr != ']' && *end_ptr != '\000' && *end_ptr != '\n') in _xdg_mime_magic_parse_header() 278 end_ptr++; in _xdg_mime_magic_parse_header() 279 if (*end_ptr != ']') in _xdg_mime_magic_parse_header() 284 *end_ptr = '\000'; in _xdg_mime_magic_parse_header()
|
/third_party/curl/lib/ |
D | altsvc.c | 477 char *end_ptr; in Curl_altsvc_parse() local 504 unsigned long port = strtoul(++p, &end_ptr, 10); in Curl_altsvc_parse() 505 if(port > USHRT_MAX || end_ptr == p || *end_ptr != '\"') { in Curl_altsvc_parse() 509 p = end_ptr; in Curl_altsvc_parse() 554 num = strtoul(value_ptr, &end_ptr, 10); in Curl_altsvc_parse() 555 if((end_ptr != value_ptr) && (num < ULONG_MAX)) { in Curl_altsvc_parse()
|
/third_party/libpng/contrib/libtests/ |
D | pngunknown.c | 398 png_infop info_ptr, end_ptr; member 417 d->info_ptr = d->end_ptr = NULL; in init_display() 427 png_destroy_read_struct(&d->png_ptr, &d->info_ptr, &d->end_ptr); in clean_display() 430 if (d->png_ptr != NULL || d->info_ptr != NULL || d->end_ptr != NULL) in clean_display() 684 d->end_ptr = png_create_info_struct(d->png_ptr); in check() 685 if (d->info_ptr == NULL || d->end_ptr == NULL) in check() 859 png_read_end(d->png_ptr, d->end_ptr); in check() 868 flags[2] = get_valid(d, d->end_ptr); in check() 869 flags[3] = get_unknown(d, d->end_ptr, 1/*after IDAT*/); in check()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngunknown.c | 398 png_infop info_ptr, end_ptr; member 417 d->info_ptr = d->end_ptr = NULL; in init_display() 427 png_destroy_read_struct(&d->png_ptr, &d->info_ptr, &d->end_ptr); in clean_display() 430 if (d->png_ptr != NULL || d->info_ptr != NULL || d->end_ptr != NULL) in clean_display() 684 d->end_ptr = png_create_info_struct(d->png_ptr); in check() 685 if (d->info_ptr == NULL || d->end_ptr == NULL) in check() 859 png_read_end(d->png_ptr, d->end_ptr); in check() 868 flags[2] = get_valid(d, d->end_ptr); in check() 869 flags[3] = get_unknown(d, d->end_ptr, 1/*after IDAT*/); in check()
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngunknown.c | 398 png_infop info_ptr, end_ptr; member 417 d->info_ptr = d->end_ptr = NULL; in init_display() 427 png_destroy_read_struct(&d->png_ptr, &d->info_ptr, &d->end_ptr); in clean_display() 430 if (d->png_ptr != NULL || d->info_ptr != NULL || d->end_ptr != NULL) in clean_display() 684 d->end_ptr = png_create_info_struct(d->png_ptr); in check() 685 if (d->info_ptr == NULL || d->end_ptr == NULL) in check() 859 png_read_end(d->png_ptr, d->end_ptr); in check() 868 flags[2] = get_valid(d, d->end_ptr); in check() 869 flags[3] = get_unknown(d, d->end_ptr, 1/*after IDAT*/); in check()
|