/external/linux-kselftest/tools/testing/selftests/timers/ |
D | valid-adjtimex.c | 207 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/ |
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 | 38 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/ |
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/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/e2fsprogs/ext2ed/ |
D | ext2ed.h | 257 extern void set_offset (char *command_line);
|
D | init.c | 83 …add_user_command (&general_commands,"setoffset","Moves asynchronicly in the filesystem",set_offset… in add_general_commands()
|
D | general_com.c | 202 void set_offset (char *command_line) in set_offset() function
|
/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/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()
|
/external/v8/src/ |
D | assembler.h | 1198 void set_offset(int offset) { in set_offset() function
|
D | assembler.cc | 1791 shared_it->set_offset(offset); // Save offset for merged entries. in EmitSharedEntries()
|
D | factory.cc | 731 slice->set_offset(offset); in NewProperSubString()
|
D | objects.h | 10154 inline void set_offset(int offset);
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 871 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()
|
D | assembler-arm.h | 570 void set_offset(int32_t offset) { in set_offset() function
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 256 VIXL_DEPRECATED("SetOffset", void set_offset(ptrdiff_t offset)) { in set_offset() function
|