Home
last modified time | relevance | path

Searched refs:len2 (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/l4util/include/
A Dsplitlog2.h62 int len2 = l4util_splitlog2_size(start, end); in l4util_splitlog2_hdl() local
63 l4_addr_t len = 1UL << len2; in l4util_splitlog2_hdl()
64 if ((retval = handler(start, start + len - 1, len2))) in l4util_splitlog2_hdl()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfloating_from_chars.cc260 const size_t len2 = std::strspn(ptr + len + 1, digits); in pattern() local
261 if (len + len2) in pattern()
262 ptr += len + 1 + len2; in pattern()
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/
A Dldso.c858 int len1, len2; in _dl_get_ready_to_run() local
864 len2 = _dl_strlen(tmp1); in _dl_get_ready_to_run()
866 filename = _dl_malloc(len1 + len2 + 2); in _dl_get_ready_to_run()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DChangeLog6559 * tst-cancel17.c (do_test): Make len2 maximum of page size and

Completed in 25 milliseconds