Home
last modified time | relevance | path

Searched refs:set_offset (Results 1 – 22 of 22) sorted by relevance

/third_party/libexif/libexif/
Dexif-mnote-data.c105 if (!d || !d->methods.set_offset) return; in exif_mnote_data_set_offset()
106 d->methods.set_offset (d, o); in exif_mnote_data_set_offset()
Dexif-mnote-data-priv.h44 void (* set_offset) (ExifMnoteData *, unsigned int); member
/third_party/mindspore/mindspore/core/ops/
Dprior_box.cc98 void PriorBox::set_offset(const float offset) { (void)this->AddAttr(kOffset, MakeValue(offset)); } in set_offset() function in mindspore::ops::PriorBox
119 this->set_offset(offset); in Init()
Dprior_box.h113 void set_offset(const float offset);
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.h86 void set_offset(unsigned index, int32_t val);
Dsfn_instruction_tex.cpp70 void TexInstruction::set_offset(unsigned index, int32_t val) in set_offset() function in r600::TexInstruction
Dsfn_emittexinstruction.cpp640 ir->set_offset(i, literal[i].i32); in set_offsets()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format4.h45 void set_offset(int32_t v) { offset_ = v; } in set_offset() function
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format4.h45 void set_offset(int32_t v) { offset_ = v; } in set_offset() function
/third_party/elfio/elfio/
Delfio_segment.hpp136 void set_offset( Elf64_Off value ) in set_offset() function in ELFIO::segment_impl
Delfio.hpp660 sec->set_offset( current_file_pos ); in layout_sections_without_segments()
807 sec->set_offset( current_file_pos ); in layout_segments_and_their_sections()
825 seg->set_offset( seg_start_pos ); in layout_segments_and_their_sections()
/third_party/e2fsprogs/ext2ed/
Dext2ed.h257 extern void set_offset (char *command_line);
Dinit.c83 …d_user_command (&general_commands,"setoffset","Moves asynchronously in the filesystem",set_offset); in add_general_commands()
Dgeneral_com.c202 void set_offset (char *command_line) in set_offset() function
/third_party/libexif/libexif/fuji/
Dexif-mnote-data-fuji.c354 d->methods.set_offset = exif_mnote_data_fuji_set_offset; in exif_mnote_data_fuji_new()
/third_party/libexif/libexif/canon/
Dexif-mnote-data-canon.c414 d->methods.set_offset = exif_mnote_data_canon_set_offset; in exif_mnote_data_canon_new()
/third_party/libexif/libexif/pentax/
Dexif-mnote-data-pentax.c462 d->methods.set_offset = exif_mnote_data_pentax_set_offset; in exif_mnote_data_pentax_new()
/third_party/libexif/libexif/olympus/
Dexif-mnote-data-olympus.c661 d->methods.set_offset = exif_mnote_data_olympus_set_offset; in exif_mnote_data_olympus_new()
/third_party/mindspore/mindspore/dataset/engine/
Dsamplers.py416 def set_offset(self, offset): member in DistributedSampler
Ddatasets.py3045 tem_sampler.set_offset(cumulative_samples_nums)
/third_party/weston/libweston-desktop/
Dxdg-shell-v6.c302 .set_offset = weston_desktop_xdg_positioner_protocol_set_offset,
Dxdg-shell.c320 .set_offset = weston_desktop_xdg_positioner_protocol_set_offset,