Home
last modified time | relevance | path

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

/haiku/headers/cpp/
H A Dstl_alloc.h335 _S_round_up(size_t __bytes) in _S_round_up() argument
336 { return (((__bytes) + _ALIGN-1) & ~(_ALIGN - 1)); } in _S_round_up()
350 static size_t _S_freelist_index(size_t __bytes) { in _S_freelist_index() argument
351 return (((__bytes) + _ALIGN-1)/_ALIGN - 1); in _S_freelist_index()
H A Dpthread_alloc86 static size_t _S_round_up(size_t __bytes) {
87 return (((__bytes) + _S_ALIGN-1) & ~(_S_ALIGN - 1));
89 static size_t _S_freelist_index(size_t __bytes) {
90 return (((__bytes) + _S_ALIGN-1)/_S_ALIGN - 1);