/third_party/libexif/libexif/ |
H A D | exif-content.h | 35 #include <libexif/exif-entry.h> 96 * \pre The "tag" member of the entry must be set on entry. 99 * \param[in] entry EXIF entry to add 101 void exif_content_add_entry (ExifContent *c, ExifEntry *entry); 107 * \param[in] e EXIF entry to remove 123 * each entry in this IFD to fix existing entries, create any new entries 137 * \param[in] func function to call for each entry
|
/third_party/node/deps/v8/src/profiler/ |
H A D | profile-generator-inl.h | 32 ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry, in ProfileNode() argument 35 entry_(entry), in ProfileNode()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | operand.h | 39 // operand's group. A handle of the operand table entry for this operand will 40 // be written into *entry. 46 spv_operand_desc* entry); 49 // operand's group. A handle of the operand table entry for this operand will 50 // be written into *entry. 55 spv_operand_desc* entry);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | operand.h | 39 // operand's group. A handle of the operand table entry for this operand will 40 // be written into *entry. 46 spv_operand_desc* entry); 49 // operand's group. A handle of the operand table entry for this operand will 50 // be written into *entry. 55 spv_operand_desc* entry);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | SamplerHeapCacheD3D12.h | 26 // Each entry represents one or more sampler descriptors that co-exist in a CPU and 30 // The BindGroupLayout hands out these entries upon constructing the bindgroup. If the entry is not 63 size_t operator()(const SamplerHeapCacheEntry* entry) const; 93 void RemoveCacheEntry(SamplerHeapCacheEntry* entry);
|
/third_party/skia/modules/skparagraph/include/ |
H A D | ParagraphCache.h | 45 void updateFrom(const ParagraphImpl* paragraph, Entry* entry); 46 void updateTo(ParagraphImpl* paragraph, const Entry* entry);
|
/third_party/spirv-tools/source/ |
H A D | operand.h | 39 // operand's group. A handle of the operand table entry for this operand will 40 // be written into *entry. 46 spv_operand_desc* entry); 49 // operand's group. A handle of the operand table entry for this operand will 50 // be written into *entry. 55 spv_operand_desc* entry);
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | pci.c | 166 struct msi_desc *entry; in pnv_setup_msi_irqs() local 178 for_each_pci_msi_entry(entry, pdev) { in pnv_setup_msi_irqs() 179 if (!entry->msi_attrib.is_64 && !phb->msi32_support) { in pnv_setup_msi_irqs() 198 virq, entry->msi_attrib.is_64, &msg); in pnv_setup_msi_irqs() 205 irq_set_msi_desc(virq, entry); in pnv_setup_msi_irqs() 214 struct msi_desc *entry; in pnv_teardown_msi_irqs() local 220 for_each_pci_msi_entry(entry, pdev) { in pnv_teardown_msi_irqs() 221 if (!entry->irq) in pnv_teardown_msi_irqs() 223 hwirq = virq_to_hw(entry->irq); in pnv_teardown_msi_irqs() 224 irq_set_msi_desc(entry in pnv_teardown_msi_irqs() [all...] |
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | dwarf.c | 260 * @addr: the address of the entry 261 * @len: the length of the entry 263 * Read the initial_length field of the entry and store the size of 264 * the entry in @len. We return the number of bytes read. Return a 735 static int dwarf_parse_cie(void *entry, void *p, unsigned long len, in dwarf_parse_cie() argument 756 cie->cie_pointer = (unsigned long)entry; in dwarf_parse_cie() 865 static int dwarf_parse_fde(void *entry, u32 entry_type, in dwarf_parse_fde() argument 1028 void *p, *entry; in dwarf_parse_section() local 1036 entry = eh_frame_start; in dwarf_parse_section() 1038 while ((char *)entry < eh_frame_en in dwarf_parse_section() [all...] |
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | dwarf.c | 260 * @addr: the address of the entry 261 * @len: the length of the entry 263 * Read the initial_length field of the entry and store the size of 264 * the entry in @len. We return the number of bytes read. Return a 735 static int dwarf_parse_cie(void *entry, void *p, unsigned long len, in dwarf_parse_cie() argument 756 cie->cie_pointer = (unsigned long)entry; in dwarf_parse_cie() 865 static int dwarf_parse_fde(void *entry, u32 entry_type, in dwarf_parse_fde() argument 1028 void *p, *entry; in dwarf_parse_section() local 1036 entry = eh_frame_start; in dwarf_parse_section() 1038 while ((char *)entry < eh_frame_en in dwarf_parse_section() [all...] |
/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
H A D | dm-array.c | 99 unsigned char *entry = (unsigned char *) (ab + 1); in element_at() local 101 entry += index * info->value_type.size; in element_at() 103 return entry; in element_at() 775 unsigned entry, max_entries; in dm_array_get_value() local 784 entry = index % max_entries; in dm_array_get_value() 785 if (entry >= le32_to_cpu(ab->nr_entries)) in dm_array_get_value() 788 memcpy(value_le, element_at(info, ab, entry), in dm_array_get_value() 804 unsigned entry; in array_set_value() local 816 entry = index % max_entries; in array_set_value() 817 if (entry > in array_set_value() [all...] |
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pcie-rockchip-host.c | 786 struct resource_entry *entry; in rockchip_pcie_cfg_atu() local 794 entry = resource_list_first_type(&bridge->windows, IORESOURCE_MEM); in rockchip_pcie_cfg_atu() 795 if (!entry) in rockchip_pcie_cfg_atu() 798 size = resource_size(entry->res); in rockchip_pcie_cfg_atu() 799 pci_addr = entry->res->start - entry->offset; in rockchip_pcie_cfg_atu() 820 entry = resource_list_first_type(&bridge->windows, IORESOURCE_IO); in rockchip_pcie_cfg_atu() 821 if (!entry) in rockchip_pcie_cfg_atu() 827 size = resource_size(entry->res); in rockchip_pcie_cfg_atu() 828 pci_addr = entry in rockchip_pcie_cfg_atu() [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/ |
H A D | hwa742.c | 77 struct list_head entry; member 241 struct hwa742_request, entry); in alloc_req() 242 list_del(&req->entry); in alloc_req() 245 INIT_LIST_HEAD(&req->entry); in alloc_req() 257 list_move(&req->entry, &hwa742.free_req_list); in free_req() 276 struct hwa742_request, entry); in process_pending_requests() 412 list_add_tail(&req->entry, req_head); \ 470 last = list_entry(req_list.prev, struct hwa742_request, entry); in hwa742_update_window_auto() 501 last = list_entry(req_list.prev, struct hwa742_request, entry); in hwa742_update_window_async() 554 list_add(&req->entry, in hwa742_sync() [all...] |
/kernel/linux/linux-5.10/sound/core/ |
H A D | init.c | 722 /* loop for (arraysize-1) here to keep NULL at the last entry */ in snd_card_add_dev_attr() 795 static void snd_card_info_read(struct snd_info_entry *entry, in snd_card_info_read() argument 841 static void snd_card_module_info_read(struct snd_info_entry *entry, in snd_card_module_info_read() argument 859 struct snd_info_entry *entry; in snd_card_info_init() local 861 entry = snd_info_create_module_entry(THIS_MODULE, "cards", NULL); in snd_card_info_init() 862 if (! entry) in snd_card_info_init() 864 entry->c.text.read = snd_card_info_read; in snd_card_info_init() 865 if (snd_info_register(entry) < 0) in snd_card_info_init() 869 entry = snd_info_create_module_entry(THIS_MODULE, "modules", NULL); in snd_card_info_init() 870 if (!entry) in snd_card_info_init() [all...] |
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | stackmap.c | 41 static void do_up_read(struct irq_work *entry) in do_up_read() argument 48 work = container_of(entry, struct stack_map_irq_work, irq_work); in do_up_read() 344 /* per entry fall back to ips */ in stack_map_get_build_id_offset() 367 struct perf_callchain_entry *entry; in get_callchain_entry_for_task() local 370 entry = get_callchain_entry(&rctx); in get_callchain_entry_for_task() 372 if (!entry) in get_callchain_entry_for_task() 375 entry->nr = stack_trace_save_tsk(task, (unsigned long *)entry->ip, in get_callchain_entry_for_task() 383 unsigned long *from = (unsigned long *) entry->ip; in get_callchain_entry_for_task() 384 u64 *to = entry in get_callchain_entry_for_task() [all...] |
/kernel/linux/linux-6.6/drivers/accel/ivpu/ |
H A D | ivpu_mmu.c | 560 u64 *entry = strtab->base + (sid * IVPU_MMU_STRTAB_ENT_SIZE); in ivpu_mmu_strtab_link_cd() local 580 WRITE_ONCE(entry[1], str[1]); in ivpu_mmu_strtab_link_cd() 581 WRITE_ONCE(entry[0], str[0]); in ivpu_mmu_strtab_link_cd() 583 clflush_cache_range(entry, IVPU_MMU_STRTAB_ENT_SIZE); in ivpu_mmu_strtab_link_cd() 585 ivpu_dbg(vdev, MMU, "STRTAB write entry (SSID=%u): 0x%llx, 0x%llx\n", sid, str[0], str[1]); in ivpu_mmu_strtab_link_cd() 619 u64 *entry; in ivpu_mmu_cd_add() local 626 entry = cdtab->base + (ssid * IVPU_MMU_CDTAB_ENT_SIZE); in ivpu_mmu_cd_add() 652 WRITE_ONCE(entry[1], cd[1]); in ivpu_mmu_cd_add() 653 WRITE_ONCE(entry[2], cd[2]); in ivpu_mmu_cd_add() 654 WRITE_ONCE(entry[ in ivpu_mmu_cd_add() [all...] |
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pcie-rockchip-host.c | 778 struct resource_entry *entry; in rockchip_pcie_cfg_atu() local 786 entry = resource_list_first_type(&bridge->windows, IORESOURCE_MEM); in rockchip_pcie_cfg_atu() 787 if (!entry) in rockchip_pcie_cfg_atu() 790 size = resource_size(entry->res); in rockchip_pcie_cfg_atu() 791 pci_addr = entry->res->start - entry->offset; in rockchip_pcie_cfg_atu() 812 entry = resource_list_first_type(&bridge->windows, IORESOURCE_IO); in rockchip_pcie_cfg_atu() 813 if (!entry) in rockchip_pcie_cfg_atu() 819 size = resource_size(entry->res); in rockchip_pcie_cfg_atu() 820 pci_addr = entry in rockchip_pcie_cfg_atu() [all...] |
/kernel/linux/linux-6.6/drivers/md/persistent-data/ |
H A D | dm-array.c | 100 unsigned char *entry = (unsigned char *) (ab + 1); in element_at() local 102 entry += index * info->value_type.size; in element_at() 104 return entry; in element_at() 785 unsigned int entry, max_entries; in dm_array_get_value() local 794 entry = index % max_entries; in dm_array_get_value() 795 if (entry >= le32_to_cpu(ab->nr_entries)) in dm_array_get_value() 798 memcpy(value_le, element_at(info, ab, entry), in dm_array_get_value() 814 unsigned int entry; in array_set_value() local 826 entry = index % max_entries; in array_set_value() 827 if (entry > in array_set_value() [all...] |
/kernel/linux/linux-6.6/sound/core/ |
H A D | init.c | 845 /* loop for (arraysize-1) here to keep NULL at the last entry */ in snd_card_add_dev_attr() 933 static void snd_card_info_read(struct snd_info_entry *entry, in snd_card_info_read() argument 981 static void snd_card_module_info_read(struct snd_info_entry *entry, in snd_card_module_info_read() argument 1000 struct snd_info_entry *entry; in snd_card_info_init() local 1002 entry = snd_info_create_module_entry(THIS_MODULE, "cards", NULL); in snd_card_info_init() 1003 if (! entry) in snd_card_info_init() 1005 entry->c.text.read = snd_card_info_read; in snd_card_info_init() 1006 if (snd_info_register(entry) < 0) in snd_card_info_init() 1010 entry = snd_info_create_module_entry(THIS_MODULE, "modules", NULL); in snd_card_info_init() 1011 if (!entry) in snd_card_info_init() [all...] |
/third_party/littlefs/scripts/ |
H A D | cov.py | 414 entry = [] 415 entry.append(name) 418 entry.append(getattr(r, k).table() 423 entry.append(getattr(r, k).diff_table() 428 entry.append(getattr(diff_r, k).diff_table() 432 entry.append(getattr(r, k).diff_table() 436 entry.append(types[k].diff_diff( 440 entry.append('') 442 entry.append(' (%s)' % ', '.join( 448 entry [all...] |
H A D | code.py | 214 # found a directory entry 217 # found a file entry 427 entry = [] 428 entry.append(name) 431 entry.append(getattr(r, k).table() 436 entry.append(getattr(r, k).diff_table() 441 entry.append(getattr(diff_r, k).diff_table() 445 entry.append(getattr(r, k).diff_table() 449 entry.append(types[k].diff_diff( 453 entry [all...] |
H A D | data.py | 214 # found a directory entry 217 # found a file entry 427 entry = [] 428 entry.append(name) 431 entry.append(getattr(r, k).table() 436 entry.append(getattr(r, k).diff_table() 441 entry.append(getattr(diff_r, k).diff_table() 445 entry.append(getattr(r, k).diff_table() 449 entry.append(types[k].diff_diff( 453 entry [all...] |
H A D | summary.py | 461 entry = [] 462 entry.append(name) 465 entry.append(getattr(r, k).table() 470 entry.append(getattr(r, k).diff_table() 475 entry.append(getattr(diff_r, k).diff_table() 479 entry.append(getattr(r, k).diff_table() 483 entry.append(types[k].diff_diff( 487 entry.append('') 489 entry.append(' (%s)' % ', '.join( 495 entry [all...] |
H A D | stack.py | 392 entry = [] 393 entry.append(name) 396 entry.append(getattr(r, k).table() 401 entry.append(getattr(r, k).diff_table() 406 entry.append(getattr(diff_r, k).diff_table() 410 entry.append(getattr(r, k).diff_table() 414 entry.append(types[k].diff_diff( 418 entry.append('') 420 entry.append(' (%s)' % ', '.join( 426 entry [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module.cc | 382 Handle<JSObject> entry = factory->NewJSObject(object_function); in GetImports() local 439 JSObject::AddProperty(isolate, entry, module_string, import_module, NONE); in GetImports() 440 JSObject::AddProperty(isolate, entry, name_string, import_name, NONE); in GetImports() 441 JSObject::AddProperty(isolate, entry, kind_string, import_kind, NONE); in GetImports() 443 JSObject::AddProperty(isolate, entry, type_string, type_value, NONE); in GetImports() 446 storage->set(index, *entry); in GetImports() 530 Handle<JSObject> entry = factory->NewJSObject(object_function); in GetExports() local 536 JSObject::AddProperty(isolate, entry, name_string, export_name, NONE); in GetExports() 537 JSObject::AddProperty(isolate, entry, kind_string, export_kind, NONE); in GetExports() 539 JSObject::AddProperty(isolate, entry, type_strin in GetExports() [all...] |