Searched refs:r_end (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/fusion/example/cookbook/ |
D | fill_em_up.cpp | 77 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/ |
D | segment.hpp | 27 …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/ |
D | sequence.hpp | 150 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/ |
D | pixman-region.c | 660 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/ |
D | connected_components.hpp | 75 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/ |
D | builtins.cpp | 976 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/ |
D | quickjs.c | 3184 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()
|