/netbsd-src/sys/arch/arm/sunxi/ |
H A D | sunxi_mc_smp.c | 55 #define PRCM_CL_RST_CTRL(cluster) (0x4 + (cluster) * 0x4) argument 56 #define PRCM_CL_PWROFF(cluster) (0x100 + (cluster) * 0x4) argument 57 #define PRCM_CL_PWR_CLAMP(cluster, cpu) (0x140 + (cluster) * 0x10 + (cpu) * 0x4) argument 63 #define CPUCFG_CL_RST(cluster) (0x30 + (cluster) * 0x4) argument 69 #define CPUXCFG_CL_RST(cluster) (0x80 + (cluster) * 0x4) argument 76 #define CPUXCFG_CL_CTRL0(cluster) (0x0 + (cluster) * 0x10) argument 77 #define CPUXCFG_CL_CTRL1(cluster) (0x4 + (cluster) * 0x10) argument 115 bus_space_handle_t cpuxcfg, u_int cluster, u_int cpu, enum sunxi_mc_soc soc, in sunxi_mc_smp_start() 208 const u_int cluster = __SHIFTOUT(mpidr, MPIDR_AFF1); in sun8i_a83t_smp_enable() local 242 const u_int cluster = __SHIFTOUT(mpidr, MPIDR_AFF1); in sun9i_a80_smp_enable() local
|
H A D | sun8i_a83t_ccu.c | 49 #define Cx_CPUX_CLK_SRC_SEL(cluster) __BIT(12 + (cluster) * 16) argument 138 const int cluster = clk->u.nkmp.reg == PLL_C0CPUX_CTRL_REG ? 0 : 1; in sun8i_a83t_ccu_cpux_set_rate() local
|
H A D | sun9i_a80_ccu.c | 49 #define CPU_CLK_SRC_SELECT(cluster) __BIT((cluster) * 8) argument 140 const int cluster = clk->u.nkmp.reg == PLL_C0CPUX_CTRL_REG ? 0 : 1; in sun9i_a80_ccu_cpux_set_rate() local
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_scheduler_clustering.h | 30 struct isl_sched_graph *cluster; member
|
H A D | isl_scheduler_clustering.c | 1072 int cluster = -1; in merge() local 1233 static int node_cluster_exactly(struct isl_sched_node *node, int cluster) in node_cluster_exactly() 1241 static int edge_cluster_exactly(struct isl_sched_edge *edge, int cluster) in edge_cluster_exactly()
|
H A D | isl_scheduler.h | 86 int cluster; member
|
H A D | isl_scheduler_scc.c | 795 int cluster; in isl_scc_graph_finish_band() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | store.cc | 2277 binding_cluster *cluster in dump_to_pp() local 2403 binding_cluster *cluster in to_json() local 2623 binding_cluster *cluster = *slot; in clobber_region() local 2641 binding_cluster *cluster = *slot; in purge_region() local 2659 binding_cluster *cluster = get_or_create_cluster (base_reg); in fill_region() local 2683 binding_cluster *cluster = get_or_create_cluster (base_reg); in mark_region_as_unknown() local 2701 binding_cluster *cluster = iter.second; in purge_state_involving() local 2754 binding_cluster *cluster = new binding_cluster (base_reg); in get_or_create_cluster() local 2771 binding_cluster *cluster = *slot; in purge_cluster() local 2843 binding_cluster *cluster = get_or_create_cluster (base_reg); in mark_as_escaped() local [all …]
|
H A D | region-model-asm.cc | 274 binding_cluster *cluster = m_store.get_or_create_cluster (base_reg); in on_asm_stmt() local
|
H A D | program-state.cc | 1229 binding_cluster *cluster in can_purge_base_region_p() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-switch-conversion.h | 107 cluster () {} in cluster() function 110 cluster::cluster (tree case_label_expr, basic_block case_bb, in cluster() function
|
H A D | tree-ssa-tail-merge.c | 271 bb_cluster *cluster; member
|
/netbsd-src/sys/arch/x86/x86/ |
H A D | x86_machdep.c | 567 phys_ram_seg_t *cluster; in x86_add_cluster() local 756 phys_ram_seg_t *cluster; in x86_fake_clusters() local 979 const phys_ram_seg_t *cluster = &mem_clusters[x]; init_x86_vm() local [all...] |
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ptree.cc | 300 binding_cluster *cluster = &BINDING_VECTOR_CLUSTER (node, ix); in cxx_print_xnode() local
|
H A D | name-lookup.cc | 153 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (*slot); in search_imported_binding_slot() local 191 init_global_partition (binding_cluster *cluster, tree decl) in init_global_partition() 259 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (new_vec); in get_fixed_binding_slot() local 315 binding_cluster &cluster in get_fixed_binding_slot() local 850 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (val); in search_namespace_only() local 1206 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (val); in adl_namespace_fns() local 3525 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (mvec); in check_module_override() local 3954 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (binding); in walk_module_binding() local 6216 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (*slot); in finish_nonmember_using_decl() local 7308 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (binding); in consider_binding_level() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-switch-conversion.h | 107 cluster () {} in cluster() function 110 cluster::cluster (tree case_label_expr, basic_block case_bb, in cluster() function
|
H A D | tree-ssa-tail-merge.cc | 271 bb_cluster *cluster; member
|
/netbsd-src/sys/fs/msdosfs/ |
H A D | msdosfs_fat.c | 526 msdosfs_clusterfree(struct msdosfsmount *pmp, u_long cluster, u_long *oldcnp) in msdosfs_clusterfree() 895 msdosfs_freeclusterchain(struct msdosfsmount *pmp, u_long cluster) in msdosfs_freeclusterchain()
|
H A D | msdosfs_lookup.c | 111 u_long cluster; in msdosfs_lookup() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/ |
H A D | tipc.d | 70 uint tipc_addr(uint zone, uint cluster, uint node) in tipc_addr()
|
/netbsd-src/sys/arch/arm/samsung/ |
H A D | exynos_platform.c | 149 const u_int cluster = __SHIFTOUT(mpidr, MPIDR_AFF1); in exynos5800_mpstart() local
|
/netbsd-src/usr.sbin/makefs/msdos/ |
H A D | msdosfs_vnops.c | 145 u_long cluster; in msdosfs_findslot() local
|
/netbsd-src/usr.sbin/sysinst/arch/mac68k/ |
H A D | md.h | 108 u_int8_t cluster; /* Autorecovery cluster grouping */ member
|
/netbsd-src/external/gpl2/lvm2/dist/ |
H A D | configure.in | 252 AC_ARG_WITH(cluster, optwith
|
/netbsd-src/usr.sbin/fstyp/ |
H A D | exfat.c | 246 uint32_t cluster) in exfat_fat_next()
|