Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dpool_allocator.h223 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 Dpool_allocator.h223 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 Dmt_allocator.cc119 __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 Dpool_allocator.cc49 __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 Dmt_allocator.cc119 __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 Dpool_allocator.cc49 __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 Dlocale_conv.h298 char __bytes[2] = { __byte }; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_conv.h320 char __bytes[2] = { __byte }; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc53 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 Dmemory_resource.cc49 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 Dcd9660.h118 #define CD9660_BLOCKS(__sector_size, __bytes) \ argument
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_drv.h955 #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 Dsimd_x86.h3512 constexpr size_t __bytes = sizeof(__v) < 16 ? 16 : sizeof(__v); in _S_masked_unary() local