Home
last modified time | relevance | path

Searched defs:s_alloc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dcond_dealtor.hpp77 static entry_allocator s_alloc; member in __gnu_pbds::detail::cond_dealtor
82 cond_dealtor<Entry, _Alloc>::s_alloc; member in __gnu_pbds::detail::cond_dealtor<Entry, _Alloc>
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dcond_dealtor.hpp77 static entry_allocator s_alloc; member in __gnu_pbds::detail::cond_dealtor
82 cond_dealtor<Entry, _Alloc>::s_alloc; member in __gnu_pbds::detail::cond_dealtor<Entry, _Alloc>
/netbsd-src/external/lgpl3/gmp/dist/scanf/
H A Ddoscan.c225 size_t s_upto, s_alloc, hexexp; in gmpscan() local
/netbsd-src/external/mit/isl/dist/imath/
H A Dimath.c1690 static mp_digit *s_alloc(mp_size num) { in s_alloc() function