Searched defs:is_small (Results 1 – 4 of 4) sorted by relevance
255 bool is_small, bool has_direct_sel) { in Read()386 bool is_small = base_method_list->m_is_small; in Describe() local
2289 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro
2824 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro