Home
last modified time | relevance | path

Searched refs:r_end (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/fusion/example/cookbook/
Dfill_em_up.cpp77 typedef result_of::end<R>::type r_end; in main() typedef
84 typedef mpl::fusion_iterator<r_end> mpl_r_end; in main()
/third_party/boost/boost/locale/boundary/
Dsegment.hpp27 …int compare_text(LeftIterator l_begin,LeftIterator l_end,RightIterator r_begin,RightIterator r_end) in compare_text() argument
32 while(l_begin!=l_end && r_begin!=r_end) { in compare_text()
42 if(l_begin==l_end && r_begin==r_end) in compare_text()
/third_party/boost/boost/spirit/home/x3/operator/detail/
Dsequence.hpp150 typedef typename fusion::result_of::end<Attribute>::type r_end; typedef
152 typedef fusion::iterator_range<l_end, r_end> r_part;
/third_party/pixman/pixman/
Dpixman-region.c660 box_type_t * r_end, in pixman_region_append_non_o() argument
667 new_rects = r_end - r; in pixman_region_append_non_o()
683 while (r != r_end); in pixman_region_append_non_o()
688 #define FIND_BAND(r, r_band_end, r_end, ry1) \ argument
693 while ((r_band_end != r_end) && (r_band_end->y1 == ry1)) { \
698 #define APPEND_REGIONS(new_reg, r, r_end) \ argument
702 if ((new_rects = r_end - r)) { \
/third_party/boost/boost/graph/distributed/
Dconnected_components.hpp75 RootIterator r_end, AdjacencyMap& adj) in build_local_metagraph() argument
96 for ( ; r != r_end; ++r ) { in build_local_metagraph()
134 for ( ; r != r_end; ++r ) { in build_local_metagraph()
/third_party/boost/tools/build/src/engine/
Dbuiltins.cpp976 LISTITER r_end; in builtin_match() local
994 r_end = list_end( r ); in builtin_match()
995 for ( ; r_iter != r_end; r_iter = list_next( r_iter ) ) in builtin_match()
/third_party/quickjs/
Dquickjs.c3184 const uint16_t *r = p->u.str16, *r_end = p->u.str16 + len; in JS_AtomIsNumericIndex1() local
3185 if (r >= r_end) in JS_AtomIsNumericIndex1()
3189 if (r >= r_end) in JS_AtomIsNumericIndex1()
3201 if (!(c =='I' && (r_end - r) == 8 && in JS_AtomIsNumericIndex1()
3206 const uint8_t *r = p->u.str8, *r_end = p->u.str8 + len; in JS_AtomIsNumericIndex1() local
3207 if (r >= r_end) in JS_AtomIsNumericIndex1()
3211 if (r >= r_end) in JS_AtomIsNumericIndex1()
3222 if (!(c =='I' && (r_end - r) == 8 && in JS_AtomIsNumericIndex1()