Searched refs:acount (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Objects/ |
D | listobject.c | 1487 Py_ssize_t acount = 0; /* # of times A won in a row */ in merge_lo() local 1501 acount = 0; in merge_lo() 1510 ++acount; in merge_lo() 1515 if (acount >= min_gallop) in merge_lo() 1531 acount = k; in merge_lo() 1569 } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP); in merge_lo() 1624 Py_ssize_t acount = 0; /* # of times A won in a row */ in merge_hi() local 1637 ++acount; in merge_hi() 1642 if (acount >= min_gallop) in merge_hi() 1648 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 | 1226 TCoord acount ) in gray_hline() argument 1261 span.len = (unsigned short)acount; in gray_hline() 1276 switch ( acount ) in gray_hline() 1287 FT_MEM_SET( q, c, acount ); in gray_hline()
|
/external/freetype/src/pfr/ |
D | pfrload.c | 202 FT_Long *acount ) in pfr_log_font_count() argument 215 *acount = (FT_Long)result; in pfr_log_font_count()
|
/external/pdfium/third_party/freetype/src/smooth/ |
D | ftgrays.c | 1256 TCoord acount ) in gray_hline() argument 1312 span->len = (unsigned short)( span->len + acount ); in gray_hline() 1349 span->len = (unsigned short)acount; in gray_hline()
|
/external/libxml2/ |
D | xmllint.c | 3117 int i, acount; in main() local 3719 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}
|