Home
last modified time | relevance | path

Searched defs:_Bytes (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dallocator.d83 const size_t _Bytes = _Get_size_of_n!T(count); in allocator() local
119 size_t _Bytes = T.sizeof * count; in allocator() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_x86.h516 constexpr size_t _Bytes = _Np * sizeof(_Tp); in _S_store() local
H A Dsimd_builtin.h1313 constexpr size_t _Bytes = _ReqBytes == 0 ? sizeof(__x) : _ReqBytes; in _S_store() local