Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A Dwcstod.cpp75 size_t actual_len = parsefloat(&f, ascii_str, ascii_str + max_len); in wcstod() local
80 if (ascii_end != ascii_str + actual_len) abort(); in wcstod()
83 if (actual_len == 0) { in wcstod()
88 *end = const_cast<wchar_t*>(str) + actual_len; in wcstod()
/aosp12/system/core/libstats/push_compat/
H A Dstats_event_list.c206 int android_log_write_char_array(android_log_context ctx, const char* value, size_t actual_len) { in android_log_write_char_array() argument
208 ssize_t len = actual_len; in android_log_write_char_array()
/aosp12/system/unwinding/libunwindstack/
H A DMemory.cpp248 size_t actual_len = std::min(bytes_left, size); in Read() local
250 memcpy(dst, actual_base, actual_len); in Read()
251 return actual_len; in Read()
319 size_t actual_len = std::min(bytes_left, size); in Read() local
321 memcpy(dst, actual_base, actual_len); in Read()
322 return actual_len; in Read()