| /src/sys/arch/arm/sunxi/ |
| sunxi_mc_smp.c | 55 #define PRCM_CL_RST_CTRL(cluster) (0x4 + (cluster) * 0x4) 56 #define PRCM_CL_PWROFF(cluster) (0x100 + (cluster) * 0x4) 57 #define PRCM_CL_PWR_CLAMP(cluster, cpu) (0x140 + (cluster) * 0x10 + (cpu) * 0x4) 63 #define CPUCFG_CL_RST(cluster) (0x30 + (cluster) * 0x4) 69 #define CPUXCFG_CL_RST(cluster) (0x80 + (cluster) * 0x4 208 const u_int cluster = __SHIFTOUT(mpidr, MPIDR_AFF1); local 242 const u_int cluster = __SHIFTOUT(mpidr, MPIDR_AFF1); local [all...] |
| sun9i_a80_ccu.c | 49 #define CPU_CLK_SRC_SELECT(cluster) __BIT((cluster) * 8) 140 const int cluster = clk->u.nkmp.reg == PLL_C0CPUX_CTRL_REG ? 0 : 1; local 149 /* Switch cluster to OSC24M clock */ 152 val &= ~CPU_CLK_SRC_SELECT(cluster); 166 /* Switch cluster back to CPUX PLL */ 169 val |= CPU_CLK_SRC_SELECT(cluster); 170 CCU_WRITE(sc, CPU_CLK_SRC_SELECT(cluster), val);
|
| /src/external/mit/isl/dist/ |
| isl_scheduler_clustering.h | 10 * of the original dependence graph. All entries in the same cluster 12 * "scc_cluster" maps each SCC index to the cluster to which it belongs, 13 * where each cluster is represented by the index of the first SCC 14 * in the cluster. Initially, each SCC belongs to a cluster containing 20 * "cluster" contains the merged clusters of SCCs after the clustering 30 struct isl_sched_graph *cluster; member in struct:isl_clustering
|
| isl_scheduler_clustering.c | 27 * Each SCC initially belongs to a cluster containing only that SCC. 36 c->cluster = isl_calloc_array(ctx, struct isl_sched_graph, c->n); 40 if (!c->scc || !c->cluster || 71 if (c->cluster) 73 isl_sched_graph_free(ctx, &c->cluster[i]); 74 free(c->cluster); 80 /* Should we refrain from merging the cluster in "graph" with 81 * any other cluster? 112 * the two cluster representatives. 157 * "scc_cluster" maps each SCC index to the cluster to which it belongs 1072 int cluster = -1; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-switch-conversion.h | 25 /* Type of cluster. */ 36 /* Abstract base class for representing a cluster of cases. 41 cluster 47 class cluster class in namespace:tree_switch_conversion 51 inline cluster (tree case_label_expr, basic_block case_bb, 55 virtual ~cluster () 61 /* Get low value covered by a cluster. */ 64 /* Get high value covered by a cluster. */ 67 /* Debug content of a cluster. */ 70 /* Dump content of a cluster. * 111 cluster () {} function in class:tree_switch_conversion::cluster 114 cluster::cluster (tree case_label_expr, basic_block case_bb, function in class:tree_switch_conversion::cluster [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-switch-conversion.h | 25 /* Type of cluster. */ 36 /* Abstract base class for representing a cluster of cases. 41 cluster 47 class cluster class in namespace:tree_switch_conversion 51 inline cluster (tree case_label_expr, basic_block case_bb, 55 virtual ~cluster () 61 /* Get low value covered by a cluster. */ 64 /* Get high value covered by a cluster. */ 67 /* Debug content of a cluster. */ 70 /* Dump content of a cluster. * 107 cluster () {} function in class:tree_switch_conversion::cluster 110 cluster::cluster (tree case_label_expr, basic_block case_bb, function in class:tree_switch_conversion::cluster [all...] |
| /src/external/gpl2/lvm2/dist/scripts/ |
| lvm_dump.sh | 56 echo " -c if running clvmd, gather cluster data as well" 135 myecho "Gathering cluster info..." 147 if [ -f /proc/cluster/dlm_locks ] 149 echo clvmd > /proc/cluster/dlm_locks 150 cat /proc/cluster/dlm_locks 153 cat /proc/cluster/dlm_dir 156 cat /proc/cluster/dlm_debug
|
| lvmconf.sh | 5 # This file is part of the lvm2-cluster package. 24 echo "Enable clvm: --enable-cluster [--lockinglibdir <dir>] [--lockinglib <lib>]" 25 echo "Disable clvm: --disable-cluster" 38 --enable-cluster) 42 --disable-cluster) 176 # Enable locking for cluster LVM 182 fi # if we aren't setting cluster locking, we don't need to create a global section 221 # if we're not using cluster locking, remove the library dir and locking library name
|
| clvmd_init_red_hat | 32 [ -f /etc/sysconfig/cluster ] && . /etc/sysconfig/cluster
|
| clvmd_init_red_hat.in | 32 [ -f /etc/sysconfig/cluster ] && . /etc/sysconfig/cluster
|
| /src/external/gpl2/lvm2/dist/daemons/cmirrord/ |
| Makefile | 24 SOURCES = clogd.c cluster.c functions.c link_mon.c local.c logging.c
|
| Makefile.in | 24 SOURCES = clogd.c cluster.c functions.c link_mon.c local.c logging.c
|
| /src/usr.sbin/fstyp/ |
| exfat.c | 242 * Using the FAT table, look up the next cluster in this chain. 246 uint32_t cluster) 252 clsect = fat_offset_sect + (cluster / (BPS / (uint32_t)sizeof(cluster))); 253 clsectoff = (cluster % (BPS / (uint32_t)sizeof(cluster))); 276 warnx("%s: invalid rootdir cluster %u < %d", __func__,
|
| /src/external/gpl2/lvm2/dist/ |
| configure.in | 43 CLUSTER=internal 57 CLUSTER=none 251 AC_MSG_CHECKING(whether to include support for cluster locking) 252 AC_ARG_WITH(cluster, 253 [ --with-cluster=TYPE Cluster LVM locking support: internal/shared/none 255 [ CLUSTER="$withval" ]) 256 AC_MSG_RESULT($CLUSTER) 258 if [[ "x$CLUSTER" != xnone -a "x$CLUSTER" != xinternal -a "x$CLUSTER" != xshared ]] [all...] |
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| store.cc | 640 cluster for: dst 666 /* For now, assume we only ever copy to an empty cluster. */ 1113 cluster for: f: INIT_VAL((*INIT_VAL(p_33(D)))) 1117 cluster for: f 1123 cluster for: f 1355 pp_string (&pp, " cluster for: "); 1378 /* We shouldn't have more than one symbolic key per cluster 1476 /* Remove all bindings overlapping REG within this cluster. */ 1484 /* Remove any bindings for REG within this cluster. */ 1514 /* Clobber REG within this cluster and fill it with zeroes. * 2475 binding_cluster *cluster local 2601 binding_cluster *cluster local 2943 binding_cluster *cluster = iter.second; local 3138 binding_cluster *cluster = (*iter).second; local 3165 binding_cluster *cluster = *cluster_slot; local 3210 binding_cluster *cluster = (*iter).second; local 3223 binding_cluster *cluster = (*iter).second; local 3290 binding_cluster *cluster = (*iter).second; local [all...] |
| trimmed-graph.h | 116 class trimmed_cluster : public cluster <tg_traits>
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| store.cc | 511 cluster for: dst 537 /* For now, assume we only ever copy to an empty cluster. */ 981 cluster for: f: INIT_VAL((*INIT_VAL(p_33(D)))) 985 cluster for: f 991 cluster for: f 1208 pp_string (&pp, " cluster for: "); 1231 /* We shouldn't have more than one symbolic key per cluster 1326 /* Remove all bindings overlapping REG within this cluster. */ 1334 /* Remove any bindings for REG within this cluster. */ 1362 /* Clobber REG within this cluster and fill it with zeroes. * 2277 binding_cluster *cluster local 2403 binding_cluster *cluster local 2701 binding_cluster *cluster = iter.second; local 2892 binding_cluster *cluster = (*iter).second; local 2919 binding_cluster *cluster = *cluster_slot; local 2962 binding_cluster *cluster = (*iter).second; local 2975 binding_cluster *cluster = (*iter).second; local 3033 binding_cluster *cluster = (*iter).second; local [all...] |
| trimmed-graph.h | 116 class trimmed_cluster : public cluster <tg_traits>
|
| /src/sys/arch/x86/x86/ |
| x86_machdep.c | 632 phys_ram_seg_t *cluster; local 652 cluster = &mem_clusters[i]; 653 if ((cluster->start == round_page(seg_start)) && 654 (cluster->size == trunc_page(seg_end) - cluster->start)) { 663 * This cluster is used by RAM. If it is included in the iomem extent, 713 cluster = &mem_clusters[mem_cluster_cnt]; 714 cluster->start = seg_start; 729 cluster->size = seg_end - seg_start; 821 phys_ram_seg_t *cluster; local 1047 const phys_ram_seg_t *cluster = &mem_clusters[x]; local [all...] |
| /src/sys/fs/msdosfs/ |
| msdosfs_fat.c | 89 int fc_lfcempty; /* # of time last file cluster cache entry 95 * cluster mapped entry was. */ 164 * Map the logical cluster number of a file into a physical disk sector 168 * findcn - file relative cluster whose filesystem relative cluster number 172 * cnp - address of where to place the file system relative cluster number. 176 * This function has one side effect. If the requested file relative cluster 183 u_long findcn, /* file relative cluster to get */ 185 u_long *cnp, /* returned cluster number */ 210 DPRINTF(("%s(start cluster=%lu)\n", __func__, cn)) [all...] |
| /src/usr.sbin/sysinst/arch/mac68k/ |
| md.h | 108 u_int8_t cluster; /* Autorecovery cluster grouping */ member in struct:__anon8572
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/ |
| tipc.d | 70 uint tipc_addr(uint zone, uint cluster, uint node) 72 return (zone << 24) | (cluster << 12) | node;
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| name-lookup.cc | 153 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (*slot); local 158 cluster++; 164 gcc_checking_assert (cluster[half].indices[0].span); 165 if (cluster[half].indices[0].base > ix) 170 cluster += half; 175 /* Is it in this cluster? */ 178 if (!cluster->indices[off].span) 180 if (cluster->indices[off].base > ix) 183 if (cluster->indices[off].base + cluster->indices[off].span > ix 259 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (new_vec); local 315 binding_cluster &cluster local 855 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (val); local 1211 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (val); local 3757 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (mvec); local 4255 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (binding); local 6636 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (*slot); local 7512 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (binding); local 8153 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (*slot); local 9098 auto &cluster = BINDING_VECTOR_CLUSTER (bind, 0); local [all...] |
| ptree.cc | 313 binding_cluster *cluster = &BINDING_VECTOR_CLUSTER (node, ix); local 316 if (cluster->indices[jx].span) 319 cluster->indices[jx].base); 320 if (cluster->indices[jx].span > 1) 322 cluster->indices[jx].span); 323 len += sprintf (&pfx[len], " cluster:%u/%u", ix, jx); 324 binding_slot &slot = cluster->slots[jx];
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| name-lookup.cc | 153 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (*slot); local 158 cluster++; 164 gcc_checking_assert (cluster[half].indices[0].span); 165 if (cluster[half].indices[0].base > ix) 170 cluster += half; 175 /* Is it in this cluster? */ 178 if (!cluster->indices[off].span) 180 if (cluster->indices[off].base > ix) 183 if (cluster->indices[off].base + cluster->indices[off].span > ix 259 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (new_vec); local 315 binding_cluster &cluster local 850 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (val); local 1206 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (val); local 3525 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (mvec); local 3957 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (binding); local 6219 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (*slot); local 7311 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (binding); local 7930 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (*slot); local 8818 auto &cluster = BINDING_VECTOR_CLUSTER (bind, 0); local [all...] |