Home
last modified time | relevance | path

Searched refs:__fmultiple (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dcodecvt_specializations.h318 const size_t __fmultiple = sizeof(intern_type); in _GLIBCXX_VISIBILITY() local
319 size_t __fbytes = __fmultiple * (__from_end - __from); in _GLIBCXX_VISIBILITY()
362 if (__fbytes < __fmultiple * (__from_end - __from)) in _GLIBCXX_VISIBILITY()
422 const size_t __fmultiple = sizeof(extern_type); in _GLIBCXX_VISIBILITY() local
423 size_t __flen = __fmultiple * (__from_end - __from); in _GLIBCXX_VISIBILITY()