/third_party/node/deps/v8/include/ |
D | v8-context.h | 352 int value_offset = in GetEmbedderData() local 354 A value = I::ReadRawField<A>(embedder_data, value_offset); in GetEmbedderData() 377 int value_offset = in GetAlignedPointerFromEmbedderData() local 380 value_offset += I::kEmbedderDataSlotRawPayloadOffset; in GetAlignedPointerFromEmbedderData() 384 I::ReadExternalPointerField(isolate, embedder_data, value_offset, in GetAlignedPointerFromEmbedderData()
|
/third_party/node/deps/v8/tools/ |
D | stats-viewer.py | 389 def __init__(self, data, name_offset, value_offset): argument 399 self.value_offset = value_offset 403 return self.data.IntAt(self.value_offset) 450 value_offset = self.counter_values_offset + i * self.max_threads * 4 451 return ChromeCounter(self.data, name_offset, value_offset)
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | postprocessor.c | 196 uint64_t value_offset; member 387 pp->value_offset = 0; in post_process_urlencoded() 449 NULL, NULL, NULL, xbuf, pp->value_offset, in post_process_urlencoded() 455 pp->value_offset += xoff; in post_process_urlencoded() 775 buf, pp->value_offset, newline)) ) in process_value_to_boundary() 781 pp->value_offset += newline; in process_value_to_boundary() 999 pp->value_offset = 0; in post_process_multipart() 1061 pp->value_offset = 0; in post_process_multipart()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
D | write-barrier.cc | 131 uintptr_t value_offset) { in GenerationalBarrierSlow() argument 138 if (value_offset > 0 && age_table.GetAge(value_offset) == AgeTable::Age::kOld) in GenerationalBarrierSlow()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsck.c | 529 u16 value_offset = le16_to_cpu(attr_rec->value_offset); in check_attr_record() local 536 if (value_offset < name_offset + in check_attr_record() 546 if (value_length+value_offset > length) { in check_attr_record() 547 …offset(%d)>length(%d) for attribute 0x%x.\n", (int)value_length, (int)value_offset, (int)length, (… in check_attr_record()
|
D | ntfsinfo.c | 684 le16_to_cpu(attr->value_offset)); in ntfs_dump_attr_standard_information() 920 le16_to_cpu(attr->value_offset))); in ntfs_dump_attr_file_name() 933 le16_to_cpu(attr->value_offset)); in ntfs_dump_attr_object_id() 1138 le16_to_cpu(attr->value_offset)); in ntfs_dump_attr_security_descriptor() 1161 le16_to_cpu(attr->value_offset)); in ntfs_dump_attr_volume_name() 1189 le16_to_cpu(attr->value_offset)); in ntfs_dump_attr_volume_information() 1384 (unsigned)le16_to_cpu(a->value_offset), in ntfs_dump_attribute_header() 1385 (unsigned)le16_to_cpu(a->value_offset)); in ntfs_dump_attribute_header() 1838 index_root = (INDEX_ROOT*)((u8*)attr + le16_to_cpu(attr->value_offset)); in ntfs_dump_attr_index_root() 2028 le16_to_cpu(attr->value_offset)); in ntfs_dump_attr_reparse_point() [all …]
|
D | ntfsundelete.c | 978 filename_attr = (FILE_NAME_ATTR*)((char*)attr30 + le16_to_cpu(attr30->value_offset)); in verify_parent() 989 filename_attr = (FILE_NAME_ATTR*)((char*)attr30 + le16_to_cpu(attr30->value_offset)); in verify_parent() 1166 le16_to_cpu(rec->value_offset)); in get_filenames() 1223 le16_to_cpu(rec->value_offset)); in get_filenames() 1234 le16_to_cpu(rec->value_offset)); in get_filenames() 1304 le16_to_cpu(rec->value_offset); in get_data() 1395 si = (STANDARD_INFORMATION *) ((char *) attr10 + le16_to_cpu(attr10->value_offset)); in read_record()
|
D | ntfsls.c | 572 le16_to_cpu(attr->value_offset)); in list_dir_entry() 695 attr = (FILE_NAME_ATTR *) ((char *) rec + le16_to_cpu(rec->value_offset)); in main()
|
D | ntfstruncate.c | 464 i = le16_to_cpu(a->value_offset); in dump_resident_attr() 474 dump_resident_attr_val(a->type, (char*)a + le16_to_cpu(a->value_offset), in dump_resident_attr()
|
D | ntfscat.c | 327 iroot = (INDEX_ROOT*)((u8*)attr90 + le16_to_cpu(attr90->value_offset)); in index_get_size()
|
D | utils.c | 563 attr = (FILE_NAME_ATTR *) ((char *) rec + le16_to_cpu(rec->value_offset)); in utils_inode_get_name() 889 attr = (FILE_NAME_ATTR *)((char *)rec + le16_to_cpu(rec->value_offset)); in utils_is_metadata()
|
D | ntfsfix.c | 267 c = (VOLUME_INFORMATION*)(le16_to_cpu(a->value_offset) + (char*)a); in OLD_ntfs_volume_set_flags() 271 le16_to_cpu(a->value_offset) + in OLD_ntfs_volume_set_flags() 906 ((char*)a + le16_to_cpu(a->value_offset)); in attrlist_selfloc_condition()
|
D | mkntfs.c | 1305 rc = memcmp(val, (char*)a +le16_to_cpu(a->value_offset), in mkntfs_attr_find() 1897 a->value_offset = cpu_to_le16(24 + ((name_len*2 + 7) & ~7)); in insert_resident_attr_in_mft_record() 1903 memcpy((char*)a + le16_to_cpu(a->value_offset), val, val_len); in insert_resident_attr_in_mft_record() 1990 le16_to_cpu(ctx->attr->value_offset)); in stdinfo_time() 2033 le16_to_cpu(ctx->attr->value_offset)); in add_attr_file_name() 2467 r = (INDEX_ROOT*)((char*)a + le16_to_cpu(a->value_offset)); in upgrade_to_large_index() 2733 le16_to_cpu(a->value_offset)))->collation_rule; in insert_index_entry_in_res_dir_index() 2734 idx_header = (INDEX_HEADER*)((u8*)a + le16_to_cpu(a->value_offset) in insert_index_entry_in_res_dir_index() 4528 le16_to_cpu(a->value_offset)), in mkntfs_create_root_structures()
|
/third_party/skia/third_party/externals/piex/src/ |
D | tiff_parser.cc | 505 std::uint32_t value_offset; in ParseDirectory() local 507 Get32u(stream, ifd_offset + 10 + i, endian, &value_offset)) { in ParseDirectory() 508 value_offset += tiff_offset; in ParseDirectory() 510 value_offset = ifd_offset + 10 + i; in ParseDirectory() 518 GetData(value_offset, byte_count, stream, &error); in ParseDirectory() 522 tiff_directory->AddEntry(tag, type, number_of_elements, value_offset, data); in ParseDirectory()
|
/third_party/node/deps/v8/include/cppgc/internal/ |
D | write-barrier.h | 54 uintptr_t value_offset = 0; member 128 const void* slot, uintptr_t value_offset); 225 params.value_offset = reinterpret_cast<uintptr_t>(value) - params.start; 411 GenerationalBarrierSlow(local_data, age_table, slot, params.value_offset);
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
D | structures.c | 468 unsigned int value_offset; in SPDYF_name_value_to_stream() local 521 value_offset = offset; in SPDYF_name_value_to_stream() 537 value_size = offset - value_offset - 4; in SPDYF_name_value_to_stream() 539 memcpy(*stream + value_offset, &value_size, 4); in SPDYF_name_value_to_stream()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.cc | 1946 ldr(hi, FieldAddress(value, Mint::value_offset() + kWordSize)); in ComputeRange() 1947 ldr(lo, FieldAddress(value, Mint::value_offset())); in ComputeRange() 2828 LoadDFromOffset(dtmp, src, Double::value_offset() - kHeapObjectTag); in CopyDoubleField() 2829 StoreDToOffset(dtmp, dst, Double::value_offset() - kHeapObjectTag); in CopyDoubleField() 2831 LoadFromOffset(kWord, tmp1, src, Double::value_offset() - kHeapObjectTag); in CopyDoubleField() 2833 Double::value_offset() + kWordSize - kHeapObjectTag); in CopyDoubleField() 2834 StoreToOffset(kWord, tmp1, dst, Double::value_offset() - kHeapObjectTag); in CopyDoubleField() 2836 Double::value_offset() + kWordSize - kHeapObjectTag); in CopyDoubleField() 2844 Float32x4::value_offset() - kHeapObjectTag); in CopyFloat32x4Field() 2846 Float32x4::value_offset() - kHeapObjectTag); in CopyFloat32x4Field() [all …]
|
/third_party/ntfs-3g/libntfs-3g/ |
D | inode.c | 200 le16_to_cpu(ctx->attr->value_offset)); in ntfs_inode_real_open() 758 le16_to_cpu(ctx->attr->value_offset)); in ntfs_inode_sync_standard_information() 818 le16_to_cpu(ctx->attr->value_offset)); in ntfs_inode_sync_file_name() 826 le16_to_cpu(ctx->attr->value_offset)); in ntfs_inode_sync_file_name() 1479 le16_to_cpu(ctx->attr->value_offset)); in ntfs_inode_get_times() 1548 le16_to_cpu(ctx->attr->value_offset)); in ntfs_inode_set_times() 1583 le16_to_cpu(ctx->attr->value_offset)); in ntfs_inode_set_times()
|
D | dir.c | 288 le16_to_cpu(ctx->attr->value_offset)); in ntfs_inode_lookup_by_name() 1072 le16_to_cpu(ctx->attr->value_offset)); in ntfs_mft_get_parent_ref() 1193 le16_to_cpu(ctx->attr->value_offset)); in ntfs_readdir() 1955 le16_to_cpu(actx->attr->value_offset)); in ntfs_delete() 2315 le16_to_cpu(ctx->attr->value_offset)); in ntfs_dir_parent_inode() 2354 le16_to_cpu(ctx->attr->value_offset)); in get_dos_name() 2407 le16_to_cpu(ctx->attr->value_offset)); in get_long_name() 2433 le16_to_cpu(ctx->attr->value_offset)); in get_long_name() 2522 le16_to_cpu(actx->attr->value_offset)); in set_namespace() 2903 le16_to_cpu(actx->attr->value_offset)); in ntfs_dir_link_cnt()
|
D | volume.c | 1166 vinf = (VOLUME_INFORMATION*)(le16_to_cpu(a->value_offset) + (char*)a); in ntfs_device_mount() 1170 le16_to_cpu(a->value_offset) + le32_to_cpu( in ntfs_device_mount() 1211 vname = (ntfschar*)(le16_to_cpu(a->value_offset) + (char*)a); in ntfs_device_mount() 1769 c = (VOLUME_INFORMATION*)(le16_to_cpu(a->value_offset) + (char*)a); in ntfs_volume_write_flags() 1773 le16_to_cpu(a->value_offset) + in ntfs_volume_write_flags()
|
D | attrib.c | 176 if (le32_to_cpu(a->value_length) + le16_to_cpu(a->value_offset) in ntfs_get_attribute_value() 181 memcpy(b, (const char*)a + le16_to_cpu(a->value_offset), in ntfs_get_attribute_value() 1057 val = (char*)ctx->attr + le16_to_cpu(ctx->attr->value_offset); in ntfs_attr_pread_i() 1974 val = (char*)ctx->attr + le16_to_cpu(ctx->attr->value_offset); 2940 rc = memcmp(val, (char*)a +le16_to_cpu(a->value_offset), 3355 !memcmp((char*)a + le16_to_cpu(a->value_offset), 3477 && ((le16_to_cpu(a->value_offset) 3508 + le16_to_cpu(a->value_offset)); 3526 le16_to_cpu(a->value_offset)); 4168 a->value_offset = cpu_to_le16(length - ((size + 7) & ~7)); [all …]
|
D | attrlist.c | 155 le16_to_cpu(attr->value_offset)), (attr->non_resident) ? in ntfs_attrlist_entry_add()
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
D | pcfread.c | 644 FT_Long value_offset = props[i].value; in pcf_get_properties() local 647 if ( ( value_offset < 0 ) || in pcf_get_properties() 648 ( (FT_ULong)value_offset > string_size ) ) in pcf_get_properties() 654 if ( FT_STRDUP( properties[i].value.atom, strings + value_offset ) ) in pcf_get_properties()
|
/third_party/node/deps/v8/src/objects/ |
D | objects-body-descriptors.h | 51 int value_offset, ObjectVisitor* v);
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | storage.c | 547 layout->value_offset = off; in create_layout() 1003 VALUE* value = (VALUE*)CHARPTR_AT(storage, layout->value_offset); in layout_init() 1016 VALUE* values = (VALUE*)CHARPTR_AT(storage, layout->value_offset); in layout_mark()
|