Home
last modified time | relevance | path

Searched defs:__bytes (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dpool_allocator.h103 _M_round_up(size_t __bytes) in _M_round_up()
214 const size_t __bytes = __n * sizeof(_Tp); in allocate() local
243 const size_t __bytes = __n * sizeof(_Tp); in deallocate() local
/openbsd/src/gnu/gcc/libstdc++-v3/src/
Dmt_allocator.cc103 __pool<false>::_M_reclaim_block(char* __p, size_t __bytes) in _M_reclaim_block()
118 __pool<false>::_M_reserve_block(size_t __bytes, const size_t __thread_id) in _M_reserve_block()
251 __pool<true>::_M_reclaim_block(char* __p, size_t __bytes) in _M_reclaim_block()
336 __pool<true>::_M_reserve_block(size_t __bytes, const size_t __thread_id) in _M_reserve_block()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dpthread_allocimpl.h124 static size_t _S_round_up(size_t __bytes) { in _S_round_up()
127 static size_t _S_freelist_index(size_t __bytes) { in _S_freelist_index()
Dstl_alloc.h356 _S_round_up(size_t __bytes) in _S_round_up()
360 _S_freelist_index(size_t __bytes) in _S_freelist_index()
Dbasic_string.tcc1052 size_type __bytes = std::min(__strsize, __bufsiz - 1); in _S_string_copy() local
/openbsd/src/usr.sbin/makefs/
Dcd9660.h90 #define CD9660_BLOCKS(__sector_size, __bytes) \ argument