OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_nodes
(Results
1 - 4
of
4
) sorted by null
/external/iptables/include/linux/netfilter/
xt_cluster.h
9
__u32
total_nodes
;
member in struct:xt_cluster_match_info
/external/iptables/extensions/
libxt_cluster.c
38
.flags = XTOPT_MAND | XTOPT_PUT, XTOPT_POINTER(s,
total_nodes
)},
77
if (info->node_mask >= (1ULL << info->
total_nodes
))
87
if (info->node_mask >= (1ULL << info->
total_nodes
))
111
printf("
total_nodes
=%u hash_seed=0x%08x",
112
info->
total_nodes
, info->hash_seed);
126
info->
total_nodes
, info->hash_seed);
/external/opencv/cv/src/
mycvHaarDetectObjects.cpp
170
int
total_nodes
= 0;
local
213
total_nodes
+= classifier->count;
247
sizeof(MyCvHidHaarTreeNode) *
total_nodes
+
248
sizeof(void*)*(
total_nodes
+ total_classifiers);
[
all
...]
cvhaar.cpp
188
int
total_nodes
= 0;
local
231
total_nodes
+= classifier->count;
265
sizeof(CvHidHaarTreeNode) *
total_nodes
+
266
sizeof(void*)*(
total_nodes
+ total_classifiers);
[
all
...]
Completed in 882 milliseconds