/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | pool_allocator.h | 223 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY() local 280 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | pool_allocator.h | 223 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY() local 280 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
H A D | mt_allocator.cc | 119 __pool<false>::_M_reclaim_block(char* __p, size_t __bytes) throw () in _M_reclaim_block() 134 __pool<false>::_M_reserve_block(size_t __bytes, const size_t __thread_id) in _M_reserve_block() 267 __pool<true>::_M_reclaim_block(char* __p, size_t __bytes) throw () in _M_reclaim_block() 352 __pool<true>::_M_reserve_block(size_t __bytes, const size_t __thread_id) in _M_reserve_block()
|
H A D | pool_allocator.cc | 49 __pool_alloc_base::_M_get_free_list(size_t __bytes) throw () in _M_get_free_list()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
H A D | mt_allocator.cc | 119 __pool<false>::_M_reclaim_block(char* __p, size_t __bytes) throw () in _M_reclaim_block() 134 __pool<false>::_M_reserve_block(size_t __bytes, const size_t __thread_id) in _M_reserve_block() 267 __pool<true>::_M_reclaim_block(char* __p, size_t __bytes) throw () in _M_reclaim_block() 352 __pool<true>::_M_reserve_block(size_t __bytes, const size_t __thread_id) in _M_reserve_block()
|
H A D | pool_allocator.cc | 49 __pool_alloc_base::_M_get_free_list(size_t __bytes) throw () in _M_get_free_list()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | locale_conv.h | 298 char __bytes[2] = { __byte }; in _GLIBCXX_VISIBILITY() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | locale_conv.h | 320 char __bytes[2] = { __byte }; in _GLIBCXX_VISIBILITY() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
H A D | memory_resource.cc | 53 do_allocate(size_t __bytes, size_t __alignment) override in do_allocate() 57 do_deallocate(void* __p, size_t __bytes, size_t __alignment) noexcept in do_deallocate() 717 size_t __bytes = __blocks * __block_size + __words * sizeof(word); in replenish() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
H A D | memory_resource.cc | 49 do_allocate(size_t __bytes, size_t __alignment) override in do_allocate() 53 do_deallocate(void* __p, size_t __bytes, size_t __alignment) noexcept in do_deallocate() 688 size_t __bytes = __blocks * __block_size + __words * sizeof(word); in replenish() local
|
/netbsd-src/usr.sbin/makefs/ |
H A D | cd9660.h | 118 #define CD9660_BLOCKS(__sector_size, __bytes) \ argument
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
H A D | vmwgfx_drv.h | 955 #define VMW_FIFO_RESERVE_DX(__priv, __bytes, __ctx_id) \ argument 964 #define VMW_FIFO_RESERVE(__priv, __bytes) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
H A D | simd_x86.h | 3512 constexpr size_t __bytes = sizeof(__v) < 16 ? 16 : sizeof(__v); in _S_masked_unary() local
|