/third_party/boost/boost/sort/common/ |
D | merge_block.hpp | 140 range_it get_range(size_t pos) const in get_range() function 252 rngA = get_range(*itxA); in merge_range_pos() 258 rngB = get_range(*itxB); in merge_range_pos() 309 rngB = get_range(*itxB); in merge_range_pos() 316 rngA = get_range(*itxA); in merge_range_pos() 349 range_it rng1 = get_range(*(itx_last - 1)); in move_range_pos_backward() 363 rng1 = get_range(*itx); in move_range_pos_backward() 397 rng_buf = move_forward(rng_buf, get_range(pos_ini)); in rearrange_with_index() 402 move_forward(get_range(pos_dest), get_range(pos_src)); in rearrange_with_index() 407 move_forward(get_range(pos_dest), rng_buf); in rearrange_with_index()
|
/third_party/boost/boost/sort/block_indirect_sort/blk_detail/ |
D | merge_blocks.hpp | 242 range_it range_back1 = bk.get_range(posback1); in tail_process() 251 range_it range_aux = bk.get_range(pos_aux); in tail_process() 298 merge_uncontiguous(bk.get_range(bk.index[pos - 1].pos()), in cut_range() 299 bk.get_range(bk.index[pos].pos()), in cut_range() 328 range_it rng_prev = bk.get_range(bk.index[rng_input.first].pos()); in merge_range_pos() 334 rng_posx = bk.get_range(bk.index[posx].pos()); in merge_range_pos() 366 range_it rng_max = bk.get_range(bp_posx_ini.pos()); in extract_ranges() 381 rng_posx = bk.get_range(bp_posx.pos()); in extract_ranges()
|
D | move_blocks.hpp | 221 range_it range2 = bk.get_range(pos_range2); in move_sequence() 228 range2 = bk.get_range(pos_range2); in move_sequence()
|
D | block.hpp | 114 range< Iter_t > get_range (void) in get_range() function
|
D | backbone.hpp | 117 range_it get_range (size_t pos) const in get_range() function
|
/third_party/boost/boost/geometry/srs/projections/impl/ |
D | pj_transform.hpp | 127 range_type & get_range() { return m_range; } in get_range() function 148 range_type & get_range() { return m_range; } in get_range() function 620 Range & rng = range_wrapper.get_range(); in pj_geodetic_to_geocentric() 675 Range & rng = range_wrapper.get_range(); in pj_geocentric_to_geodetic() 765 Range & rng = range_wrapper.get_range(); in pj_geocentric_to_wgs84() 822 Range & rng = range_wrapper.get_range(); in pj_geocentric_from_wgs84()
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | commands.c | 162 static int get_range(char *args, range_t * range, char **nextarg) in get_range() function 725 if (get_range(args, &range, &nextarg) == CMD_ERROR) in file_seg() 845 if (get_range(args, &range, &nextarg) == CMD_ERROR) in touch_seg() 900 if (get_range(args, &range, &nextarg) == CMD_ERROR) in map_seg() 944 if (get_range(args, &range, &nextarg) == CMD_ERROR) in mbind_seg() 1042 if (get_range(args, &range, &nextarg) == CMD_ERROR) in where_seg()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | opt_minmax.cpp | 331 get_range(ir_rvalue *rval) in get_range() function 336 minmax_range r0 = get_range(expr->operands[0]); in get_range() 337 minmax_range r1 = get_range(expr->operands[1]); in get_range() 382 limits[i] = get_range(expr->operands[i]); in prune_expression()
|
/third_party/toybox/toys/posix/ |
D | cut.c | 181 static char *get_range(void *data, char *str, int len) in get_range() function 229 if (TT.select[i]) comma_args(TT.select[i], 0, buf, get_range); in cut_main()
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | performance | 26 We also propose a get_range based method for pads so that random-access 57 1) get_range <-> pull-range-based
|
/third_party/alsa-lib/include/ |
D | mixer_abst.h | 82 int (*get_range)(snd_mixer_elem_t *elem, int dir, long *min, long *max); member
|
/third_party/alsa-lib/src/mixer/ |
D | simple.c | 285 return sm_selem_ops(elem)->get_range(elem, SM_PLAY, min, max); in snd_mixer_selem_get_playback_volume_range() 591 return sm_selem_ops(elem)->get_range(elem, SM_CAPT, min, max); in snd_mixer_selem_get_capture_volume_range()
|
D | simple_none.c | 1409 .get_range = get_range_ops,
|
/third_party/boost/boost/sort/flat_stable_sort/ |
D | flat_stable_sort.hpp | 73 using merge_block_t::get_range;
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_descriptor_set.c | 803 static uint32_t get_range(struct tu_buffer *buf, VkDeviceSize offset, in get_range() function 827 uint32_t range = get_range(buffer, buffer_info->offset, buffer_info->range); in write_buffer_descriptor() 856 uint32_t range = get_range(buffer, buffer_info->offset, buffer_info->range); in write_ubo_descriptor()
|
/third_party/boost/boost/sort/block_indirect_sort/ |
D | block_indirect_sort.hpp | 308 Iter_t last = bk.get_range(pos_index2 - 1).last; in split_range()
|
/third_party/alsa-lib/modules/mixer/simple/ |
D | sbase.c | 270 .get_range = get_range_ops,
|
D | python.c | 490 .get_range = get_range_ops,
|
/third_party/alsa-utils/amixer/ |
D | amixer.c | 216 int (*get_range)(snd_mixer_elem_t *elem, long *min, long *max); member 371 if (vol_ops[dir].v[vol_type].get_range(elem, &pmin, &pmax) < 0) in set_volume_simple()
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 423 get_range instead of this seeking nastiness.
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 48027 pull_range/get_range/create, but it's easy to miss this new case when 52722 Make filesrc handle the non-NULL buffer passed in the get_range function and 54654 Do also check if we are starting in the get_range function. 79891 basesrc: Don't use expensive cast checks in get_range. 80698 Add a method to perform get_range typefinding that also uses the 108159 Flesh out the expected behaviour of the get_range() functions. 109514 Update last_stop field in get_range mode so the position 131522 Take STREAM lock in chain(), get_range() functions so plugins
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 218336 Fixed get_range bug when injecting and stripping. And mux is almost done now. 218338 Fixed get_range bug when injecting and stripping. And mux is almost done now. 218425 Small fixes in get_range and better structure for generic muxer and demuxer. 218427 Small fixes in get_range and better structure for generic muxer and demuxer. 218489 Now works when get_range is not available upstream. 218491 Now works when get_range is not available upstream.
|