Home
last modified time | relevance | path

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

12

/external/linux-kselftest/tools/testing/selftests/timers/
Dvalid-adjtimex.c196 int set_offset(long long offset, int use_nano) in set_offset() function
256 if (set_offset(NSEC_PER_SEC - 1, 1)) in validate_set_offset()
259 if (set_offset(-NSEC_PER_SEC + 1, 1)) in validate_set_offset()
262 if (set_offset(-NSEC_PER_SEC - 1, 1)) in validate_set_offset()
265 if (set_offset(5 * NSEC_PER_SEC, 1)) in validate_set_offset()
268 if (set_offset(-5 * NSEC_PER_SEC, 1)) in validate_set_offset()
271 if (set_offset(5 * NSEC_PER_SEC + NSEC_PER_SEC / 2, 1)) in validate_set_offset()
274 if (set_offset(-5 * NSEC_PER_SEC - NSEC_PER_SEC / 2, 1)) in validate_set_offset()
277 if (set_offset(USEC_PER_SEC - 1, 0)) in validate_set_offset()
280 if (set_offset(-USEC_PER_SEC + 1, 0)) in validate_set_offset()
[all …]
/external/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
/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp41 void set_offset(uint32_t offset) { m_offset = offset; } in set_offset() function in CTiffContext
116 pTiffContext->set_offset(increment.ValueOrDie()); in tiff_read()
139 pTiffContext->set_offset(file_offset); in tiff_seek()
147 pTiffContext->set_offset(new_increment.ValueOrDie()); in tiff_seek()
153 pTiffContext->set_offset(pTiffContext->io_in()->GetSize() - file_offset); in tiff_seek()
/external/google-breakpad/src/common/
Dtest_assembler.h450 Reference(size_t set_offset, Endianness set_endianness, size_t set_size, in Reference()
452 : offset(set_offset), endianness(set_endianness), size(set_size), in Reference()
/external/v8/src/wasm/
Dstreaming-decoder.cc51 set_offset(offset() + num_bytes); in ReadBytes()
269 set_offset(offset() + bytes_read); in ReadBytes()
275 set_offset(size()); in ReadBytes()
Dstreaming-decoder.h164 void set_offset(size_t value) { offset_ = value; } in set_offset() function
/external/tensorflow/tensorflow/core/lib/io/
Dformat.h39 void set_offset(uint64 offset) { offset_ = offset; } in set_offset() function
Dtable_builder.cc204 handle->set_offset(r->offset); in WriteRawBlock()
/external/tensorflow/tensorflow/core/util/
Dmemmapped_file_system_writer.cc130 new_directory_element->set_offset(output_file_offset_); in AddToDirectoryElement()
/external/v8/src/
Dassembler.cc245 shared_it->set_offset(offset); // Save offset for merged entries. in EmitSharedEntries()
384 request.set_offset(pc_offset()); in RequestHeapObject()
Dassembler.h119 void set_offset(int offset) { in set_offset() function
463 void set_offset(int offset) { in set_offset() function
/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/puffin/src/
Dpuffdiff.cc43 tmp->set_offset(ext.offset * coef); in CopyVectorToRpf()
/external/perfetto/include/perfetto/tracing/core/
Dcommit_data_request.h108 void set_offset(uint32_t value) { offset_ = value; } in set_offset() function
/external/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()
/external/perfetto/src/tracing/core/
Dcommit_data_request.cc255 proto->set_offset(static_cast<decltype(proto->offset())>(offset_)); in ToProto()
Dshared_memory_arbiter_impl.cc229 patch_req->set_offset(patch_list->front().offset); in UpdateCommitDataRequest()
/external/libexif/libexif/fuji/
Dexif-mnote-data-fuji.c338 d->methods.set_offset = exif_mnote_data_fuji_set_offset; in exif_mnote_data_fuji_new()
/external/tensorflow/tensorflow/contrib/kafka/kernels/
Dkafka_dataset_ops.cc200 topic_partition_->set_offset(current_pos); in RestoreInternal()
/external/perfetto/src/profiling/memory/
Dbookkeeping.cc274 mapping->set_offset(map->offset); in WriteMap()
/external/libexif/libexif/canon/
Dexif-mnote-data-canon.c376 d->methods.set_offset = exif_mnote_data_canon_set_offset; in exif_mnote_data_canon_new()
/external/libexif/libexif/pentax/
Dexif-mnote-data-pentax.c438 d->methods.set_offset = exif_mnote_data_pentax_set_offset; in exif_mnote_data_pentax_new()
/external/libexif/libexif/olympus/
Dexif-mnote-data-olympus.c648 d->methods.set_offset = exif_mnote_data_olympus_set_offset; in exif_mnote_data_olympus_new()

12