HomeSort by relevance Sort by last modified time
    Searched refs:ecount (Results 1 - 9 of 9) 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...]
  /libcore/ojluni/src/main/java/java/util/jar/
Manifest.java 201 int ecount = 0, acount = 0; local
252 ecount++;
257 asize = Math.max(2, acount / 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 815 int ecount = 0; local
922 ecount = ldap_count_entries(ld, lr);
923 if (ecount < 1) {
929 if (ecount > 1) {
932 ecount, filter);
1047 int ecount = 0; local
1139 ecount = ldap_count_entries(ld, lr);
1140 if (ecount < 1) {
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
unwind-ia64.c 470 #define UNW_DEC_EPILOGUE(fmt, t, ecount, arg) \
471 printf ("\t%s:epilogue(t=%lu,ecount=%lu)\n", \
472 fmt, (unsigned long) t, (unsigned long) ecount)
505 * UNW_DEC_EPILOGUE(fmt,t,ecount,arg)
1012 unw_word t, ecount, label; local
1017 ecount = unw_decode_uleb128 (&dp);
1018 UNW_DEC_EPILOGUE ("B3", t, ecount, arg);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ia64.h 282 unsigned short ecount; member in struct:unw_b_record
tc-ia64.c 3462 unsigned long ecount; \/* # of _additional_ regions to pop *\/ local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
unwind-ok.d 37 [[:space:]]*B2:epilogue\(t=4,ecount=0\)
121 [[:space:]]*B3:epilogue\(t=4,ecount=32\)

Completed in 919 milliseconds