| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ |
| cond_dealtor.hpp | 67 s_alloc.deallocate(m_p_e, 1); 77 static entry_allocator s_alloc; member in class:__gnu_pbds::detail::cond_dealtor 82 cond_dealtor<Entry, _Alloc>::s_alloc; member in class:__gnu_pbds::detail::cond_dealtor
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ |
| cond_dealtor.hpp | 67 s_alloc.deallocate(m_p_e, 1); 77 static entry_allocator s_alloc; member in class:__gnu_pbds::detail::cond_dealtor 82 cond_dealtor<Entry, _Alloc>::s_alloc; member in class:__gnu_pbds::detail::cond_dealtor
|
| /src/external/lgpl3/gmp/dist/scanf/ |
| doscan.c | 208 ASSERT (s_upto <= s_alloc); \ 209 if (s_upto >= s_alloc) \ 211 size_t s_alloc_new = s_alloc + S_ALLOC_STEP; \ 212 s = __GMP_REALLOCATE_FUNC_TYPE (s, s_alloc, s_alloc_new, char); \ 213 s_alloc = s_alloc_new; \ 225 size_t s_upto, s_alloc, hexexp; local 242 s_alloc = S_ALLOC_STEP; 243 s = __GMP_ALLOCATE_FUNC_TYPE (s_alloc, char); 430 (*__gmp_free_func) (s, s_alloc);
|
| /src/external/mit/isl/dist/imath/ |
| imath.c | 213 static mp_digit *s_alloc(mp_size num); 215 /* Release a buffer of digits allocated by s_alloc(). */ 397 z->digits = s_alloc(prec); 689 if ((out = s_alloc(p)) == NULL) return MP_MEMORY; 748 if ((out = s_alloc(p)) == NULL) return MP_MEMORY; 1690 static mp_digit *s_alloc(mp_size num) { function 1702 mp_digit *new = s_alloc(nsize); 1723 if ((tmp = s_alloc(nsize)) == NULL) return false; 1903 if ((t1 = s_alloc(4 * buf_size)) == NULL) return 0; 1979 if ((t1 = s_alloc(4 * buf_size)) == NULL) return 0 [all...] |