/third_party/backends/backend/ |
H A D | gphoto2.c | 662 SANE_Int n, entries; in sane_init() local 729 entries = gp_port_info_list_count (list); in sane_init() 730 if (entries < 0) in sane_init() 735 for (n = 0; n < entries; n++) in sane_init() 756 if (n == entries) in sane_init() 772 CHECK_RET (entries = gp_abilities_list_count (al)); in sane_init() 774 for (n = 0; n < entries; n++) in sane_init() 783 if (n == entries) in sane_init() 1732 * and create a linked list of file name entries in 1859 * list item. Instead, we copy all the entries i in converter_do_scan_complete_cleanup() [all...] |
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger.cc | 730 v8::Local<v8::Array> entries; in collectionsEntries() local 734 .ToLocal(&entries)) { in collectionsEntries() 743 for (uint32_t i = 0; i < entries->Length(); i += isKeyValue ? 2 : 1) { in collectionsEntries() 745 if (!entries->Get(context, i).ToLocal(&item)) continue; in collectionsEntries() 747 if (isKeyValue && !entries->Get(context, i + 1).ToLocal(&value)) continue; in collectionsEntries() 771 v8::Local<v8::Array> entries; in internalProperties() 772 if (collectionsEntries(context, value).ToLocal(&entries)) { in internalProperties() 775 createDataProperty(context, properties, properties->Length(), entries); in internalProperties()
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/ |
H A D | distributed_database_test.cpp | 141 * @tc.desc : Get all entries which key start with prefixKey. 146 std::vector<DistributedDatabase::Entry> entries; in HWTEST_F() local 148 EXPECT_EQ(database_->GetEntriesFromDistributedDB(prifixKey, entries), true); in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_cq.c | 48 int entries, int ring, enum cq_type mode, in mlx4_en_create_cq() 61 cq->size = entries; in mlx4_en_create_cq() 46 mlx4_en_create_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq, int entries, int ring, enum cq_type mode, int node) mlx4_en_create_cq() argument
|
/kernel/linux/linux-5.10/virt/kvm/ |
H A D | irqchip.c | 27 struct kvm_kernel_irq_routing_entry *entries, int gsi) in kvm_irq_map_gsi() 37 entries[n] = *e; in kvm_irq_map_gsi() 26 kvm_irq_map_gsi(struct kvm *kvm, struct kvm_kernel_irq_routing_entry *entries, int gsi) kvm_irq_map_gsi() argument
|
/kernel/linux/linux-5.10/tools/io_uring/ |
H A D | io_uring-cp.c | 34 static int setup_context(unsigned entries, struct io_uring *ring) in setup_context() argument 38 ret = io_uring_queue_init(entries, ring, 0); in setup_context()
|
/kernel/linux/linux-5.10/tools/testing/kunit/ |
H A D | kunit_kernel.py | 158 invalid = self._kconfig.entries() - validated_kconfig.entries()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_cq.c | 48 int entries, int ring, enum cq_type mode, in mlx4_en_create_cq() 61 cq->size = entries; in mlx4_en_create_cq() 46 mlx4_en_create_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq, int entries, int ring, enum cq_type mode, int node) mlx4_en_create_cq() argument
|
/kernel/linux/linux-6.6/virt/kvm/ |
H A D | irqchip.c | 22 struct kvm_kernel_irq_routing_entry *entries, int gsi) in kvm_irq_map_gsi() 32 entries[n] = *e; in kvm_irq_map_gsi() 21 kvm_irq_map_gsi(struct kvm *kvm, struct kvm_kernel_irq_routing_entry *entries, int gsi) kvm_irq_map_gsi() argument
|
/third_party/mesa3d/src/amd/common/ |
H A D | gfx10_format_table.py | 283 gfx10_formats = [Gfx10Format(entry) for entry in db.enum('GFX10_FORMAT').entries] 292 gfx11_formats = [Gfx10Format(entry) for entry in db.enum('GFX11_FORMAT').entries]
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir_analyze_ubo_ranges.c | 60 * Compares score for two UBO range entries. 313 struct ubo_range_entry *entries = ranges.data; in brw_nir_analyze_ubo_ranges() local 330 out_ranges[i] = entries[i].range; in brw_nir_analyze_ubo_ranges()
|
/third_party/node/lib/internal/fs/ |
H A D | dir.js | 273 async* entries() { 290 value: Dir.prototype.entries,
|
/third_party/node/test/internet/ |
H A D | test-dns-any.js | 61 assert.ok(Array.isArray(r.entries)); 62 assert.ok(r.entries.length > 0);
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | sriharness.js | 56 for (const [attr_name, attr_val] of Object.entries(attrs)) { 113 for (const [attr_name, attr_val] of Object.entries(link_attrs)) {
|
/third_party/node/deps/npm/lib/commands/ |
H A D | run-script.js | 149 for (const [script, cmd] of Object.entries(scripts)) { 236 for (const [script, cmd] of Object.entries(scripts || {})) {
|
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | formdata.js | 62 // The delete(name) method steps are to remove all entries whose name 95 // 2. Return the values of all entries whose name is name, in order, 142 // 3. If there are entries in this’s entry list whose name is name, then 157 entries () { 208 FormData.prototype[Symbol.iterator] = FormData.prototype.entries
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | font-options.hh | 260 GOptionEntry entries[] = in add_options() local 272 parser->add_group (entries, in add_options()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | doYouNeedToChangeYourTargetLibraryES2015.js | 24 const testArrayEntries = [""].entries(); 122 var testArrayEntries = [""].entries();
|
/kernel/linux/linux-5.10/arch/loongarch/kvm/ |
H A D | loongarch.c | 367 /* Flush any remaining guest TLB entries */ in kvm_arch_hardware_disable() 1372 struct kvm_csr_entry *entries, in _kvm_csr_io() 1379 if (do_csr(vcpu, entries[i].index, &entries[i].data, 1)) in _kvm_csr_io() 1390 struct kvm_csr_entry *entries; in kvm_csr_io() local 1403 entries = memdup_user(user_msrs->entries, size); in kvm_csr_io() 1404 if (IS_ERR(entries)) { in kvm_csr_io() 1405 r = PTR_ERR(entries); in kvm_csr_io() 1409 r = n = _kvm_csr_io(vcpu, &msrs, entries, do_cs in kvm_csr_io() 1371 _kvm_csr_io(struct kvm_vcpu *vcpu, struct kvm_msrs *msrs, struct kvm_csr_entry *entries, int (*do_csr)(struct kvm_vcpu *vcpu, unsigned index, u64 *data, int force)) _kvm_csr_io() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn21/ |
H A D | dcn21_resource.c | 1063 dc->clk_mgr->bw_params->wm_table.entries[i].sr_exit_time_us = in patch_bounding_box() 1070 dc->clk_mgr->bw_params->wm_table.entries[i].sr_enter_plus_exit_time_us = in patch_bounding_box() 1081 dc->clk_mgr->bw_params->wm_table.entries[i].pstate_latency_us = in patch_bounding_box() 1146 table_entry = &bw_params->wm_table.entries[WM_D]; in dcn21_calculate_wm() 1154 table_entry = &bw_params->wm_table.entries[WM_C]; in dcn21_calculate_wm() 1159 table_entry = &bw_params->wm_table.entries[WM_B]; in dcn21_calculate_wm() 1165 table_entry = &bw_params->wm_table.entries[WM_A]; in dcn21_calculate_wm() 1421 if ((unsigned int) dcn2_1_soc.clock_limits[j].dcfclk_mhz <= clk_table->entries[i].dcfclk_mhz) { in update_bw_bounding_box() 1428 clock_limits[i].dcfclk_mhz = clk_table->entries[i].dcfclk_mhz; in update_bw_bounding_box() 1429 clock_limits[i].fabricclk_mhz = clk_table->entries[ in update_bw_bounding_box() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
H A D | dev.c | 356 ring->idx = (ring->idx + 1) % ring->entries; in rtl8180_handle_tx() 371 if (ring->entries - skb_queue_len(&ring->queue) == 2) in rtl8180_handle_tx() 548 idx = (ring->idx + skb_queue_len(&ring->queue)) % ring->entries; in rtl8180_tx() 578 if (ring->entries - skb_queue_len(&ring->queue) < 2) in rtl8180_tx() 1076 unsigned int prio, unsigned int entries) in rtl8180_init_tx_ring() 1083 ring = dma_alloc_coherent(&priv->pdev->dev, sizeof(*ring) * entries, in rtl8180_init_tx_ring() 1094 priv->tx_ring[prio].entries = entries; in rtl8180_init_tx_ring() 1097 for (i = 0; i < entries; i++) in rtl8180_init_tx_ring() 1099 cpu_to_le32((u32)dma + ((i + 1) % entries) * sizeo in rtl8180_init_tx_ring() 1075 rtl8180_init_tx_ring(struct ieee80211_hw *dev, unsigned int prio, unsigned int entries) rtl8180_init_tx_ring() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bios.c | 974 u8 entries, *entry; in bit_table() local 979 entries = bios->data[bios->offset + 10]; in bit_table() 981 while (entries--) { in bit_table() 1283 * same 5 entries, which are not specific to the card and so in olddcb_table() 1373 struct dcb_output *entry = &dcb->entry[dcb->entries]; in new_dcb_entry() 1376 entry->index = dcb->entries++; in new_dcb_entry() 1515 dcb->entries--; in parse_dcb20_entry() 1522 /* Normal entries consist of a single bit, but dual link has in parse_dcb20_entry() 1600 * Here we merge compatible entries to have fewer outputs, with in merge_like_dcb_entries() 1607 for (i = 0; i < dcb->entries; in merge_like_dcb_entries() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
H A D | dev.c | 356 ring->idx = (ring->idx + 1) % ring->entries; in rtl8180_handle_tx() 371 if (ring->entries - skb_queue_len(&ring->queue) == 2) in rtl8180_handle_tx() 548 idx = (ring->idx + skb_queue_len(&ring->queue)) % ring->entries; in rtl8180_tx() 578 if (ring->entries - skb_queue_len(&ring->queue) < 2) in rtl8180_tx() 1076 unsigned int prio, unsigned int entries) in rtl8180_init_tx_ring() 1083 ring = dma_alloc_coherent(&priv->pdev->dev, sizeof(*ring) * entries, in rtl8180_init_tx_ring() 1094 priv->tx_ring[prio].entries = entries; in rtl8180_init_tx_ring() 1097 for (i = 0; i < entries; i++) in rtl8180_init_tx_ring() 1099 cpu_to_le32((u32)dma + ((i + 1) % entries) * sizeo in rtl8180_init_tx_ring() 1075 rtl8180_init_tx_ring(struct ieee80211_hw *dev, unsigned int prio, unsigned int entries) rtl8180_init_tx_ring() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bios.c | 977 u8 entries, *entry; in bit_table() local 982 entries = bios->data[bios->offset + 10]; in bit_table() 984 while (entries--) { in bit_table() 1286 * same 5 entries, which are not specific to the card and so in olddcb_table() 1376 struct dcb_output *entry = &dcb->entry[dcb->entries]; in new_dcb_entry() 1379 entry->index = dcb->entries++; in new_dcb_entry() 1518 dcb->entries--; in parse_dcb20_entry() 1525 /* Normal entries consist of a single bit, but dual link has in parse_dcb20_entry() 1603 * Here we merge compatible entries to have fewer outputs, with in merge_like_dcb_entries() 1610 for (i = 0; i < dcb->entries; in merge_like_dcb_entries() [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_screen.c | 740 FREE(screen->tic.entries); in nvc0_screen_destroy() 1526 /* TIC and TSC entries for each unit (nve4+ only) */ in nvc0_screen_create() 1566 screen->tic.entries = CALLOC( in nvc0_screen_create() 1569 screen->tsc.entries = screen->tic.entries + NVC0_TIC_MAX_ENTRIES; in nvc0_screen_create() 1570 screen->img.entries = (void *)(screen->tsc.entries + NVC0_TSC_MAX_ENTRIES); in nvc0_screen_create() 1594 if (screen->tic.entries[i]) in nvc0_screen_tic_alloc() 1595 nv50_tic_entry(screen->tic.entries[i])->id = -1; in nvc0_screen_tic_alloc() 1597 screen->tic.entries[ in nvc0_screen_tic_alloc() [all...] |