Home
last modified time | relevance | path

Searched refs:acount (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/
Dgraph_functions_wrapper.c129 unsigned long long int acount = GetCounter(*a); in CompareCycle() local
131 if (acount < bcount) { in CompareCycle()
133 } else if (acount > bcount) { in CompareCycle()
/external/python/cpython2/Objects/
Dlistobject.c1484 Py_ssize_t acount = 0; /* # of times A won in a row */ in merge_lo() local
1498 acount = 0; in merge_lo()
1507 ++acount; in merge_lo()
1512 if (acount >= min_gallop) in merge_lo()
1528 acount = k; in merge_lo()
1566 } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP); in merge_lo()
1621 Py_ssize_t acount = 0; /* # of times A won in a row */ in merge_hi() local
1634 ++acount; in merge_hi()
1639 if (acount >= min_gallop) in merge_hi()
1645 acount = 0; in merge_hi()
[all …]
Dlistsort.txt594 offset equal to the previous value of acount/bcount. Doing so saves about
/external/freetype/src/pfr/
Dpfrload.h93 FT_Long *acount );
Dpfrload.c291 FT_Long *acount ) in pfr_log_font_count() argument
321 *acount = (FT_Long)result; in pfr_log_font_count()
/external/python/cpython3/Objects/
Dlistobject.c1584 Py_ssize_t acount = 0; /* # of times A won in a row */ in merge_lo() local
1598 acount = 0; in merge_lo()
1607 ++acount; in merge_lo()
1612 if (acount >= min_gallop) in merge_lo()
1628 acount = k; in merge_lo()
1666 } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP); in merge_lo()
1722 Py_ssize_t acount = 0; /* # of times A won in a row */ in merge_hi() local
1735 ++acount; in merge_hi()
1740 if (acount >= min_gallop) in merge_hi()
1746 acount = 0; in merge_hi()
[all …]
Dlistsort.txt594 offset equal to the previous value of acount/bcount. Doing so saves about
/external/freetype/src/smooth/
Dftgrays.c1235 TCoord acount ) in gray_hline() argument
1263 span.len = (unsigned short)acount; in gray_hline()
1278 switch ( acount ) in gray_hline()
1289 FT_MEM_SET( q, c, acount ); in gray_hline()
/external/libxml2/
Dxmllint.c3118 int i, acount; in main() local
3720 for (acount = 0;acount < repeat;acount++) { in main()
/external/protobuf/php/ext/google/protobuf/
Dupb.h809 #define UPB_INTTABLE_INIT(count, mask, ctype, size_lg2, ent, a, asize, acount) \ argument
810 {{count, mask, ctype, size_lg2, ent}, a, asize, acount}
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h1046 #define UPB_INTTABLE_INIT(count, mask, ctype, size_lg2, ent, a, asize, acount) \
1047 {UPB_TABLE_INIT(count, mask, ctype, size_lg2, ent), a, asize, acount}
/external/freetype/
DChangeLog.231261 (gray_hline): The argument `acount' is extended to