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

/external/stlport/stlport/stl/
H A D_bvector.h297 static size_t _M_bits_to_chunks(size_t __n_bits) argument
298 { return (__n_bits + _STLP_WORD_BIT - 1) / _STLP_WORD_BIT; }

Completed in 95 milliseconds