/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/ |
hisi_ipc.h | 31 void hisi_ipc_cpu_on(unsigned int cpu, unsigned int cluster); 32 void hisi_ipc_cpu_off(unsigned int cpu, unsigned int cluster); 33 void hisi_ipc_cpu_suspend(unsigned int cpu, unsigned int cluster); 34 void hisi_ipc_cluster_on(unsigned int cpu, unsigned int cluster); 35 void hisi_ipc_cluster_off(unsigned int cpu, unsigned int cluster); 36 void hisi_ipc_cluster_suspend(unsigned int cpu, unsigned int cluster);
|
hisi_pwrc.h | 39 unsigned int cluster,
|
/external/syslinux/libfat/ |
fatchain.c | 23 * Convert a cluster number (or 0 for the root directory) to a 27 int32_t cluster) 29 if (cluster == 0) 30 cluster = fs->rootcluster; 32 if (cluster == 0) 34 else if (cluster < 2 || cluster >= fs->endcluster) 37 return fs->data + ((libfat_sector_t) (cluster - 2) << fs->clustshift); 48 int32_t cluster, nextcluster; local 67 return s + 1; /* Next sector in cluster */ [all...] |
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/drivers/ |
hisi_ipc.c | 60 unsigned int cluster) 66 val = val >> (cluster * 16); 119 void hisi_ipc_cpu_on_off(unsigned int cpu, unsigned int cluster, 126 offset = cluster * 16 + cpu * 4; 128 offset = cluster * 16 + cpu * 4 + 1; 136 hisi_ipc_send(cpu_ipc_num[cluster][cpu]); 139 void hisi_ipc_cpu_on(unsigned int cpu, unsigned int cluster) 141 hisi_ipc_cpu_on_off(cpu, cluster, HISI_IPC_PM_ON); 144 void hisi_ipc_cpu_off(unsigned int cpu, unsigned int cluster) 146 hisi_ipc_cpu_on_off(cpu, cluster, HISI_IPC_PM_OFF) [all...] |
hisi_pwrc.c | 48 void hisi_pwrc_set_core_bx_addr(unsigned int core, unsigned int cluster, 59 i = cluster * CLUSTER_CORE_COUNT + core; 63 void hisi_pwrc_set_cluster_wfi(unsigned int cluster) 67 if (cluster == 0) { 71 } else if (cluster == 1) {
|
/packages/services/Car/car-lib/src/android/car/cluster/renderer/ |
IInstrumentCluster.aidl | 16 package android.car.cluster.renderer; 18 import android.car.cluster.renderer.IInstrumentClusterNavigation; 22 * Binder API for Instrument Cluster. 30 /** Supplies Instrument Cluster Renderer with current owner of Navigation app context */ 33 /** Called when key event that was addressed to instrument cluster display has been received. */
|
IInstrumentClusterNavigation.aidl | 16 package android.car.cluster.renderer; 22 * Binder API for Instrument Cluster Navigation.
|
/external/ImageMagick/MagickCore/ |
segment.c | 67 % The fuzzy c-Means technique attempts to cluster a pixel by finding 152 } Cluster; 262 Cluster 263 *cluster, 298 cluster=(Cluster *) NULL; 299 head=(Cluster *) NULL; 314 if (head != (Cluster *) NULL) 316 cluster->next=(Cluster *) AcquireMagickMemory 257 *cluster, local 542 *cluster; local 935 *cluster, local [all...] |
/external/swiftshader/src/Renderer/ |
Rasterizer.hpp | 28 Rasterizer() : primitive(Arg<0>()), count(Arg<1>()), cluster(Arg<2>()), data(Arg<3>()) {} 34 const Int cluster; member in class:sw::Rasterizer
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
Fat.java | 36 * The first cluster that really holds user data in a FAT. 225 * Returns the last free cluster that was accessed in this FAT. 227 * @return the last seen free cluster 237 long cluster = startCluster; local 238 while (!isEofCluster(entries[(int) cluster])) { 240 cluster = entries[(int) cluster]; 245 cluster = startCluster; 247 while (!isEofCluster(entries[(int) cluster])) { 248 cluster = entries[(int) cluster] [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
CpuPowerCalculator.java | 37 // Aggregate total time spent on each cluster. 40 for (int cluster = 0; cluster < numClusters; cluster++) { 41 final int speedsForCluster = mProfile.getNumSpeedStepsInCpuCluster(cluster); 43 totalTime += u.getTimeAtCpuSpeed(cluster, speed, statsType); 49 for (int cluster = 0; cluster < numClusters; cluster++) { 50 final int speedsForCluster = mProfile.getNumSpeedStepsInCpuCluster(cluster); [all...] |
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/ |
InstrumentClusterRenderingServiceImpl.java | 17 package com.android.car.cluster.sample; 19 import android.car.cluster.renderer.InstrumentClusterRenderingService; 20 import android.car.cluster.renderer.NavigationRenderer; 24 * Service for {@link InstrumentClusterController}. This is entry-point of the instrument cluster
|
DebugUtil.java | 17 package com.android.car.cluster.sample; 26 public static final String TAG = "CLUSTER";
|
MessagingNotificationHandler.java | 17 package com.android.car.cluster.sample; 19 import static com.android.car.cluster.sample.DebugUtil.DEBUG; 27 import com.android.car.cluster.sample.MessagingConverter.MessageContactDetails; 37 MessagingNotificationHandler(ClusterView cluster) { 38 mClusterView = cluster;
|
InstrumentClusterPresentation.java | 16 package com.android.car.cluster.sample;
|
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/ |
plat_pm.c | 69 int cpu, cluster; local 71 cluster = (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFF1_SHIFT; 82 hisi_pwrc_set_core_bx_addr(cpu, cluster, sec_entrypoint); 83 hisi_ipc_cpu_on(cpu, cluster); 87 hisi_ipc_cluster_on(cpu, cluster); 98 int cpu, cluster; local 100 cluster = (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFF1_SHIFT; 112 hisi_ipc_cluster_off(cpu, cluster); 117 hisi_ipc_cpu_off(cpu, cluster); 129 int cpu, cluster; local 171 int cpu, cluster; local [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/DeviceTree/ |
hi6220-sched-energy.dtsi | 9 /* { .power = 0 }, /\* cluster-sleep-0 *\/ */ 13 /* /\* Power per cluster *\/ */ 25 /* { .power = 0 }, /\* cluster-sleep-0 *\/ */ 54 CLUSTER_COST: cluster-cost {
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
ClusterManager.java | 33 * locations initially are kept by the clusters. Periodially, a cluster consolidating 34 * procedure is carried out to refine the cluster centers. After consolidation, the 49 // A location cluster can be labeled as a semantic cluster if it has been 125 // add the last location to cluster. 126 // first find the cluster it belongs to. 136 // add the location to the selected cluster 140 // if it is far away from all existing clusters, create a new cluster. 141 LocationCluster cluster = new LocationCluster(mLastLocation, duration); local 142 mLocationClusters.add(cluster); 241 semanticIdMap.put(cluster.getSemanticId(), cluster); local 268 BaseCluster cluster = local [all...] |
BaseCluster.java | 114 * This computes the distance from loation to the cluster center in meter. 120 public float distanceToCluster(BaseCluster cluster) { 121 return (float) computeDistance(mCenter, cluster.mCenter); 124 public void absorbCluster(BaseCluster cluster) { 125 averageCenter(cluster.mCenter, cluster.mDuration); 126 absorbHistogram(cluster); 129 public void setCluster(BaseCluster cluster) { 131 mCenter[i] = cluster.mCenter[i]; 134 mHistogram.putAll(cluster.mHistogram) [all...] |
IAggregatorManager.aidl | 30 boolean setFakeLocation(in String cluster);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/ |
KMeansPlusPlusClusterer.java | 31 * @param <T> type of the points to cluster 38 /** Strategies to use for replacing an empty cluster. */ 41 /** Split the cluster with largest distance variance. */ 44 /** Split the cluster with largest number of points. */ 47 /** Create a cluster around the point farthest from its centroid. */ 64 * algorithm iterations is to split the cluster with largest distance variance. 86 * @param points the points to cluster 92 public List<Cluster<T>> cluster(final Collection<T> points, method in class:KMeansPlusPlusClusterer 95 List<Cluster<T>> clusters = chooseInitialCenters(points, k, random) 147 Cluster<T> cluster = getNearestCluster(clusters, p); local [all...] |
/external/autotest/client/site_tests/firmware_TouchMTB/geometry/ |
two_farthest_clusters.py | 45 cluster the point is nearer. 72 return [minicircle(cluster).radius 73 for cluster in get_two_farthest_clusters(points) if cluster]
|
/external/libvpx/libvpx/ |
webmdec.cc | 38 webm_ctx->cluster = NULL; 50 const mkvparser::Cluster *const cluster = segment->GetFirst(); member in class:__anon24647::mkvparser 51 webm_ctx->cluster = cluster; 130 const mkvparser::Cluster *cluster = local 131 reinterpret_cast<const mkvparser::Cluster *>(webm_ctx->cluster); 141 status = cluster->GetFirst(block_entry) [all...] |
/external/harfbuzz_ng/util/ |
helper-cairo.cc | 483 if (hb_glyph[i].cluster != hb_glyph[i-1].cluster) 516 unsigned int cluster = 0; local 518 l->clusters[cluster].num_glyphs++; 521 if (hb_glyph[i].cluster != hb_glyph[i+1].cluster) { 522 g_assert (hb_glyph[i].cluster > hb_glyph[i+1].cluster); 524 end = start + hb_glyph[i].cluster - hb_glyph[i+1].cluster; [all...] |
/external/harfbuzz_ng/src/ |
hb-buffer.cc | 260 unsigned int cluster) 271 glyph->cluster = cluster; 484 if (cluster_start <= info[i].cluster && info[i].cluster < cluster_end) 537 last_cluster = info[0].cluster; 539 if (last_cluster != info[i].cluster) { 542 last_cluster = info[i].cluster; 555 unsigned int cluster = info[start].cluster; local 586 unsigned int cluster = out_info[start].cluster; local 610 unsigned int cluster = info[idx].cluster; local [all...] |