/third_party/boost/boost/gil/ |
D | position_iterator.hpp | 46 …position_iterator(const point_t& p, const point_t& step, const Deref& d) : _p(p), _step(step), _d(… in position_iterator() 48 position_iterator(const position_iterator& p) : _p(p._p), _step(p._step), _d(p._d) {} in position_iterator() 49 …ame D> position_iterator(const position_iterator<D,Dim>& p) : _p(p._p), _step(p._step), _d(p._d) {} in position_iterator() 50 …position_iterator& operator=(const position_iterator& p) { _p=p._p; _d=p._d; _step=p._step; return… in operator =() 53 const point_t& step() const { return _step; } in step() 56 void set_step(difference_type s) { _step[Dim]=s; } in set_step() 59 …reference operator[](difference_type d) const { point_t p=_p; p[Dim]+=d*_step[Dim]; return _d(p); } in operator []() 62 point_t _p, _step; member 68 void increment() { _p[Dim]+=_step[Dim]; } in increment() 69 void decrement() { _p[Dim]-=_step[Dim]; } in decrement() [all …]
|
D | step_iterator.hpp | 125 memunit_step_fn(difference_type step=memunit_step(Iterator())) : _step(step) {} in memunit_step_fn() 127 …ference(const Iterator& it1, const Iterator& it2) const { return memunit_distance(it1,it2)/_step; } in difference() 128 … advance(Iterator& it, difference_type d) const { memunit_advance(it,d*_step); } in advance() 129 difference_type step() const { return _step; } in step() 131 void set_step(std::ptrdiff_t step) { _step=step; } in set_step() 134 difference_type _step;
|
/third_party/libunwind/doc/ |
D | unw_step.tex | 8 \begin{Name}{3}{unw\_step}{David Mosberger-Tang}{Programming Library}{unw\_step}unw\_step -- advanc… 15 \Type{int} \Func{unw\_step}(\Type{unw\_cursor\_t~*}\Var{cp});\\ 19 The \Func{unw\_step}() routine advances the unwind cursor \Var{cp} to 24 On successful completion, \Func{unw\_step}() returns a positive value 31 \Func{unw\_step}() is thread-safe. If cursor \Var{cp} is in the local 50 In addition, \Func{unw\_step}() may return any error returned by the
|
D | libunwind.tex | 22 \Type{int} \Func{unw\_step}(\Type{unw\_cursor\_t~*});\\ 78 \Func{unw\_step}(). By repeatedly calling this routine, you can 80 \Func{F}(). A positive return value from \Func{unw\_step}() indicates 92 to \Var{prev} right before calling \Func{unw\_step}(). With this 198 \Func{unw\_step}() to move ``up'' in the call-chain, read and write 251 signal-safe (e.g., \Func{unw\_step}() for local unwinding is 346 \SeeAlso{unw\_step(3)},
|
D | unw_backtrace.tex | 44 \SeeAlso{unw\_step(3)}
|
/third_party/flutter/flutter/dev/integration_tests/platform_interaction/lib/ |
D | main.dart | 28 int _step = 0; 32 if (_step < steps.length) 33 _result = steps[_step++]();
|
/third_party/boost/boost/mpl/aux_/ |
D | fold_impl_body.hpp | 218 struct BOOST_PP_CAT(AUX778076_FOLD_IMPL_NAME_PREFIX,_step); 244 , BOOST_PP_CAT(AUX778076_FOLD_IMPL_NAME_PREFIX,_step)<First,Last,State,ForwardOp> 267 struct BOOST_PP_CAT(AUX778076_FOLD_IMPL_NAME_PREFIX,_step) in BOOST_PP_CAT() argument
|
D | reverse_fold_impl_body.hpp | 229 struct BOOST_PP_CAT(AUX778076_FOLD_IMPL_NAME_PREFIX,_step); 256 … , BOOST_PP_CAT(AUX778076_FOLD_IMPL_NAME_PREFIX,_step)<First,Last,State,BackwardOp,ForwardOp> 280 struct BOOST_PP_CAT(AUX778076_FOLD_IMPL_NAME_PREFIX,_step) in BOOST_PP_CAT() argument
|
/third_party/flutter/flutter/dev/integration_tests/channels/lib/ |
D | main.dart | 157 int _step = 0; 161 if (_step < steps.length) 162 _result = steps[_step++]();
|
/third_party/boost/libs/gil/doc/ |
D | naming.rst | 12 ColorSpace + BitDepth + [f | s]+ [c] + [_planar] + [_step] + ClassType + _t 31 - ``_step`` indicates special image views, locators and iterators which
|
/third_party/boost/libs/gil/doc/html/_sources/ |
D | naming.rst.txt | 12 ColorSpace + BitDepth + [f | s]+ [c] + [_planar] + [_step] + ClassType + _t 31 - ``_step`` indicates special image views, locators and iterators which
|
/third_party/boost/boost/gil/extension/dynamic_image/ |
D | image_view_factory.hpp | 123 subsampled_view_fn(point_t const& step) : _step(step) {} in subsampled_view_fn() 128 return result_type{subsampled_view(src,_step)}; in operator ()() 131 point_t _step; member
|
/third_party/iowow/src/utils/ |
D | iwconv.c | 64 #define ITOA_SZSTEP(_step) if ((ret += (_step)) >= max) { \ in iwitoa() argument
|
/third_party/libunwind/tests/ |
D | check-namespace.sh.in | 116 match _UL${plat}_step 238 match _U${plat}_step
|
/third_party/boost/libs/gil/doc/design/ |
D | metafunctions.rst | 17 *ColorSpace* + *BitDepth* + ["s|f"] + ["c"] + ["_planar"] + ["_step"] + *ClassType* + "_t" 26 to interleaved). ``_step`` indicates the type has a dynamic step and
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | metafunctions.rst.txt | 17 *ColorSpace* + *BitDepth* + ["s|f"] + ["c"] + ["_planar"] + ["_step"] + *ClassType* + "_t" 26 to interleaved). ``_step`` indicates the type has a dynamic step and
|
/third_party/node/deps/npm/node_modules/uri-js/dist/es5/ |
D | uri.all.js | 518 …for (var _iterator = input[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iter… 519 var _currentValue2 = _step.value;
|
D | uri.all.min.js.map | 1 …","bias","basic","j","oldi","w","t","baseMinusT","out","splice","encode","_step","Symbol","iterato…
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 1982 _step(always_available, glsl_type::float_type, glsl_type::float_type), in create_builtins() 1983 _step(always_available, glsl_type::float_type, glsl_type::vec2_type), in create_builtins() 1984 _step(always_available, glsl_type::float_type, glsl_type::vec3_type), in create_builtins() 1985 _step(always_available, glsl_type::float_type, glsl_type::vec4_type), in create_builtins() 1987 _step(always_available, glsl_type::vec2_type, glsl_type::vec2_type), in create_builtins() 1988 _step(always_available, glsl_type::vec3_type, glsl_type::vec3_type), in create_builtins() 1989 _step(always_available, glsl_type::vec4_type, glsl_type::vec4_type), in create_builtins() 1990 _step(fp64, glsl_type::double_type, glsl_type::double_type), in create_builtins() 1991 _step(fp64, glsl_type::double_type, glsl_type::dvec2_type), in create_builtins() 1992 _step(fp64, glsl_type::double_type, glsl_type::dvec3_type), in create_builtins() [all …]
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …ar:[12,25],_png_test_fil:24,_ptr:[12,25],_ref:[12,25],_scanline_length:24,_step:[12,25],_tiff_grap… property
|
/third_party/python/Misc/NEWS.d/ |
D | 3.7.0a4.rst | 333 NotImplementedError. Task._step() and Future.__await__() raise proper
|
D | 3.7.0b1.rst | 335 Make Task._step, Task._wakeup and Future._schedule_callbacks methods
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/dist/ |
D | ajv.bundle.js | 5753 …for (var _iterator = input[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iter… 5754 var _currentValue2 = _step.value;
|
/third_party/flutter/engine/flutter/lib/snapshot/ |
D | fuchsia_compilation_trace.txt | 506 dart:collection,_CompactIterator,get:_step 576 dart:collection,_CompactIterable,get:_step
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | compilation_trace.txt | 976 dart:collection,_CompactIterable,get:_step 984 dart:collection,_CompactIterator,get:_step
|