Searched defs:value_end (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.h63 char *value_end; local
64 *t_ = internal_simple_strtoll(value, &value_end, 10);
65 bool ok = *value_end == 0;
72 char *value_end; local
73 *t_ = internal_simple_strtoll(value, &value_end, 10);
74 bool ok = *value_end == 0;
/external/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c894 char* value_end = value + strlen(value); local
900 p = parse_hexadecimal(start, value_end, &val);
902 p = parse_hexadecimal(value, value_end, &val);
904 p = parse_decimal(value, value_end, &val);
/external/dbus/bus/
H A Dsignals.c553 int *value_end,
663 *value_end = p - s;
549 find_value(const DBusString *str, int start, const char *key, DBusString *value, int *value_end, DBusError *error) argument

Completed in 317 milliseconds