Home
last modified time | relevance | path

Searched refs:_next_pow2 (Results 1 – 3 of 3) sorted by relevance

/dports/devel/gaul/gaul-devel-0.1849-0/util/
H A Dtable_util.c46 static unsigned int _next_pow2(unsigned int num) in _next_pow2() function
64 size = _next_pow2(size); in table_ensure_size()
/dports/devel/taskflow/taskflow-3.2.0/taskflow/utility/
H A Dobject_pool.hpp157 constexpr unsigned _next_pow2(unsigned n) const;
208 _lheap_mask { _next_pow2((t+1) << 1) - 1 }, in ObjectPool()
763 constexpr unsigned ObjectPool<T, S>::_next_pow2(unsigned n) const { in _next_pow2() function in tf::ObjectPool
/dports/math/py-pandas/pandas-1.2.5/pandas/_libs/src/parser/
H A Dtokenizer.c1239 static size_t _next_pow2(size_t sz) { in _next_pow2() function
1268 new_cap = _next_pow2(self->words_len) + 1; in parser_trim_buffers()
1284 new_cap = _next_pow2(self->stream_len) + 1; in parser_trim_buffers()
1316 new_cap = _next_pow2(self->lines) + 1; in parser_trim_buffers()