Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/libstdc++/include/ext/
Dropeimpl.h1535 const size_t __exponentiate_threshold = 32; in rope() local
1545 __exponent = __n / __exponentiate_threshold; in rope()
1546 __rest = __n % __exponentiate_threshold; in rope()
1567 this->_Data_allocate(_S_rounded_up_size(__exponentiate_threshold)); in rope()
1570 __uninitialized_fill_n_a(__base_buffer, __exponentiate_threshold, __c, in rope()
1572 _S_cond_store_eos(__base_buffer[__exponentiate_threshold]); in rope()
1576 __exponentiate_threshold, __a); in rope()
1581 __exponentiate_threshold, __a); in rope()