OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_clusters
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/drivers/arm/cci400/
cci400.c
14
#define
MAX_CLUSTERS
2
17
static unsigned int cci_cluster_ix_to_iface[
MAX_CLUSTERS
];
26
* less than
MAX_CLUSTERS
, not the same as each other and at least one
30
assert(slave_iface3_cluster_ix <
MAX_CLUSTERS
);
31
assert(slave_iface4_cluster_ix <
MAX_CLUSTERS
);
59
assert(cluster_id <
MAX_CLUSTERS
);
/device/linaro/hikey/power/
power_hikey.c
91
static int
max_clusters
= 1;
variable
358
for (i=0; i <
max_clusters
; i++) {
396
max_clusters
= i;
/external/brotli/c/enc/
cluster_inc.h
77
size_t
max_clusters
,
102
min_cluster_size =
max_clusters
;
Completed in 1801 milliseconds