Searched refs:acount (Results 1 – 17 of 17) sorted by relevance
/third_party/boost/libs/graph/example/ |
D | iohb.c | 754 int i,j,entry,offset,acount,linemod; in writeHB_mat_double() local 870 acount = 1; in writeHB_mat_double() 877 if ( acount++%Rhsperline == linemod ) fprintf(out_file,"\n"); in writeHB_mat_double() 879 if ( acount%Rhsperline != linemod ) { in writeHB_mat_double() 881 linemod = (acount-1)%Rhsperline; in writeHB_mat_double() 887 if ( acount++%Rhsperline == linemod ) fprintf(out_file,"\n"); in writeHB_mat_double() 889 if ( acount%Rhsperline != linemod ) { in writeHB_mat_double() 891 linemod = (acount-1)%Rhsperline; in writeHB_mat_double() 898 if ( acount++%Rhsperline == linemod ) fprintf(out_file,"\n"); in writeHB_mat_double() 900 if ( acount%Rhsperline != linemod ) { in writeHB_mat_double() [all …]
|
/third_party/alsa-lib/test/ |
D | timer.c | 60 int *acount = snd_async_handler_get_callback_private(ahandler); in async_callback() local 67 (*acount)++; in async_callback() 80 int acount = 0; in main() local 170 err = snd_async_add_timer_handler(&ahandler, handle, async_callback, &acount); in main() 183 while (acount < 25) in main()
|
/third_party/skia/third_party/externals/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()
|
/third_party/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()
|
/third_party/flutter/skia/third_party/externals/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()
|
/third_party/python/Objects/ |
D | listobject.c | 1623 Py_ssize_t acount = 0; /* # of times A won in a row */ in merge_lo() local 1637 acount = 0; in merge_lo() 1646 ++acount; in merge_lo() 1651 if (acount >= min_gallop) in merge_lo() 1667 acount = k; in merge_lo() 1705 } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP); in merge_lo() 1761 Py_ssize_t acount = 0; /* # of times A won in a row */ in merge_hi() local 1774 ++acount; in merge_hi() 1779 if (acount >= min_gallop) in merge_hi() 1785 acount = 0; in merge_hi() [all …]
|
D | listsort.txt | 594 offset equal to the previous value of acount/bcount. Doing so saves about
|
/third_party/flutter/skia/third_party/externals/freetype/src/smooth/ |
D | ftgrays.c | 1212 TCoord acount ) in gray_hline() argument 1240 span->len = (unsigned short)acount; in gray_hline() 1260 switch ( acount ) in gray_hline() 1286 FT_MEM_SET( q, c, acount ); in gray_hline()
|
/third_party/freetype/src/smooth/ |
D | ftgrays.c | 1211 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()
|
/third_party/libxml2/ |
D | xmllint.c | 3171 int i, acount; in main() local 3787 for (acount = 0;acount < repeat;acount++) { in main()
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.23 | 1261 (gray_hline): The argument `acount' is extended to
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.23 | 1261 (gray_hline): The argument `acount' is extended to
|
/third_party/freetype/ |
D | ChangeLog.23 | 1261 (gray_hline): The argument `acount' is extended to
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 24546 @item acount
|