Searched refs:acount (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/ |
D | graph_functions_wrapper.c | 129 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/ |
D | listobject.c | 1484 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 …]
|
D | listsort.txt | 594 offset equal to the previous value of acount/bcount. Doing so saves about
|
/external/freetype/src/pfr/ |
D | pfrload.h | 93 FT_Long *acount );
|
D | pfrload.c | 291 FT_Long *acount ) in pfr_log_font_count() argument 321 *acount = (FT_Long)result; in pfr_log_font_count()
|
/external/python/cpython3/Objects/ |
D | listobject.c | 1584 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 …]
|
D | listsort.txt | 594 offset equal to the previous value of acount/bcount. Doing so saves about
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 1235 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/ |
D | xmllint.c | 3118 int i, acount; in main() local 3720 for (acount = 0;acount < repeat;acount++) { in main()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 809 #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/ |
D | upb.h | 1046 #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/ |
D | ChangeLog.23 | 1261 (gray_hline): The argument `acount' is extended to
|