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

/haiku/headers/cpp/
H A Dropeimpl.h1376 const size_t __exponentiate_threshold = 32; local
1386 __exponent = __n / __exponentiate_threshold;
1387 __rest = __n % __exponentiate_threshold;
1402 _Data_allocate(_S_rounded_up_size(__exponentiate_threshold));
1405 uninitialized_fill_n(__base_buffer, __exponentiate_threshold, __c);
1406 _S_cond_store_eos(__base_buffer[__exponentiate_threshold]);
1409 __exponentiate_threshold, __a);
1412 __exponentiate_threshold, __a))

Completed in 28 milliseconds