HomeSort by relevance Sort by last modified time
    Searched refs:ecount (Results 1 - 3 of 3) sorted by null

  /external/opencv/cxcore/src/
cxdrawing.cpp 300 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 | 2))]
564 int ecount; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
errwarn.c 91 unsigned int ecount; member in struct:yasm_errwarns
424 errwarns->ecount = 0;
463 errwarns->ecount++;
480 return errwarns->ecount+errwarns->wcount;
482 return errwarns->ecount;
  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 812 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) {
    [all...]

Completed in 57 milliseconds