Home
last modified time | relevance | path

Searched defs:range1 (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/libs/move/test/
Dalgo_test.cpp125 order_perf_type range1[5]; in test_set_difference_normal() local
161 order_perf_type range1[5]; in test_set_difference_range1_repeated() local
191 order_perf_type range1[5]; in test_set_difference_range1_unique() local
421 order_move_type range1[4]; in test_inplace_set_difference_normal() local
449 order_move_type range1[5]; in test_inplace_set_difference_range1_repeated() local
483 order_move_type range1[5]; in test_inplace_set_difference_range1_unique() local
517 order_move_type range1[11]; in test_inplace_set_difference_range1_unique_long() local
539 order_move_type range1[5]; in test_inplace_set_difference_range1_same_start() local
567 order_move_type range1[5]; in test_inplace_set_difference_range1_same_end() local
605 order_perf_type range1[10]; in test_set_unique_difference_normal() local
[all …]
/third_party/boost/boost/range/algorithm/
Dswap_ranges.hpp71 swap_ranges(SinglePassRange1& range1, SinglePassRange2& range2) in swap_ranges()
86 swap_ranges(const SinglePassRange1& range1, SinglePassRange2& range2) in swap_ranges()
101 swap_ranges(SinglePassRange1& range1, const SinglePassRange2& range2) in swap_ranges()
116 swap_ranges(const SinglePassRange1& range1, const SinglePassRange2& range2) in swap_ranges()
/third_party/ffmpeg/libavcodec/
Drangecoder.h106 int range1 = (c->range * (*state)) >> 8; in put_rac() local
138 int range1 = (c->range * (*state)) >> 8; in get_rac() local
/third_party/boost/libs/mpl/test/
Drange_c.cpp26 typedef range_c<int,0,1> range1; in MPL_TEST_CASE() typedef
/third_party/boost/libs/compute/test/
Dtest_equal_range.cpp36 std::pair<iterator, iterator> range1 = in BOOST_AUTO_TEST_CASE() local
/third_party/boost/boost/sort/block_indirect_sort/blk_detail/
Dmove_blocks.hpp227 range_it range1(range2); in move_sequence() local
/third_party/boost/boost/sort/spinsort/
Dspinsort.hpp239 static void range_sort(const range<Iter1_t> &range1, in range_sort()
/third_party/boost/libs/hana/example/tutorial/
Dappendix_mpl.cpp416 using range1 = range_c<int,0,1>; in main() typedef
/third_party/ffmpeg/libavformat/
Dimg2dec.c114 int range, last_index, range1, first_index; in find_image_range() local
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DOS2Table.java484 public static EnumSet<UnicodeRange> asSet(long range1, long range2, long range3, long range4) { in asSet()
682 public static EnumSet<CodePageRange> asSet(long range1, long range2) { in asSet()
/third_party/boost/boost/geometry/algorithms/detail/relate/
Dlinear_areal.hpp1231 range1 = sub_range(geometry1, turn.operations[op_id].seg_id); in calculate_from_inside() local
/third_party/libxml2/
Dxpointer.c311 xmlXPtrRangesEqual(xmlXPathObjectPtr range1, xmlXPathObjectPtr range2) { in xmlXPtrRangesEqual()
Dxmlregexp.c2083 xmlFACompareRanges(xmlRegRangePtr range1, xmlRegRangePtr range2) { in xmlFACompareRanges()
/third_party/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2959 const DescriptorProto::ExtensionRange& range1 = in TEST_F() local
2993 const DescriptorProto::ReservedRange& range1 = in TEST_F() local
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc4653 const DescriptorProto_ReservedRange& range1 = proto.reserved_range(i); in BuildMessage() local
4714 const Descriptor::ExtensionRange* range1 = result->extension_range(i); in BuildMessage() local
5239 const EnumDescriptorProto_EnumReservedRange& range1 = in BuildEnum() local