/third_party/glib/glib/ |
D | gstringchunk.c | 82 gsize default_size; member 128 new_chunk->default_size = actual_size; in g_string_chunk_new() 176 chunk->storage_next = chunk->default_size; in g_string_chunk_clear() 177 chunk->this_size = chunk->default_size; in g_string_chunk_clear() 295 gsize new_size = nearest_power (chunk->default_size, size + 1); in g_string_chunk_insert_len()
|
/third_party/boost/libs/fiber/examples/ |
D | segmented_stack.cpp | 50 boost::fibers::segmented_stack::traits_type::default_size() ), in thread_fn() 61 …nitial stack size = " << boost::fibers::segmented_stack::traits_type::default_size() / 1024 << "kB… in main() 65 …nitial stack size = " << boost::fibers::fixedsize_stack::traits_type::default_size() / 1024 << "kB… in main()
|
/third_party/boost/boost/coroutine/ |
D | attributes.hpp | 30 size( stack_allocator::traits_type::default_size() ), in attributes() 40 size( stack_allocator::traits_type::default_size() ), in attributes()
|
D | stack_traits.hpp | 29 static std::size_t default_size() BOOST_NOEXCEPT;
|
/third_party/boost/libs/context/example/fiber/ |
D | segmented.cpp | 37 …std::cout << "initial stack size = " << ctx::segmented_stack::traits_type::default_size() / 1024 <… in main() 41 …std::cout << "initial stack size = " << ctx::fixedsize_stack::traits_type::default_size() / 1024 <… in main()
|
D | stack.cpp | 16 std::cout << "default stack size: " << ctx::stack_traits::default_size() << " byte\n"; in main()
|
/third_party/boost/libs/coroutine/example/symmetric/ |
D | segmented_stack.cpp | 56 …al stack size = " << boost::coroutines::stack_allocator::traits_type::default_size() / 1024 << "kB… in main() 60 …al stack size = " << boost::coroutines::stack_allocator::traits_type::default_size() / 1024 << "kB… in main()
|
/third_party/boost/libs/context/example/callcc/ |
D | segmented.cpp | 37 …std::cout << "initial stack size = " << ctx::segmented_stack::traits_type::default_size() / 1024 <… in main() 41 …std::cout << "initial stack size = " << ctx::fixedsize_stack::traits_type::default_size() / 1024 <… in main()
|
D | stack.cpp | 16 std::cout << "default stack size: " << ctx::stack_traits::default_size() << " byte\n"; in main()
|
/third_party/boost/libs/coroutine2/example/ |
D | segmented.cpp | 35 …itial stack size = " << boost::context::segmented_stack::traits_type::default_size() / 1024 << "kB… in main() 39 …itial stack size = " << boost::context::fixedsize_stack::traits_type::default_size() / 1024 << "kB… in main()
|
/third_party/boost/libs/coroutine/example/asymmetric/ |
D | segmented_stack.cpp | 49 …al stack size = " << boost::coroutines::stack_allocator::traits_type::default_size() / 1024 << "kB… in main() 53 …al stack size = " << boost::coroutines::stack_allocator::traits_type::default_size() / 1024 << "kB… in main()
|
/third_party/cef/libcef/browser/osr/ |
D | motion_event_osr.cc | 230 float default_size; in GetPointerPropertiesFromTouchEvent() local 235 default_size = 1; in GetPointerPropertiesFromTouchEvent() 238 default_size = in GetPointerPropertiesFromTouchEvent() 243 default_size; in GetPointerPropertiesFromTouchEvent()
|
/third_party/boost/boost/context/ |
D | stack_traits.hpp | 29 static std::size_t default_size() BOOST_NOEXCEPT_OR_NOTHROW;
|
D | fixedsize_stack.hpp | 46 …basic_fixedsize_stack( std::size_t size = traits_type::default_size() ) BOOST_NOEXCEPT_OR_NOTHROW : in basic_fixedsize_stack()
|
/third_party/boost/libs/coroutine/performance/ |
D | preallocated_stack_allocator.hpp | 38 boost::coroutines::standard_stack_allocator::traits_type::default_size() ); in preallocated_stack_allocator()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gstring.c | 67 gsize default_size; 145 g_string_chunk_new (gsize default_size) 150 size = nearest_power (1, default_size); 155 new_chunk->default_size = size; 247 gsize new_size = nearest_power (chunk->default_size, size + 1);
|
/third_party/boost/libs/coroutine2/doc/ |
D | stack.qbk | 71 protected_fixesize(std::size_t size = traits_type::default_size()); 109 pooled_fixedsize_stack(std::size_t size = traits_type::default_size()); 159 fixedsize_stack(std::size_t size = traits_type::default_size()); 207 segmented_stack(std::size_t size = traits_type::default_size()); 249 static std::size_t default_size() noexcept; 270 [heading `static std::size_t default_size()`]
|
/third_party/boost/libs/context/doc/ |
D | stack.qbk | 72 basic_protected_fixesize(std::size_t size = traits_type::default_size()); 115 …basic_pooled_fixedsize_stack(std::size_t stack_size = traits_type::default_size(), std::size_t nex… 170 basic_fixesize_stack(std::size_t size = traits_type::default_size()); 224 basic_segmented_stack(std::size_t size = traits_type::default_size()); 269 static std::size_t default_size() noexcept; 290 [heading `static std::size_t default_size()`]
|
/third_party/boost/boost/beast/zlib/ |
D | zlib.hpp | 132 default_size = -1 enumerator
|
/third_party/boost/boost/context/posix/ |
D | segmented_stack.hpp | 48 …basic_segmented_stack( std::size_t size = traits_type::default_size() ) BOOST_NOEXCEPT_OR_NOTHROW : in basic_segmented_stack()
|
/third_party/boost/libs/context/src/windows/ |
D | stack_traits.cpp | 92 stack_traits::default_size() BOOST_NOEXCEPT_OR_NOTHROW { in default_size() function in boost::context::stack_traits
|
/third_party/boost/boost/context/windows/ |
D | protected_fixedsize_stack.hpp | 40 …basic_protected_fixedsize_stack( std::size_t size = traits_type::default_size() ) BOOST_NOEXCEPT_O… in basic_protected_fixedsize_stack()
|
/third_party/boost/libs/coroutine/src/windows/ |
D | stack_traits.cpp | 84 stack_traits::default_size() BOOST_NOEXCEPT in default_size() function in boost::coroutines::stack_traits
|
/third_party/boost/libs/coroutine/src/posix/ |
D | stack_traits.cpp | 82 stack_traits::default_size() BOOST_NOEXCEPT in default_size() function in boost::coroutines::stack_traits
|
/third_party/boost/libs/context/src/posix/ |
D | stack_traits.cpp | 95 stack_traits::default_size() BOOST_NOEXCEPT_OR_NOTHROW { in default_size() function in boost::context::stack_traits
|