/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | lang.c | 213 iso_639_codes[i].name_offset, in gst_tag_get_iso_639_ht() 214 iso_639_names + iso_639_codes[i].name_offset); in gst_tag_get_iso_639_ht() 221 g_intern_static_string (iso_639_names + iso_639_codes[i].name_offset); in gst_tag_get_iso_639_ht() 226 (gpointer) (iso_639_names + iso_639_codes[i].name_offset)); in gst_tag_get_iso_639_ht() 228 (gpointer) (iso_639_names + iso_639_codes[i].name_offset)); in gst_tag_get_iso_639_ht() 406 iso_639_codes[i].name_offset == iso_639_codes[i - 1].name_offset) { in gst_tag_get_language_code_iso_639_2X() 410 iso_639_codes[i].name_offset == iso_639_codes[i + 1].name_offset) { in gst_tag_get_language_code_iso_639_2X()
|
D | mklangtables.c | 41 guint name_offset; /* offset into string table */ member 80 lang->name_offset = names->len; in dump_languages() 83 lang->name_offset -= num_escaped * 3; in dump_languages() 100 lang->code_1, lang->code_2t, lang->name_offset); in dump_languages() 104 lang->code_1, lang->code_2t, lang->name_offset); in dump_languages() 106 lang->code_1, lang->code_2b, lang->name_offset); in dump_languages()
|
/third_party/mesa3d/src/mapi/shared-glapi/tests/ |
D | check_table.cpp | 30 struct name_offset { struct 35 extern const struct name_offset linux_gl_abi[]; argument 59 const struct name_offset linux_gl_abi[] = {
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttbdf.c | 199 FT_UInt32 name_offset = FT_PEEK_ULONG( p ); in tt_face_find_bdf_prop() local 203 if ( name_offset < bdf->strings_size && in tt_face_find_bdf_prop() 204 property_len < bdf->strings_size - name_offset && in tt_face_find_bdf_prop() 206 (const char*)bdf->strings + name_offset, in tt_face_find_bdf_prop() 207 bdf->strings_size - name_offset ) == 0 ) in tt_face_find_bdf_prop()
|
/third_party/elfutils/libdwfl/ |
D | linux-core-attach.c | 105 size_t name_offset; in core_next_thread() local 128 &nhdr, &name_offset, in core_next_thread() 133 ? "" : note_data->d_buf + name_offset); in core_next_thread() 175 size_t name_offset; in core_set_initial_registers() local 181 size_t getnote_err = gelf_getnote (note_data, offset, &nhdr, &name_offset, in core_set_initial_registers() 188 ? "" : note_data->d_buf + name_offset); in core_set_initial_registers() 373 size_t name_offset; in dwfl_core_file_attach() local 377 &nhdr, &name_offset, &desc_offset)) > 0) in dwfl_core_file_attach() 381 ? "" : note_data->d_buf + name_offset); in dwfl_core_file_attach()
|
/third_party/node/deps/v8/tools/ |
D | stats-viewer.py | 389 def __init__(self, data, name_offset, value_offset): argument 398 self.name_offset = name_offset 408 index = self.name_offset 442 name_offset = self.counter_names_offset + i * self._COUNTER_NAME_SIZE 443 if self.data.ByteAt(name_offset) == 0: 449 name_offset = self.counter_names_offset + i * self._COUNTER_NAME_SIZE 451 return ChromeCounter(self.data, name_offset, value_offset)
|
/third_party/elfutils/libelf/ |
D | gelf_getnote.c | 41 size_t *name_offset, size_t *desc_offset) in gelf_getnote() argument 82 *name_offset = offset; in gelf_getnote()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsck.c | 423 u16 name_offset; in check_attr_record() local 485 name_offset = le16_to_cpu(attr_rec->name_offset); in check_attr_record() 533 if (name_offset < 24) in check_attr_record() 536 if (value_offset < name_offset + in check_attr_record()
|
D | ntfstruncate.c | 568 printf("Name offset = %u (0x%x)\n", le16_to_cpu(a->name_offset), in dump_attr_record() 569 le16_to_cpu(a->name_offset)); in dump_attr_record() 573 le16_to_cpu(a->name_offset)), in dump_attr_record()
|
D | ntfsinfo.c | 790 (unsigned)entry->name_offset, in ntfs_dump_attr_list() 791 (unsigned)entry->name_offset); in ntfs_dump_attr_list() 820 ntfs_dump_bytes((u8 *)entry, entry->name_offset + in ntfs_dump_attr_list() 1266 name = (ntfschar *)((u8 *)attr + le16_to_cpu(attr->name_offset)); in ntfs_dump_sds() 1356 (unsigned)le16_to_cpu(a->name_offset), in ntfs_dump_attribute_header() 1357 (unsigned)le16_to_cpu(a->name_offset)); in ntfs_dump_attribute_header() 1744 (ntfschar*)((char*)(attr) + le16_to_cpu((attr)->name_offset)), \ 1946 name = (ntfschar *)((u8 *)attr + le16_to_cpu(attr->name_offset)); in ntfs_dump_attr_index_allocation()
|
D | utils.h | 135 return (ntfschar*)((u8*)attr + le16_to_cpu(attr->name_offset)); in ntfs_attr_get_name()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | attrlist.c | 151 ((u8*)attr + le16_to_cpu(attr->name_offset)) : in ntfs_attrlist_entry_add() 192 ale->name_offset = offsetof(ATTR_LIST_ENTRY, name); in ntfs_attrlist_entry_add() 199 memcpy(ale->name, (u8 *)attr + le16_to_cpu(attr->name_offset), in ntfs_attrlist_entry_add()
|
D | attrib.c | 458 + le16_to_cpu(a->name_offset)); in ntfs_attr_open() 2904 && ((le16_to_cpu(a->name_offset) 2914 le16_to_cpu(a->name_offset)), 3201 && ((u8*)al_entry + al_entry->name_offset 3215 al_name = (ntfschar*)((u8*)al_entry + al_entry->name_offset); 3263 next_al_entry->name_offset), 3342 le16_to_cpu(a->name_offset)), 3460 && (((u32)le16_to_cpu(a->name_offset) 3481 && (((u32)le16_to_cpu(a->name_offset) 4162 a->name_offset = (name_len [all …]
|
D | efs.c | 156 (ntfschar*)((u8*)a + le16_to_cpu(a->name_offset)), in fixup_loop()
|
D | inode.c | 1171 ale->name_offset = (u8 *)ale->name - (u8 *)ale; in ntfs_inode_add_attrlist() 1180 le16_to_cpu(ctx->attr->name_offset), in ntfs_inode_add_attrlist() 1444 (ntfschar *)((u8 *)attr + le16_to_cpu(attr->name_offset)), in ntfs_inode_badclus_bad()
|
/third_party/ffmpeg/libavformat/ |
D | aaxdec.c | 46 int64_t name_offset; member 128 a->name_offset = avio_rb32(pb); in aax_read_header() 143 if (a->strings_size <= 0 || a->name_offset >= a->strings_size || in aax_read_header() 288 codec = a->string_table + a->name_offset; in aax_read_header()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | eg_debug.c | 85 const char *reg_name = egd_strings + reg->name_offset; in eg_dump_reg() 114 fprintf(file, "%s = ", egd_strings + field->name_offset); in eg_dump_reg() 160 const char *name = egd_strings + packet3_table[i].name_offset; in ac_parse_packet3()
|
/third_party/pcre2/pcre2/maint/ |
D | ucptest.c | 338 const char *s = PRIV(utt_names) + (PRIV(utt) + foundlist[i])->name_offset; in get_propname() 589 PRIV(utt_names) + u->name_offset) == 0) in find_chars() 628 PRIV(utt_names) + u->name_offset) == 0) in find_chars() 950 printf("%s\n", PRIV(utt_names) + PRIV(utt)[i].name_offset); in process_command_line() 957 printf("%s\n", PRIV(utt_names) + PRIV(utt)[i].name_offset); in process_command_line()
|
/third_party/elfutils/src/ |
D | elfcmp.c | 430 size_t name_offset; in main() local 434 &name_offset, &desc_offset)) > 0) in main() 437 ? "" : data1->d_buf + name_offset); in main() 448 &name_offset, &desc_offset); in main() 454 ? "" : data2->d_buf + name_offset); in main()
|
/third_party/mesa3d/src/amd/common/ |
D | ac_debug.c | 161 return reg ? sid_strings + reg->name_offset : "(no name)"; in ac_get_register_name() 170 const char *reg_name = sid_strings + reg->name_offset; in ac_dump_reg() 196 fprintf(file, "%s = ", sid_strings + field->name_offset); in ac_dump_reg() 273 const char *name = sid_strings + packet3_table[i].name_offset; in ac_parse_packet3()
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 30 struct name_offset { struct 35 extern const struct name_offset linux_gl_abi[]; argument 36 extern const struct name_offset known_dispatch[]; 149 const struct name_offset linux_gl_abi[] = { 563 const struct name_offset known_dispatch[] = {
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
D | pcfread.c | 625 FT_Long name_offset = props[i].name; in pcf_get_properties() local 628 if ( ( name_offset < 0 ) || in pcf_get_properties() 629 ( (FT_ULong)name_offset > string_size ) ) in pcf_get_properties() 635 if ( FT_STRDUP( properties[i].name, strings + name_offset ) ) in pcf_get_properties()
|
/third_party/node/deps/v8/src/objects/ |
D | js-regexp.cc | 77 int name_offset = base_offset; in BuildIndices() local 79 Handle<String> name(String::cast(names->get(name_offset)), isolate); in BuildIndices()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 136 return "__szwasm_" + toStdString(Module->GetName(Export.name_offset, in getFunctionName() 1543 Module->GetName(Export.name_offset, Export.name_length)) in translate() 1544 << " (" << Export.name_offset << ", " << Export.name_length << ")"); in translate() 1553 << toStdString(Module->GetName(F.name_offset, F.name_length)) in translate() 1554 << " (" << F.name_offset << ", " << F.name_length << ")"); in translate()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | layout.h | 731 /* 10*/ le16 name_offset; /* If name_length != 0, the byte offset to the member 1027 /* 7*/ u8 name_offset; /* Byte offset to beginning of attribute name member
|