Searched refs:best (Results 1 – 6 of 6) sorted by relevance
105 struct { int base, len; } best, cur; in inet_ntop6() local118 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 …]
11 # Still the best reviewer for changes related to the dynamic linker.
47 see what is expected for this function, the best description is the165 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
16 When benchmarking, it's best to verify on the latest Pixel device supported.
311 inherently non-portable as-is.) The best alternative on Android is to
644 for the best way to use malloc debug in Android O or later on non-rooted