Searched refs:__lazy_threshold (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dropeimpl.h642 const size_t __lazy_threshold = 128; local
686 if (__result_len > __lazy_threshold) goto lazy;
707 if (__result_len > __lazy_threshold) {
725 if (__result_len > __lazy_threshold) goto lazy;

Completed in 32 milliseconds