/third_party/elfio/elfio/ |
D | elfio.hpp | 265 && (a->get_offset() > 0) in validate() 266 && (b->get_offset() > 0)) { in validate() 267 if ( is_offset_in_section( a->get_offset(), b ) in validate() 268 || is_offset_in_section( a->get_offset()+a->get_size()-1, b ) in validate() 269 || is_offset_in_section( b->get_offset(), a ) in validate() 270 || is_offset_in_section( b->get_offset()+b->get_size()-1, a )) { in validate() 288 auto sec = find_prog_section_for_offset( seg->get_offset() ); in validate() 290 auto sec_addr = get_virtual_addr( seg->get_offset(), sec ); in validate() 294 + " at offset " + to_hex_string( seg->get_offset() ) + "\n"; in validate() 310 return ( offset >= sec->get_offset() ) && in is_offset_in_section() [all …]
|
/third_party/boost/boost/date_time/ |
D | date_duration_types.hpp | 64 BOOST_CXX14_CONSTEXPR duration_type get_offset(const date_type& d) const in get_offset() function in boost::date_time::months_duration 67 return duration_type(m_adj.get_offset(d)); in get_offset() 134 return d + m.get_offset(d); in operator +() 138 return d += m.get_offset(d); in operator +=() 184 BOOST_CXX14_CONSTEXPR duration_type get_offset(const date_type& d) const in get_offset() function in boost::date_time::years_duration 187 return duration_type(m_adj.get_offset(d)); in get_offset() 244 return d + y.get_offset(d); in operator +() 248 return d += y.get_offset(d); in operator +=()
|
D | date_iterator.hpp | 46 current_ = current_ + get_offset(current_); in operator ++() 54 virtual duration_type get_offset(const date_type& current) const=0; 85 virtual duration_type get_offset(const date_type& current) const in get_offset() function in boost::date_time::date_itr 87 return of_.get_offset(current); in get_offset()
|
D | adjust_functors.hpp | 26 duration_type get_offset(const date_type&) const in get_offset() function in boost::date_time::day_functor 58 duration_type get_offset(const date_type& d) const in get_offset() function in boost::date_time::month_functor 127 duration_type get_offset(const date_type&) const in get_offset() function in boost::date_time::week_functor 147 duration_type get_offset(const date_type& d) const in get_offset() function in boost::date_time::year_functor 149 return _mf.get_offset(d); in get_offset()
|
/third_party/boost/boost/date_time/local_time/ |
D | date_duration_operators.hpp | 33 return t + m.get_offset(t.utc_time().date()); in operator +() 43 return t += m.get_offset(t.utc_time().date()); in operator +=() 77 return t + y.get_offset(t.utc_time().date()); in operator +() 87 return t += y.get_offset(t.utc_time().date()); in operator +=()
|
/third_party/boost/boost/date_time/posix_time/ |
D | date_duration_operators.hpp | 33 return t + m.get_offset(t.date()); in operator +() 44 return t += m.get_offset(t.date()); in operator +=() 77 return t + y.get_offset(t.date()); in operator +() 87 return t += y.get_offset(t.date()); in operator +=()
|
/third_party/boost/boost/locale/boundary/ |
D | index.hpp | 289 std::advance(value_.first,get_offset(current_.first)); in set() 291 … std::advance(value_.second,get_offset(current_.second) - get_offset(current_.first)); in set() 298 … std::ptrdiff_t first_diff = get_offset(pos.first) - get_offset(current_.first); in update_current() 299 … std::ptrdiff_t second_diff = get_offset(pos.second) - get_offset(current_.second); in update_current() 312 size_t get_offset(size_t ind) const in get_offset() function in boost::locale::boundary::details::segment_index_iterator 438 std::ptrdiff_t diff = get_offset(current_) - dist; in set() 446 std::ptrdiff_t diff = get_offset(pos) - get_offset(current_); in update_current() 460 size_t get_offset(size_t ind) const in get_offset() function in boost::locale::boundary::details::boundary_point_index_iterator
|
/third_party/mesa3d/src/freedreno/afuc/ |
D | emu-regs.c | 314 unsigned (*get_offset)(const char *name); member 320 .get_offset = afuc_control_reg, 326 .get_offset = afuc_pipe_reg, 332 .get_offset = afuc_gpu_reg, 341 reg->offset = reg->accessor->get_offset(reg->name); in emu_reg_offset()
|
/third_party/mesa3d/src/mesa/tnl/ |
D | t_vertex_sse.c | 295 static GLint get_offset( const void *a, const void *b ) in get_offset() function 310 struct x86_reg ptr_to_src = x86_make_disp(vtxREG, get_offset(vtx, &a->inputptr)); in get_src_ptr() 324 struct x86_reg ptr_to_src = x86_make_disp(vtxREG, get_offset(vtx, &a->inputptr)); in update_src_ptr() 381 x86_mov(&p->func, vtxESI, x86_make_disp(vtxESI, get_offset(ctx, &ctx->swtnl_context))); in build_vertex_emit() 382 vtxESI = x86_make_disp(vtxESI, get_offset(tnl, &tnl->clipspace)); in build_vertex_emit() 388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0]))); in build_vertex_emit() 389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); in build_vertex_emit() 394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0]))); in build_vertex_emit() 395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0]))); in build_vertex_emit()
|
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 135 get_offset(const void *a, const void *b) in get_offset() function 170 get_offset(p, &p->consts[id][0]))); in get_const() 1077 x86_make_disp(p->machine_EDI, get_offset(p, &p->instance_id)); in init_inputs() 1079 x86_make_disp(p->machine_EDI, get_offset(p, &p->start_instance)); in init_inputs() 1087 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->max_index)); in init_inputs() 1089 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->stride)); in init_inputs() 1091 x86_make_disp(p->machine_EDI, get_offset(p, &variant->ptr)); in init_inputs() 1093 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->base_ptr)); in init_inputs() 1169 return x86_make_disp(p->machine_EDI, get_offset(p, &p->instance_id)); in get_buffer_ptr() 1178 get_offset(p, &p->buffer_variant[var_idx].ptr)); in get_buffer_ptr() [all …]
|
/third_party/boost/boost/gil/extension/io/bmp/detail/ |
D | read.hpp | 238 long get_offset( std::ptrdiff_t pos ) in get_offset() function in boost::gil::reader 276 this->_io_dev.seek( get_offset( y + this->_settings._top_left.y )); in read_palette_image() 355 this->_io_dev.seek( get_offset( y + this->_settings._top_left.y )); in read_data_15() 413 this->_io_dev.seek( get_offset( y + this->_settings._top_left.y )); in read_data() 617 if( ( stream_pos - get_offset( 0 )) & 1 ) in read_palette_image_rle()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-var-gvar-table.hh | 398 c->check_array (((const HBUINT8*)&(this+dataZ)) + get_offset (0), in sanitize_shallow() 399 get_offset (glyphCount) - get_offset (0))); in sanitize_shallow() 484 unsigned start_offset = get_offset (glyph); in get_glyph_var_data_bytes() 485 unsigned length = get_offset (glyph+1) - start_offset; in get_glyph_var_data_bytes() 492 unsigned get_offset (unsigned i) const in get_offset() function
|
/third_party/harfbuzz/src/ |
D | hb-ot-var-gvar-table.hh | 398 c->check_array (((const HBUINT8*)&(this+dataZ)) + get_offset (0), in sanitize_shallow() 399 get_offset (glyphCount) - get_offset (0))); in sanitize_shallow() 480 unsigned start_offset = get_offset (glyph); in get_glyph_var_data_bytes() 481 unsigned length = get_offset (glyph+1) - start_offset; in get_glyph_var_data_bytes() 488 unsigned get_offset (unsigned i) const in get_offset() function
|
/third_party/boost/libs/dll/test/ |
D | structures_tests.cpp | 32 inline std::size_t get_offset(const T1& v1, const T2& v2) { in get_offset() function 45 BOOST_TEST(get_offset(v1, v1.Field) == get_offset(v2, v2.Field)) \
|
/third_party/boost/boost/interprocess/ |
D | offset_ptr.hpp | 286 : internal(ipcdetail::offset_ptr_to_offset_from_other(this, &ptr, ptr.get_offset())) in offset_ptr() 345 BOOST_INTERPROCESS_FORCEINLINE offset_type get_offset() const BOOST_NOEXCEPT in get_offset() function in boost::interprocess::offset_ptr 565 …al.m_offset = ipcdetail::offset_ptr_to_offset_from_other<OffsetType>(this, &ptr, ptr.get_offset()); in assign() 598 { return os << p.get_offset(); } in operator <<() 605 { return is >> p.get_offset(); } in operator >>()
|
/third_party/mindspore/mindspore/core/ops/ |
D | prior_box.h | 168 float get_offset() const;
|
D | prior_box.cc | 100 float PriorBox::get_offset() const { in get_offset() function in mindspore::ops::PriorBox
|
/third_party/elfio/examples/anonymizer/ |
D | anonymizer.cpp | 73 overwrite_data( filename, s->get_offset() + index, str ); in process_string_table()
|
/third_party/boost/boost/range/adaptor/ |
D | strided.hpp | 186 , m_offset(other.get_offset()) in strided_iterator() 197 difference_type get_offset() const in get_offset() function in boost::range_detail::strided_iterator 248 (other.get_index() + other.get_offset()); in equal()
|
/third_party/mindspore/tests/ut/cpp/ops/ |
D | test_ops_prior_box.cc | 48 EXPECT_EQ((int64_t)(prior_box->get_offset() - 0.1), 0); in TEST_F()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | link_varyings.h | 153 unsigned get_offset() const in get_offset() function
|
/third_party/flutter/flutter/packages/flutter_driver/test/ |
D | flutter_driver_test.dart | 276 'command': 'get_offset', 295 'command': 'get_offset', 314 'command': 'get_offset', 333 'command': 'get_offset', 352 'command': 'get_offset',
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_tex.h | 87 int get_offset(unsigned index) const;
|
/third_party/flutter/flutter/packages/flutter_driver/lib/src/common/ |
D | geometry.dart | 52 String get kind => 'get_offset';
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-common.hh | 108 const OffsetTo<Type>& get_offset (unsigned int i) const in get_offset() function 110 OffsetTo<Type>& get_offset (unsigned int i) in get_offset() function 136 { return this+this->get_offset (i); } in operator []() 145 out->get_offset (i).serialize_subset (c, this->get_offset (i), this, out); in subset()
|