OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_clusters
(Results
1 - 9
of
9
) sorted by null
/system/extras/fatblock/
fs.h
26
cluster_t
num_clusters
;
member in struct:fs
fs.c
129
if (fs->next_cluster + clusters_needed > fs->
num_clusters
) {
216
fs->
num_clusters
= FAT_CLUSTER_ZERO + data_clusters;
260
fs->info.free_clusters = htole32(fs->
num_clusters
- fs->next_cluster);
/external/harfbuzz_ng/util/
helper-cairo.cc
411
l->
num_clusters
= l->num_glyphs ? 1 : 0;
414
l->
num_clusters
++;
415
l->clusters = cairo_text_cluster_allocate (l->
num_clusters
);
420
(l->
num_clusters
&& !l->clusters))
442
if (l->
num_clusters
) {
443
memset ((void *) l->clusters, 0, l->
num_clusters
* sizeof (l->clusters[0]));
view-cairo.cc
115
} else if (l.
num_clusters
)
119
l.clusters, l.
num_clusters
,
helper-cairo.hh
56
unsigned int
num_clusters
;
member in struct:helper_cairo_line_t
/external/ceres-solver/internal/ceres/
visibility_based_preconditioner_test.cc
149
// const int
num_clusters
= get_num_clusters();
151
// kCameraSize * num_camera_blocks_ /
num_clusters
;
153
// for (int i = 0; i <
num_clusters
; ++i) {
154
// for (int j = i; j <
num_clusters
; ++j) {
visibility_based_preconditioner.cc
203
VLOG(2) << "
num_clusters
: " << num_clusters_;
/external/qemu/block/
qcow2.c
916
#define
NUM_CLUSTERS
(bytes) \
919
ref_clusters =
NUM_CLUSTERS
(
NUM_CLUSTERS
(offset) * sizeof(uint16_t));
926
reftable_clusters =
NUM_CLUSTERS
(ref_clusters * sizeof(uint64_t));
929
image_clusters =
NUM_CLUSTERS
(offset) + ref_clusters
933
ref_clusters =
NUM_CLUSTERS
(image_clusters * sizeof(uint16_t));
[
all
...]
/external/opencv/cv/include/
cvcompat.h
812
CV_INLINE void cvKMeans( int
num_clusters
, float** samples,
821
cvKMeans2( samples_mat,
num_clusters
, &cluster_idx_mat, termcrit );
[
all
...]
Completed in 1569 milliseconds