Home
last modified time | relevance | path

Searched refs:default_size (Results 1 – 25 of 44) sorted by relevance

12

/third_party/glib/glib/
Dgstringchunk.c82 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/
Dsegmented_stack.cpp50 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/
Dattributes.hpp30 size( stack_allocator::traits_type::default_size() ), in attributes()
40 size( stack_allocator::traits_type::default_size() ), in attributes()
Dstack_traits.hpp29 static std::size_t default_size() BOOST_NOEXCEPT;
/third_party/boost/libs/context/example/fiber/
Dsegmented.cpp37 …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()
Dstack.cpp16 std::cout << "default stack size: " << ctx::stack_traits::default_size() << " byte\n"; in main()
/third_party/boost/libs/coroutine/example/symmetric/
Dsegmented_stack.cpp56 …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/
Dsegmented.cpp37 …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()
Dstack.cpp16 std::cout << "default stack size: " << ctx::stack_traits::default_size() << " byte\n"; in main()
/third_party/boost/libs/coroutine2/example/
Dsegmented.cpp35 …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/
Dsegmented_stack.cpp49 …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/
Dmotion_event_osr.cc230 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/
Dstack_traits.hpp29 static std::size_t default_size() BOOST_NOEXCEPT_OR_NOTHROW;
Dfixedsize_stack.hpp46 …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/
Dpreallocated_stack_allocator.hpp38 boost::coroutines::standard_stack_allocator::traits_type::default_size() ); in preallocated_stack_allocator()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstring.c67 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/
Dstack.qbk71 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/
Dstack.qbk72 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/
Dzlib.hpp132 default_size = -1 enumerator
/third_party/boost/boost/context/posix/
Dsegmented_stack.hpp48 …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/
Dstack_traits.cpp92 stack_traits::default_size() BOOST_NOEXCEPT_OR_NOTHROW { in default_size() function in boost::context::stack_traits
/third_party/boost/boost/context/windows/
Dprotected_fixedsize_stack.hpp40 …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/
Dstack_traits.cpp84 stack_traits::default_size() BOOST_NOEXCEPT in default_size() function in boost::coroutines::stack_traits
/third_party/boost/libs/coroutine/src/posix/
Dstack_traits.cpp82 stack_traits::default_size() BOOST_NOEXCEPT in default_size() function in boost::coroutines::stack_traits
/third_party/boost/libs/context/src/posix/
Dstack_traits.cpp95 stack_traits::default_size() BOOST_NOEXCEPT_OR_NOTHROW { in default_size() function in boost::context::stack_traits

12