Home
last modified time | relevance | path

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

/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/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/python/cpython3/Objects/
Dlistobject.c1604 Py_ssize_t acount = 0; /* # of times A won in a row */ in merge_lo() local
1618 acount = 0; in merge_lo()
1627 ++acount; in merge_lo()
1632 if (acount >= min_gallop) in merge_lo()
1648 acount = k; in merge_lo()
1686 } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP); in merge_lo()
1742 Py_ssize_t acount = 0; /* # of times A won in a row */ in merge_hi() local
1755 ++acount; in merge_hi()
1760 if (acount >= min_gallop) in merge_hi()
1766 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.c1211 TCoord acount ) in gray_hline() argument
1239 span->len = (unsigned short)acount; in gray_hline()
1259 switch ( acount ) in gray_hline()
1285 FT_MEM_SET( q, c, acount ); in gray_hline()
/external/libxml2/
Dxmllint.c3130 int i, acount; in main() local
3724 for (acount = 0;acount < repeat;acount++) { in main()
/external/protobuf/php/ext/google/protobuf/
Dupb.h2830 #define UPB_INTTABLE_INIT(count, mask, ctype, size_lg2, ent, a, asize, acount) \ argument
2831 {UPB_TABLE_INIT(count, mask, ctype, size_lg2, ent), a, asize, acount}
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h1139 #define UPB_INTTABLE_INIT(count, mask, ctype, size_lg2, ent, a, asize, acount) \
1140 {UPB_TABLE_INIT(count, mask, ctype, size_lg2, ent), a, asize, acount}
/external/freetype/
DChangeLog.231261 (gray_hline): The argument `acount' is extended to