OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:el_count
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
envlist.c
17
size_t
el_count
; /* number of entries */
member in struct:envlist
36
envlist->
el_count
= 0;
165
envlist->
el_count
++;
211
envlist->
el_count
--;
232
penv = env = malloc((envlist->
el_count
+ 1) * sizeof (char *));
243
*count = envlist->
el_count
;
/external/opencv/cv/src/
cvmorph.cpp
660
int
el_count
= state->get_element_sparse_count(); \
661
const arrtype** el_ptr = (const arrtype**)(el_sparse +
el_count
);\
662
const arrtype** el_end = el_ptr +
el_count
; \
669
for( k = 0; k <
el_count
; k++ ) \
703
for( k = 1; k <
el_count
; k++ ) \
[
all
...]
Completed in 145 milliseconds