Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format4.h45 void set_offset(int32_t v) { offset_ = v; } in set_offset() function
/external/tensorflow/tensorflow/core/lib/io/
Dformat.h39 void set_offset(uint64 offset) { offset_ = offset; } in set_offset() function
/external/libexif/libexif/
Dexif-mnote-data-priv.h44 void (* set_offset) (ExifMnoteData *, unsigned int); member
/external/linux-kselftest/tools/testing/selftests/timers/
Dvalid-adjtimex.c197 int set_offset(long long offset, int use_nano) in set_offset() function
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.cpp70 void TexInstruction::set_offset(unsigned index, int32_t val) in set_offset() function in r600::TexInstruction
/external/llvm-project/flang/include/flang/Common/
Dformat.h74 Token &set_offset(int offset) { in ENUM_CLASS() function
/external/mtools/
Dmpartition.c53 static void set_offset(hsc *h, unsigned long offset, int heads, int sectors) in set_offset() function
/external/e2fsprogs/ext2ed/
Dgeneral_com.c202 void set_offset (char *command_line) in set_offset() function
/external/flac/include/FLAC++/
Dmetadata.h758 inline void set_offset(FLAC__uint64 value) { object_->offset = value; } in set_offset() function
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.h177 unsigned set_offset = ctx->resource_flag_offsets[desc_set]; in get_buffer_resource_flags() local
/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp51 void set_offset(uint32_t offset) { m_offset = offset; } in set_offset() function in CTiffContext
/external/rust/crates/chrono/src/format/
Dparsed.rs306 pub fn set_offset(&mut self, value: i64) -> ParseResult<()> { in set_offset() method
/external/llvm-project/flang/include/flang/Semantics/
Dsymbol.h527 void set_offset(std::size_t offset) { offset_ = offset; } in set_offset() function
/external/rust/crates/aho-corasick/src/
Dprefilter.rs635 fn set_offset(&mut self, pos: usize, byte: u8) { in set_offset() method
/external/vixl/src/aarch64/
Dassembler-aarch64.h257 VIXL_DEPRECATED("SetOffset", void set_offset(ptrdiff_t offset)) { in set_offset() function