HomeSort by: relevance | last modified time | path
    Searched defs:__pagesize (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
rc_string_base.h 401 // __pagesize need not match the actual VM page size for good
410 const size_type __pagesize = 4096; local
433 if (__adj_size > __pagesize && __capacity > __old_capacity)
435 const size_type __extra = __pagesize - __adj_size % __pagesize;
rc_string_base.h 401 // __pagesize need not match the actual VM page size for good
410 const size_type __pagesize = 4096; local
433 if (__adj_size > __pagesize && __capacity > __old_capacity)
435 const size_type __extra = __pagesize - __adj_size % __pagesize;
rc_string_base.h 401 // __pagesize need not match the actual VM page size for good
410 const size_type __pagesize = 4096; local
433 if (__adj_size > __pagesize && __capacity > __old_capacity)
435 const size_type __extra = __pagesize - __adj_size % __pagesize;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
rc_string_base.h 399 // __pagesize need not match the actual VM page size for good
408 const size_type __pagesize = 4096; local
431 if (__adj_size > __pagesize && __capacity > __old_capacity)
433 const size_type __extra = __pagesize - __adj_size % __pagesize;
rc_string_base.h 399 // __pagesize need not match the actual VM page size for good
408 const size_type __pagesize = 4096; local
431 if (__adj_size > __pagesize && __capacity > __old_capacity)
433 const size_type __extra = __pagesize - __adj_size % __pagesize;
rc_string_base.h 399 // __pagesize need not match the actual VM page size for good
408 const size_type __pagesize = 4096; local
431 if (__adj_size > __pagesize && __capacity > __old_capacity)
433 const size_type __extra = __pagesize - __adj_size % __pagesize;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
cow_string.h 3597 // __pagesize need not match the actual VM page size for good
3606 const size_type __pagesize = 4096; local
3624 if (__adj_size > __pagesize && __capacity > __old_capacity)
3626 const size_type __extra = __pagesize - __adj_size % __pagesize;
cow_string.h 3597 // __pagesize need not match the actual VM page size for good
3606 const size_type __pagesize = 4096; local
3624 if (__adj_size > __pagesize && __capacity > __old_capacity)
3626 const size_type __extra = __pagesize - __adj_size % __pagesize;
cow_string.h 3597 // __pagesize need not match the actual VM page size for good
3606 const size_type __pagesize = 4096; local
3624 if (__adj_size > __pagesize && __capacity > __old_capacity)
3626 const size_type __extra = __pagesize - __adj_size % __pagesize;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
cow_string.h 3507 // __pagesize need not match the actual VM page size for good
3516 const size_type __pagesize = 4096; local
3534 if (__adj_size > __pagesize && __capacity > __old_capacity)
3536 const size_type __extra = __pagesize - __adj_size % __pagesize;
cow_string.h 3507 // __pagesize need not match the actual VM page size for good
3516 const size_type __pagesize = 4096; local
3534 if (__adj_size > __pagesize && __capacity > __old_capacity)
3536 const size_type __extra = __pagesize - __adj_size % __pagesize;
cow_string.h 3507 // __pagesize need not match the actual VM page size for good
3516 const size_type __pagesize = 4096; local
3534 if (__adj_size > __pagesize && __capacity > __old_capacity)
3536 const size_type __extra = __pagesize - __adj_size % __pagesize;

Completed in 87 milliseconds