Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/timers/
Dvalid-adjtimex.c207 int set_offset(long long offset, int use_nano) in set_offset() function
267 if (set_offset(NSEC_PER_SEC - 1, 1)) in validate_set_offset()
270 if (set_offset(-NSEC_PER_SEC + 1, 1)) in validate_set_offset()
273 if (set_offset(-NSEC_PER_SEC - 1, 1)) in validate_set_offset()
276 if (set_offset(5 * NSEC_PER_SEC, 1)) in validate_set_offset()
279 if (set_offset(-5 * NSEC_PER_SEC, 1)) in validate_set_offset()
282 if (set_offset(5 * NSEC_PER_SEC + NSEC_PER_SEC / 2, 1)) in validate_set_offset()
285 if (set_offset(-5 * NSEC_PER_SEC - NSEC_PER_SEC / 2, 1)) in validate_set_offset()
288 if (set_offset(USEC_PER_SEC - 1, 0)) in validate_set_offset()
291 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.cpp38 void set_offset(uint32_t offset) { m_offset = offset; } in set_offset() function in CCodec_TiffContext
109 pTiffContext->set_offset(increment.ValueOrDie()); in tiff_read()
133 pTiffContext->set_offset(file_offset); in tiff_seek()
141 pTiffContext->set_offset(new_increment.ValueOrDie()); in tiff_seek()
147 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/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format4.h45 void set_offset(int32_t v) { offset_ = v; } in set_offset() function
/external/e2fsprogs/ext2ed/
Dext2ed.h257 extern void set_offset (char *command_line);
Dinit.c83 …add_user_command (&general_commands,"setoffset","Moves asynchronicly in the filesystem",set_offset in add_general_commands()
Dgeneral_com.c202 void set_offset (char *command_line) in set_offset() function
/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/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()
/external/v8/src/
Dassembler.h1198 void set_offset(int offset) { in set_offset() function
Dassembler.cc1791 shared_it->set_offset(offset); // Save offset for merged entries. in EmitSharedEntries()
Dfactory.cc731 slice->set_offset(offset); in NewProperSubString()
Dobjects.h10154 inline void set_offset(int offset);
/external/v8/src/arm/
Dmacro-assembler-arm.cc871 src2.set_offset(src2.offset() + 4); in Ldrd()
886 src2.set_offset(src2.offset() - 4); in Ldrd()
910 dst2.set_offset(dst2.offset() + 4); in Strd()
915 dst2.set_offset(dst2.offset() - 4); in Strd()
Dassembler-arm.h570 void set_offset(int32_t offset) { in set_offset() function
/external/vixl/src/aarch64/
Dassembler-aarch64.h256 VIXL_DEPRECATED("SetOffset", void set_offset(ptrdiff_t offset)) { in set_offset() function