HomeSort by relevance Sort by last modified time
    Searched refs:ecount (Results 1 - 6 of 6) 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/libunwind/src/ia64/
unwind_decoder.h 56 * UNW_DEC_EPILOGUE(fmt,t,ecount,arg)
413 unw_word t, ecount, label; local
418 ecount = unw_decode_uleb128 (&dp);
419 UNW_DEC_EPILOGUE(B3, t, ecount, arg);
Gparser.c 499 desc_epilogue (unw_word t, unw_word ecount, struct ia64_state_record *sr)
502 sr->epilogue_count = ecount + 1;
  /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...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-kvm.c 759 u64 ecount, etime, max, min; local
761 ecount = get_event_count(event, vcpu);
768 pr_info("%10llu ", (unsigned long long)ecount);
769 pr_info("%8.2f%% ", (double)ecount / kvm->total_count * 100);
773 pr_info("%9.2fus ( +-%7.2f%% )", (double)etime / ecount/1e3,
    [all...]

Completed in 530 milliseconds