Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dwcstod.cpp45 size_t max_len = wcsspn(str, L"-+0123456789.xXeEpP()nNaAiIfFtTyY"); in wcstod() local
48 char* ascii_str = new char[max_len + 1]; in wcstod()
50 for (size_t i = 0; i < max_len; ++i) { in wcstod()
53 ascii_str[max_len] = 0; in wcstod()
61 f._bf._size = f._r = max_len; in wcstod()
73 size_t actual_len = parsefloat(&f, ascii_str, ascii_str + max_len); in wcstod()
/bionic/libc/kernel/uapi/linux/
Dopenvswitch.h369 __u32 max_len; member
Dnl80211.h1361 __u32 min_len, max_len, bufsize; member