Home
last modified time | relevance | path

Searched defs:set_offset (Results 1 – 13 of 13) 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/v8/src/codegen/
Dconstant-pool.h55 void set_offset(int offset) { in set_offset() function
Dassembler.h128 void set_offset(int offset) { in set_offset() function
/external/e2fsprogs/ext2ed/
Dgeneral_com.c202 void set_offset (char *command_line) 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/v8/src/codegen/arm/
Dassembler-arm.h214 void set_offset(int32_t offset) { in set_offset() function
/external/v8/src/wasm/
Dstreaming-decoder.cc133 void set_offset(size_t value) { offset_ = value; } in set_offset() function in v8::internal::wasm::AsyncStreamingDecoder::DecodingState
/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp51 void set_offset(uint32_t offset) { m_offset = offset; } in set_offset() function in CTiffContext
/external/vixl/src/aarch64/
Dassembler-aarch64.h257 VIXL_DEPRECATED("SetOffset", void set_offset(ptrdiff_t offset)) { in set_offset() function