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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dpool_allocator.h98 _M_round_up(size_t __bytes) argument
99 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
102 _M_get_free_list(size_t __bytes) throw ();
223 const size_t __bytes = __n * sizeof(_Tp); local
229 return static_cast<_Tp*>(::operator new(__bytes, __al));
244 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
245 __ret = static_cast<_Tp*>(::operator new(__bytes));
248 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
253 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
280 const size_t __bytes local
[all...]
H A Dmt_allocator.h147 _M_check_threshold(size_t __bytes) argument
148 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
151 _M_get_binmap(size_t __bytes) argument
152 { return _M_binmap[__bytes]; }
224 _M_reserve_block(size_t __bytes, const size_t __thread_id);
227 _M_reclaim_block(char* __p, size_t __bytes) throw ();
335 _M_reserve_block(size_t __bytes, const size_t __thread_id);
338 _M_reclaim_block(char* __p, size_t __bytes) throw ();
708 const size_type __bytes = __n * sizeof(_Tp); local
709 if (__pool._M_check_threshold(__bytes))
761 const size_type __bytes = __n * sizeof(_Tp); local
765 __pool._M_reclaim_block(reinterpret_cast<char*>(__p), __bytes); local
[all...]
H A Dcodecvt_specializations.h91 int __ibom = 0, int __ebom = 0, int __bytes = 1)
93 _M_ext_bom(__ebom), _M_int_bom(__ibom), _M_bytes(__bytes)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dpool_allocator.h98 _M_round_up(size_t __bytes) argument
99 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
102 _M_get_free_list(size_t __bytes) throw ();
223 const size_t __bytes = __n * sizeof(_Tp); local
229 return static_cast<_Tp*>(::operator new(__bytes, __al));
244 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
245 __ret = static_cast<_Tp*>(::operator new(__bytes));
248 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
253 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
280 const size_t __bytes local
[all...]
H A Dmt_allocator.h147 _M_check_threshold(size_t __bytes) argument
148 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
151 _M_get_binmap(size_t __bytes) argument
152 { return _M_binmap[__bytes]; }
224 _M_reserve_block(size_t __bytes, const size_t __thread_id);
227 _M_reclaim_block(char* __p, size_t __bytes) throw ();
335 _M_reserve_block(size_t __bytes, const size_t __thread_id);
338 _M_reclaim_block(char* __p, size_t __bytes) throw ();
708 const size_type __bytes = __n * sizeof(_Tp); local
709 if (__pool._M_check_threshold(__bytes))
761 const size_type __bytes = __n * sizeof(_Tp); local
765 __pool._M_reclaim_block(reinterpret_cast<char*>(__p), __bytes); local
[all...]
H A Dcodecvt_specializations.h91 int __ibom = 0, int __ebom = 0, int __bytes = 1)
93 _M_ext_bom(__ebom), _M_int_bom(__ibom), _M_bytes(__bytes)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dpool_allocator.cc49 __pool_alloc_base::_M_get_free_list(size_t __bytes) throw () argument
51 size_t __i = ((__bytes + (size_t)_S_align - 1) / (size_t)_S_align - 1);
H A Dmt_allocator.cc119 __pool<false>::_M_reclaim_block(char* __p, size_t __bytes) throw () argument
122 const size_t __which = _M_binmap[__bytes];
134 __pool<false>::_M_reserve_block(size_t __bytes, const size_t __thread_id) argument
137 const size_t __which = _M_binmap[__bytes];
267 __pool<true>::_M_reclaim_block(char* __p, size_t __bytes) throw () argument
270 const size_t __which = _M_binmap[__bytes];
352 __pool<true>::_M_reserve_block(size_t __bytes, const size_t __thread_id) argument
355 const size_t __which = _M_binmap[__bytes];
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dpool_allocator.cc49 __pool_alloc_base::_M_get_free_list(size_t __bytes) throw () argument
51 size_t __i = ((__bytes + (size_t)_S_align - 1) / (size_t)_S_align - 1);
H A Dmt_allocator.cc119 __pool<false>::_M_reclaim_block(char* __p, size_t __bytes) throw () argument
122 const size_t __which = _M_binmap[__bytes];
134 __pool<false>::_M_reserve_block(size_t __bytes, const size_t __thread_id) argument
137 const size_t __which = _M_binmap[__bytes];
267 __pool<true>::_M_reclaim_block(char* __p, size_t __bytes) throw () argument
270 const size_t __which = _M_binmap[__bytes];
352 __pool<true>::_M_reserve_block(size_t __bytes, const size_t __thread_id) argument
355 const size_t __which = _M_binmap[__bytes];
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Dbfin-sim.h315 int __cnt, __bytes = size / 8; \
316 mmu_check_addr (cpu, __taddr, true, false, __bytes); \
318 (void *)&__v, __taddr, __bytes); \
319 if (__cnt != __bytes) \
321 BFIN_TRACE_CORE (cpu, __taddr, __bytes, write_map, __v); \
331 int __cnt, __bytes = size / 8; \
332 mmu_check_addr (cpu, __taddr, false, inst, __bytes); \
334 (void *)&__ret, __taddr, __bytes); \
335 if (__cnt != __bytes) \
337 BFIN_TRACE_CORE (cpu, __taddr, __bytes, ma
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Dbfin-sim.h315 int __cnt, __bytes = size / 8; \
316 mmu_check_addr (cpu, __taddr, true, false, __bytes); \
318 (void *)&__v, __taddr, __bytes); \
319 if (__cnt != __bytes) \
321 BFIN_TRACE_CORE (cpu, __taddr, __bytes, write_map, __v); \
331 int __cnt, __bytes = size / 8; \
332 mmu_check_addr (cpu, __taddr, false, inst, __bytes); \
334 (void *)&__ret, __taddr, __bytes); \
335 if (__cnt != __bytes) \
337 BFIN_TRACE_CORE (cpu, __taddr, __bytes, ma
[all...]
/netbsd-current/usr.sbin/makefs/
H A Dcd9660.h118 #define CD9660_BLOCKS(__sector_size, __bytes) \
119 howmany((__bytes), (__sector_size))
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc49 do_allocate(size_t __bytes, size_t __alignment) override
50 { return ::operator new(__bytes, std::align_val_t(__alignment)); }
53 do_deallocate(void* __p, size_t __bytes, size_t __alignment) noexcept
55 { ::operator delete(__p, __bytes, std::align_val_t(__alignment)); }
688 size_t __bytes = __blocks * __block_size + __words * sizeof(word);
690 void* __p = __r->allocate(__bytes, __alignment);
695 _M_chunks.insert(chunk(__p, __bytes, __pwords, __blocks), __r);
699 __r->deallocate(__p, __bytes, __alignment);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc53 do_allocate(size_t __bytes, size_t __alignment) override
54 { return ::operator new(__bytes, std::align_val_t(__alignment)); }
57 do_deallocate(void* __p, size_t __bytes, size_t __alignment) noexcept
59 { ::operator delete(__p, __bytes, std::align_val_t(__alignment)); }
717 size_t __bytes = __blocks * __block_size + __words * sizeof(word);
719 void* __p = __r->allocate(__bytes, __alignment);
724 _M_chunks.insert(chunk(__p, __bytes, __pwords, __blocks), __r);
728 __r->deallocate(__p, __bytes, __alignment);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_conv.h298 char __bytes[2] = { __byte }; local
299 return from_bytes(__bytes, __bytes+1);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_conv.h320 char __bytes[2] = { __byte }; local
321 return from_bytes(__bytes, __bytes+1);
H A Dshared_ptr_base.h870 size_t __bytes = sizeof(_Sp_counted_array);
874 __bytes += alignof(_Sp_counted_array) - alignof(_Tp);
876 return (__bytes + sizeof(_Tp) - 1) / sizeof(_Tp);
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_drv.h955 #define VMW_FIFO_RESERVE_DX(__priv, __bytes, __ctx_id) \
957 vmw_fifo_reserve_dx(__priv, __bytes, __ctx_id) ? : ({ \
959 __func__, (unsigned int) __bytes); \
964 #define VMW_FIFO_RESERVE(__priv, __bytes) \
965 VMW_FIFO_RESERVE_DX(__priv, __bytes, SVGA3D_INVALID_ID)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd.h2789 constexpr size_t __bytes = __vectorized_sizeof<_Tp>();
2790 if constexpr (__bytes == sizeof(_Tp))
2792 else if constexpr (__have_avx512vl || (__have_avx512f && __bytes == 64))
2793 return static_cast<_VecBltnBtmsk<__bytes>*>(nullptr);
2795 return static_cast<_VecBuiltin<__bytes>*>(nullptr);

Completed in 187 milliseconds