Searched refs:ecount (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxdrawing.cpp300 int ecount, scount = 0; local
349 ecount = (pt2.x >> XY_SHIFT) - (pt1.x >> XY_SHIFT);
373 ecount = (pt2.y >> XY_SHIFT) - (pt1.y >> XY_SHIFT);
420 while( ecount >= 0 )
425 (((ecount >= 2) + 1) & (ecount | 2))];
445 ecount--;
452 while( ecount >= 0 )
457 (((ecount >= 2) + 1) & (ecount |
564 int ecount; local
[all...]
/external/ipsec-tools/src/racoon/
H A Disakmp_xauth.c812 int ecount = 0; local
919 ecount = ldap_count_entries(ld, lr);
920 if (ecount < 1) {
926 if (ecount > 1) {
929 ecount, filter);
1044 int ecount = 0; local
1136 ecount = ldap_count_entries(ld, lr);
1137 if (ecount < 1) {

Completed in 129 milliseconds