Home
last modified time | relevance | path

Searched refs:base (Results 11601 - 11625 of 17166) sorted by relevance

1...<<461462463464465466467468469470>>...687

/kernel/linux/linux-6.6/sound/soc/ti/
H A Ddavinci-mcasp.c80 void __iomem *base; member
136 void __iomem *reg = mcasp->base + offset; in mcasp_set_bits()
143 void __iomem *reg = mcasp->base + offset; in mcasp_clr_bits()
150 void __iomem *reg = mcasp->base + offset; in mcasp_mod_bits()
157 __raw_writel(val, mcasp->base + offset); in mcasp_set_reg()
162 return (u32)__raw_readl(mcasp->base + offset); in mcasp_get_reg()
2219 .base = -1,
2272 mcasp->base = devm_ioremap_resource(&pdev->dev, mem); in davinci_mcasp_probe()
2273 if (IS_ERR(mcasp->base)) in davinci_mcasp_probe()
2274 return PTR_ERR(mcasp->base); in davinci_mcasp_probe()
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_descriptor_set.c477 vk_object_base_init(&device->vk, &layout->base, VK_OBJECT_TYPE_PIPELINE_LAYOUT); in radv_pipeline_layout_init()
540 vk_object_base_finish(&layout->base); in radv_pipeline_layout_finish()
648 vk_object_base_init(&device->vk, &set->header.base, VK_OBJECT_TYPE_DESCRIPTOR_SET); in radv_descriptor_set_create()
751 vk_object_base_finish(&set->header.base); in radv_descriptor_set_destroy()
768 vk_object_base_finish(&pool->base); in radv_destroy_descriptor_pool()
870 vk_object_base_init(&device->vk, &pool->base, VK_OBJECT_TYPE_DESCRIPTOR_POOL); in radv_CreateDescriptorPool()
1412 vk_object_base_init(&device->vk, &templ->base, VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE); in radv_CreateDescriptorUpdateTemplate()
1503 vk_object_base_finish(&templ->base); in radv_DestroyDescriptorUpdateTemplate()
1650 vk_object_base_init(&device->vk, &conversion->base, VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION); in radv_CreateSamplerYcbcrConversion()
1674 vk_object_base_finish(&ycbcr_conversion->base); in radv_DestroySamplerYcbcrConversion()
[all...]
/third_party/mesa3d/src/glx/
H A Dglxcmds.c1038 * enough of an installed base to work around the problem here. In any in fbconfigs_compatible()
1203 int base; in choose_fbconfig() local
1217 base = 0; in choose_fbconfig()
1220 configs[base] = configs[i]; in choose_fbconfig()
1221 base++; in choose_fbconfig()
1225 if (base == 0) { in choose_fbconfig()
1229 if (base < num_configs) { in choose_fbconfig()
1230 (void) memset(&configs[base], 0, sizeof(void *) * (num_configs - base)); in choose_fbconfig()
1238 qsort(configs, base, sizeo in choose_fbconfig()
[all...]
/third_party/nghttp2/src/
H A Dshrpx_http2_session.cc942 auto token = http2::lookup_token(namebuf.base, namebuf.len); in on_header_callback2()
950 resp.fs.add_trailer_token(StringRef{namebuf.base, namebuf.len}, in on_header_callback2()
951 StringRef{valuebuf.base, valuebuf.len}, in on_header_callback2()
956 resp.fs.add_header_token(StringRef{namebuf.base, namebuf.len}, in on_header_callback2()
957 StringRef{valuebuf.base, valuebuf.len}, no_index, in on_header_callback2()
996 auto token = http2::lookup_token(namebuf.base, namebuf.len); in on_header_callback2()
997 promised_req.fs.add_header_token(StringRef{namebuf.base, namebuf.len}, in on_header_callback2()
998 StringRef{valuebuf.base, valuebuf.len}, in on_header_callback2()
1036 << ": name=[" << StringRef{namebuf.base, namebuf.len} << "], value=[" in on_invalid_header_callback2()
1037 << StringRef{valuebuf.base, valuebu in on_invalid_header_callback2()
[all...]
H A DHttpServer.cc1417 verbose_on_header_callback(session, frame, namebuf.base, namebuf.len, in on_header_callback2()
1418 valuebuf.base, valuebuf.len, flags, user_data); in on_header_callback2()
1436 auto token = http2::lookup_token(namebuf.base, namebuf.len); in on_header_callback2()
1442 header.method = StringRef{valuebuf.base, valuebuf.len}; in on_header_callback2()
1447 header.scheme = StringRef{valuebuf.base, valuebuf.len}; in on_header_callback2()
1452 header.authority = StringRef{valuebuf.base, valuebuf.len}; in on_header_callback2()
1457 header.host = StringRef{valuebuf.base, valuebuf.len}; in on_header_callback2()
1462 header.path = StringRef{valuebuf.base, valuebuf.len}; in on_header_callback2()
1467 header.ims = StringRef{valuebuf.base, valuebuf.len}; in on_header_callback2()
1472 header.expect = StringRef{valuebuf.base, valuebu in on_header_callback2()
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_command_buffer.c445 pAllocator ? pAllocator : &dev->base.base.alloc; in vn_CreateCommandPool()
453 vn_object_base_init(&pool->base, VK_OBJECT_TYPE_COMMAND_POOL, &dev->base); in vn_CreateCommandPool()
493 vn_object_base_fini(&cmd->base); in vn_DestroyCommandPool()
497 vn_object_base_fini(&pool->base); in vn_DestroyCommandPool()
554 vn_object_base_fini(&cmd->base); in vn_AllocateCommandBuffers()
562 vn_object_base_init(&cmd->base, VK_OBJECT_TYPE_COMMAND_BUFFER, in vn_AllocateCommandBuffers()
563 &dev->base); in vn_AllocateCommandBuffers()
612 vn_object_base_fini(&cmd->base); in vn_FreeCommandBuffers()
[all...]
/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c156 int * unitsptr, int base);
158 int base);
1628 normalize_overflow(int *const tensptr, int *const unitsptr, const int base) in normalize_overflow() argument
1633 (*unitsptr / base) : in normalize_overflow()
1634 (-1 - (-1 - *unitsptr) / base); in normalize_overflow()
1635 *unitsptr -= tensdelta * base; in normalize_overflow()
1641 const int base) in normalize_overflow32()
1646 (*unitsptr / base) : in normalize_overflow32()
1647 (-1 - (-1 - *unitsptr) / base); in normalize_overflow32()
1648 *unitsptr -= tensdelta * base; in normalize_overflow32()
1640 normalize_overflow32(int_fast32_t *const tensptr, int *const unitsptr, const int base) normalize_overflow32() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dheap.h21 #include "src/base/atomic-utils.h"
22 #include "src/base/enum-set.h"
23 #include "src/base/platform/condition-variable.h"
24 #include "src/base/platform/mutex.h"
319 base::Mutex* relocation_mutex() { return &relocation_mutex_; } in relocation_mutex()
429 static inline base::EnumSet<CodeFlushMode> GetCodeFlushMode(Isolate* isolate);
887 const base::AddressRegion& code_region();
891 // The base of the code range if it exists or null address.
1025 void IterateRoots(RootVisitor* v, base::EnumSet<SkipRoot> options);
1027 base
[all...]
/third_party/node/deps/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc190 void RegExpMacroAssemblerARM::CheckCharacterGT(base::uc16 limit, in CheckCharacterGT()
213 void RegExpMacroAssemblerARM::CheckCharacterLT(base::uc16 limit, in CheckCharacterLT()
456 base::uc16 c, base::uc16 minus, base::uc16 mask, Label* on_not_equal) { in CheckNotCharacterAfterMinusAnd()
464 void RegExpMacroAssemblerARM::CheckCharacterInRange(base::uc16 from, in CheckCharacterInRange()
465 base::uc16 to, in CheckCharacterInRange()
472 void RegExpMacroAssemblerARM::CheckCharacterNotInRange(base::uc16 from, in CheckCharacterNotInRange()
473 base::uc16 to, in CheckCharacterNotInRange()
722 __ push(r0); // The regexp stack base pt in GetCode()
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c388 fd_resource(view->base.texture)->seqno)) { in fd6_emit_textures()
604 if (fs->no_earlyz || fs->writes_pos || !zsa->base.depth_enabled ||
650 blend->base.alpha_to_coverage) {
661 if (zsa->base.depth_enabled && (rsc->lrz_direction != FD_LRZ_UNKNOWN) &&
691 if (zsa->base.depth_writemask) {
891 OUT_RELOC(ring, fd_resource(target->base.buffer)->bo, 0, 0, 0);
892 OUT_RING(ring, target->base.buffer_size + target->base.buffer_offset);
901 OUT_RING(ring, target->base.buffer_offset);
904 OUT_RING(ring, target->base
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c154 int * unitsptr, int base);
156 int base);
1626 normalize_overflow(int *const tensptr, int *const unitsptr, const int base) in normalize_overflow() argument
1631 (*unitsptr / base) : in normalize_overflow()
1632 (-1 - (-1 - *unitsptr) / base); in normalize_overflow()
1633 *unitsptr -= tensdelta * base; in normalize_overflow()
1639 const int base) in normalize_overflow32()
1644 (*unitsptr / base) : in normalize_overflow32()
1645 (-1 - (-1 - *unitsptr) / base); in normalize_overflow32()
1646 *unitsptr -= tensdelta * base; in normalize_overflow32()
1638 normalize_overflow32(int_fast32_t *const tensptr, int *const unitsptr, const int base) normalize_overflow32() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color-colr-table.hh73 hb_codepoint_t delta = (hb_codepoint_t) ((uintptr_t) paint - (uintptr_t) base); in paint_visited()
82 { return reinterpret_cast<const COLR *> (base); } in get_colr_table()
94 const void *base; member
106 base (base_), in hb_colrv1_closure_context_t()
157 * for this base glyph. */
944 ClipRecord* copy (hb_serialize_context_t *c, const void *base) const in copy()
949 if (!out->clipBox.serialize_copy (c, clipBox, base)) return_trace (nullptr); in copy()
953 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()
956 return_trace (c->check_struct (this) && clipBox.sanitize (c, base)); in sanitize()
1175 bool sanitize (hb_sanitize_context_t *c, const void *base) cons
[all...]
/third_party/python/Lib/test/
H A Dtest_http_cookiejar.py27 base = 1019227000
29 self.assertEqual(time2isoz(base), "2002-04-19 14:36:40Z")
30 self.assertEqual(time2isoz(base+day), "2002-04-20 14:36:40Z")
31 self.assertEqual(time2isoz(base+2*day), "2002-04-21 14:36:40Z")
32 self.assertEqual(time2isoz(base+3*day), "2002-04-22 14:36:40Z")
41 base = 1019227000
43 self.assertEqual(time2netscape(base), "Fri, 19-Apr-2002 14:36:40 GMT")
44 self.assertEqual(time2netscape(base+day),
47 self.assertEqual(time2netscape(base+2*day),
50 self.assertEqual(time2netscape(base
[all...]
H A Dtest_long.py16 # Max number of base BASE digits to use in test cases. Doubling
117 # Get quasi-random long consisting of ndigits digits (in base BASE).
144 # Get random long consisting of ndigits random digits (relative to base
293 def slow_format(self, x, base):
299 x, r = divmod(x, base)
304 {2: '0b', 8: '0o', 10: '', 16: '0x'}[base] + \
308 for base, mapper in (2, bin), (8, oct), (10, str), (10, repr), (16, hex):
311 expected = self.slow_format(x, base)
349 # ... but it's just a normal digit if base >= 22
352 # tests with base
[all...]
/kernel/linux/linux-5.10/drivers/atm/
H A Diphase.c2009 /* Communication Queues base address */
2317 void __iomem *base; local
2322 necessary configuration info like memory base address,
2370 base = ioremap(real_base,iadev->pci_map_size); /* ioremap is not resolved ??? */
2372 if (!base)
2378 IF_INIT(printk(DEV_LABEL " (itf %d): rev.%d,base=%p,irq=%d\n",
2379 dev->number, iadev->pci->revision, base, iadev->irq);)
2384 iadev->base = base;
2387 iadev->reg = base
[all...]
H A Dzatm.h87 unsigned int base; /* IO base address */ member
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H A Dgianfar.c1768 struct txbd8 *base, int ring_size) in skip_txbd()
1772 return (new_bd >= (base + ring_size)) ? (new_bd - ring_size) : new_bd; in skip_txbd()
1775 static inline struct txbd8 *next_txbd(struct txbd8 *bdp, struct txbd8 *base, in next_txbd() argument
1778 return skip_txbd(bdp, 1, base, ring_size); in next_txbd()
1809 struct txbd8 *txbdp, *txbdp_start, *base, *txbdp_tstamp = NULL; in gfar_start_xmit() local
1820 base = tx_queue->tx_bd_base; in gfar_start_xmit()
1914 txbdp_tstamp = txbdp = next_txbd(txbdp, base, in gfar_start_xmit()
1929 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit()
1996 tx_queue->cur_tx = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit()
2023 txbdp = next_txbd(txbdp_start, base, tx_queu in gfar_start_xmit()
1767 skip_txbd(struct txbd8 *bdp, int stride, struct txbd8 *base, int ring_size) skip_txbd() argument
2191 struct txbd8 *base = tx_queue->tx_bd_base; gfar_clean_tx_ring() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H A Dgianfar.c1735 struct txbd8 *base, int ring_size) in skip_txbd()
1739 return (new_bd >= (base + ring_size)) ? (new_bd - ring_size) : new_bd; in skip_txbd()
1742 static inline struct txbd8 *next_txbd(struct txbd8 *bdp, struct txbd8 *base, in next_txbd() argument
1745 return skip_txbd(bdp, 1, base, ring_size); in next_txbd()
1776 struct txbd8 *txbdp, *txbdp_start, *base, *txbdp_tstamp = NULL; in gfar_start_xmit() local
1787 base = tx_queue->tx_bd_base; in gfar_start_xmit()
1881 txbdp_tstamp = txbdp = next_txbd(txbdp, base, in gfar_start_xmit()
1896 txbdp = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit()
1964 tx_queue->cur_tx = next_txbd(txbdp, base, tx_queue->tx_ring_size); in gfar_start_xmit()
1991 txbdp = next_txbd(txbdp_start, base, tx_queu in gfar_start_xmit()
1734 skip_txbd(struct txbd8 *bdp, int stride, struct txbd8 *base, int ring_size) skip_txbd() argument
2155 struct txbd8 *base = tx_queue->tx_bd_base; gfar_clean_tx_ring() local
[all...]
/kernel/linux/linux-6.6/drivers/atm/
H A Diphase.c2010 /* Communication Queues base address */
2318 void __iomem *base; local
2323 necessary configuration info like memory base address,
2371 base = ioremap(real_base,iadev->pci_map_size); /* ioremap is not resolved ??? */
2373 if (!base)
2379 IF_INIT(printk(DEV_LABEL " (itf %d): rev.%d,base=%p,irq=%d\n",
2380 dev->number, iadev->pci->revision, base, iadev->irq);)
2385 iadev->base = base;
2388 iadev->reg = base
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c248 if (shader->selector->info.base.workgroup_size_variable) in si_get_max_workgroup_size()
251 uint16_t *local_size = shader->selector->info.base.workgroup_size; in si_get_max_workgroup_size()
263 if (ctx->shader->selector->info.base.num_ubos == 1 && in declare_const_and_shader_buffers()
264 ctx->shader->selector->info.base.num_ssbos == 0) in declare_const_and_shader_buffers()
420 if (shader->selector->info.base.vs.blit_sgprs_amd) { in si_init_shader_args()
421 declare_vs_blit_inputs(ctx, shader->selector->info.base.vs.blit_sgprs_amd); in si_init_shader_args()
567 if (ctx->stage != MESA_SHADER_VERTEX || !shader->selector->info.base.vs.blit_sgprs_amd) { in si_init_shader_args()
572 if (ctx->stage == MESA_SHADER_VERTEX && shader->selector->info.base.vs.blit_sgprs_amd) { in si_init_shader_args()
573 declare_vs_blit_inputs(ctx, shader->selector->info.base.vs.blit_sgprs_amd); in si_init_shader_args()
758 shader->selector->info.base in si_init_shader_args()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/
H A Dqm.c256 #define INIT_QC_COMMON(qc, base, pasid) do { \
259 (qc)->base_l = cpu_to_le32(lower_32_bits(base)); \
260 (qc)->base_h = cpu_to_le32(upper_32_bits(base)); \
386 int (*get_vft)(struct hisi_qm *qm, u32 *base, u32 *number);
603 u64 base, u16 queue, bool op) in qm_mb_pre_init()
609 mailbox->base_l = cpu_to_le32(lower_32_bits(base)); in qm_mb_pre_init()
610 mailbox->base_h = cpu_to_le32(upper_32_bits(base)); in qm_mb_pre_init()
1204 static void qm_vft_data_cfg(struct hisi_qm *qm, enum vft_type type, u32 base, in qm_vft_data_cfg() argument
1217 (u64)base << QM_SQC_VFT_START_SQN_SHIFT; in qm_vft_data_cfg()
1219 tmp = (u64)base << QM_SQC_VFT_START_SQN_SHIF in qm_vft_data_cfg()
602 qm_mb_pre_init(struct qm_mailbox *mailbox, u8 cmd, u64 base, u16 queue, bool op) qm_mb_pre_init() argument
1250 qm_set_vft_common(struct hisi_qm *qm, enum vft_type type, u32 fun_num, u32 base, u32 number) qm_set_vft_common() argument
1305 qm_set_sqc_cqc_vft(struct hisi_qm *qm, u32 fun_num, u32 base, u32 number) qm_set_sqc_cqc_vft() argument
1331 qm_get_vft_v2(struct hisi_qm *qm, u32 *base, u32 *number) qm_get_vft_v2() argument
2976 hisi_qm_get_vft(struct hisi_qm *qm, u32 *base, u32 *number) hisi_qm_get_vft() argument
3003 hisi_qm_set_vft(struct hisi_qm *qm, u32 fun_num, u32 base, u32 number) hisi_qm_set_vft() argument
[all...]
/kernel/linux/linux-6.6/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-pcie.c2250 static inline void qphy_setbits(void __iomem *base, u32 offset, u32 val) in qphy_setbits() argument
2254 reg = readl(base + offset); in qphy_setbits()
2256 writel(reg, base + offset); in qphy_setbits()
2259 readl(base + offset); in qphy_setbits()
2262 static inline void qphy_clrbits(void __iomem *base, u32 offset, u32 val) in qphy_clrbits() argument
2266 reg = readl(base + offset); in qphy_clrbits()
2268 writel(reg, base + offset); in qphy_clrbits()
2271 readl(base + offset); in qphy_clrbits()
3090 static void qmp_pcie_configure_lane(void __iomem *base, in qmp_pcie_configure_lane() argument
3105 writel(t->val, base in qmp_pcie_configure_lane()
3109 qmp_pcie_configure(void __iomem *base, const struct qmp_phy_init_tbl tbl[], int num) qmp_pcie_configure() argument
3591 void __iomem *base; qmp_pcie_parse_dt() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c2370 drm_modeset_lock(&mgr->base.lock, NULL); in drm_dp_mst_handle_link_address_port()
2436 drm_modeset_unlock(&mgr->base.lock); in drm_dp_mst_handle_link_address_port()
2455 drm_modeset_unlock(&mgr->base.lock); in drm_dp_mst_handle_link_address_port()
2490 drm_modeset_lock(&mgr->base.lock, NULL); in drm_dp_mst_handle_conn_stat()
2521 drm_modeset_unlock(&mgr->base.lock); in drm_dp_mst_handle_conn_stat()
3222 drm_modeset_lock(&mgr->base.lock, NULL); in drm_dp_send_query_stream_enc_status()
3223 state = to_drm_dp_mst_topology_state(mgr->base.state); in drm_dp_send_query_stream_enc_status()
3250 drm_modeset_unlock(&mgr->base.lock); in drm_dp_send_query_stream_enc_status()
4155 ret = drm_modeset_lock(&mgr->base.lock, ctx); in drm_dp_mst_detect_port()
4316 port->connector->base in drm_dp_atomic_find_time_slots()
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dcrct10dif_generic.c96 .base = {
H A Dxxhash_generic.c78 .base = {

Completed in 68 milliseconds

1...<<461462463464465466467468469470>>...687