Home
last modified time | relevance | path

Searched refs:begin_index (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_original_visitor.hpp186 && section.begin_index < section.end_index in point_in_original()
192 boost::begin(original.m_ring) + section.begin_index, in point_in_original()
H A Dget_piece_turns.hpp181 signed_size_type const sec1_first_index = piece1_first_index + section1.begin_index; in calculate_turns()
182 signed_size_type const sec2_first_index = piece2_first_index + section2.begin_index; in calculate_turns()
H A Dturn_in_piece_visitor.hpp233 && section.begin_index < section.end_index in apply()
237 for (signed_size_type i = section.begin_index + 1; i <= section.end_index; i++) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dget_turns.hpp214 signed_size_type index1 = sec1.begin_index; in apply()
243 signed_size_type index2 = sec2.begin_index; in apply()
294 … bool const is_1_first = sec1.is_non_duplicate_first && index1 == sec1.begin_index; in apply()
296 … bool const is_2_first = sec2.is_non_duplicate_first && index2 == sec2.begin_index; in apply()
370 it = boost::begin(range) + section.begin_index; in get_start_point_iterator()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/sections/
H A Dsectionalize.hpp92 signed_size_type begin_index; member
103 : begin_index(-1) in section()
519 section.begin_index = index; in apply()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c255 uint32_t begin_index, end_index; in precompute_de_pq() local
262 begin_index = 13 * NUM_PTS_IN_REGION; in precompute_de_pq()
263 end_index = begin_index + 12 * NUM_PTS_IN_REGION; in precompute_de_pq()
265 for (i = 0; i <= begin_index; i++) in precompute_de_pq()
1022 uint32_t begin_index, end_index; in build_degamma() local
1033 begin_index = 13 * NUM_PTS_IN_REGION; in build_degamma()
1034 end_index = begin_index + 12 * NUM_PTS_IN_REGION; in build_degamma()
1036 while (i != begin_index) { in build_degamma()
/OK3568_Linux_fs/kernel/drivers/md/persistent-data/
H A Ddm-array.c437 static int drop_blocks(struct resize *resize, unsigned begin_index, in drop_blocks() argument
442 while (begin_index != end_index) { in drop_blocks()
443 uint64_t key = begin_index++; in drop_blocks()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_resize.h1685 static float* stbir__get_ring_buffer_scanline(int get_scanline, float* ring_buffer, int begin_index in stbir__get_ring_buffer_scanline() argument
1687 … int ring_buffer_index = (begin_index + (get_scanline - first_scanline)) % ring_buffer_num_entries; in stbir__get_ring_buffer_scanline()
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_resize.h1685 static float* stbir__get_ring_buffer_scanline(int get_scanline, float* ring_buffer, int begin_index in stbir__get_ring_buffer_scanline() argument
1687 … int ring_buffer_index = (begin_index + (get_scanline - first_scanline)) % ring_buffer_num_entries; in stbir__get_ring_buffer_scanline()