Home
last modified time | relevance | path

Searched refs:best (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/net/
Dinet_ntop.c105 struct { int base, len; } best, cur; in inet_ntop6() local
118 best.base = -1; in inet_ntop6()
128 if (best.base == -1 || cur.len > best.len) in inet_ntop6()
129 best = cur; in inet_ntop6()
135 if (best.base == -1 || cur.len > best.len) in inet_ntop6()
136 best = cur; in inet_ntop6()
138 if (best.base != -1 && best.len < 2) in inet_ntop6()
139 best.base = -1; in inet_ntop6()
148 if (best.base != -1 && i >= best.base && in inet_ntop6()
149 i < (best.base + best.len)) { in inet_ntop6()
[all …]
/bionic/
DOWNERS11 # Still the best reviewer for changes related to the dynamic linker.
/bionic/docs/
Dnative_allocator.md47 see what is expected for this function, the best description is the
165 For most runs, the best set of options to add is:
373 is fragmenting badly will show an increase in RSS. The best trace for
Dlibc_assembler.md16 When benchmarking, it's best to verify on the latest Pixel device supported.
Dstatus.md311 inherently non-portable as-is.) The best alternative on Android is to
/bionic/libc/malloc_debug/
DREADME.md644 for the best way to use malloc debug in Android O or later on non-rooted