/external/linux-kselftest/tools/testing/selftests/timers/ |
D | valid-adjtimex.c | 196 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/ |
D | exif-mnote-data.c | 105 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()
|
D | exif-mnote-data-priv.h | 44 void (* set_offset) (ExifMnoteData *, unsigned int); member
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_tiffmodule.cpp | 41 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/ |
D | test_assembler.h | 450 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/ |
D | streaming-decoder.cc | 51 set_offset(offset() + num_bytes); in ReadBytes() 269 set_offset(offset() + bytes_read); in ReadBytes() 275 set_offset(size()); in ReadBytes()
|
D | streaming-decoder.h | 164 void set_offset(size_t value) { offset_ = value; } in set_offset() function
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | format.h | 39 void set_offset(uint64 offset) { offset_ = offset; } in set_offset() function
|
D | table_builder.cc | 204 handle->set_offset(r->offset); in WriteRawBlock()
|
/external/tensorflow/tensorflow/core/util/ |
D | memmapped_file_system_writer.cc | 130 new_directory_element->set_offset(output_file_offset_); in AddToDirectoryElement()
|
/external/v8/src/ |
D | assembler.cc | 245 shared_it->set_offset(offset); // Save offset for merged entries. in EmitSharedEntries() 384 request.set_offset(pc_offset()); in RequestHeapObject()
|
D | assembler.h | 119 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/ |
D | index_sub_table_format4.h | 45 void set_offset(int32_t v) { offset_ = v; } in set_offset() function
|
/external/puffin/src/ |
D | puffdiff.cc | 43 tmp->set_offset(ext.offset * coef); in CopyVectorToRpf()
|
/external/perfetto/include/perfetto/tracing/core/ |
D | commit_data_request.h | 108 void set_offset(uint32_t value) { offset_ = value; } in set_offset() function
|
/external/e2fsprogs/ext2ed/ |
D | ext2ed.h | 257 extern void set_offset (char *command_line);
|
D | init.c | 83 …d_user_command (&general_commands,"setoffset","Moves asynchronously in the filesystem",set_offset); in add_general_commands()
|
/external/perfetto/src/tracing/core/ |
D | commit_data_request.cc | 255 proto->set_offset(static_cast<decltype(proto->offset())>(offset_)); in ToProto()
|
D | shared_memory_arbiter_impl.cc | 229 patch_req->set_offset(patch_list->front().offset); in UpdateCommitDataRequest()
|
/external/libexif/libexif/fuji/ |
D | exif-mnote-data-fuji.c | 338 d->methods.set_offset = exif_mnote_data_fuji_set_offset; in exif_mnote_data_fuji_new()
|
/external/tensorflow/tensorflow/contrib/kafka/kernels/ |
D | kafka_dataset_ops.cc | 200 topic_partition_->set_offset(current_pos); in RestoreInternal()
|
/external/perfetto/src/profiling/memory/ |
D | bookkeeping.cc | 274 mapping->set_offset(map->offset); in WriteMap()
|
/external/libexif/libexif/canon/ |
D | exif-mnote-data-canon.c | 376 d->methods.set_offset = exif_mnote_data_canon_set_offset; in exif_mnote_data_canon_new()
|
/external/libexif/libexif/pentax/ |
D | exif-mnote-data-pentax.c | 438 d->methods.set_offset = exif_mnote_data_pentax_set_offset; in exif_mnote_data_pentax_new()
|
/external/libexif/libexif/olympus/ |
D | exif-mnote-data-olympus.c | 648 d->methods.set_offset = exif_mnote_data_olympus_set_offset; in exif_mnote_data_olympus_new()
|