Searched refs:acount (Results 1 – 8 of 8) sorted by relevance
/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/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/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/astc-encoder/Source/ |
D | stb_image.h | 5570 int rshift=0,gshift=0,bshift=0,ashift=0,rcount=0,gcount=0,bcount=0,acount=0; in stbi__bmp_load() local 5590 ashift = stbi__high_bit(ma)-7; acount = stbi__bitcount(ma); in stbi__bmp_load() 5591 …if (rcount > 8 || gcount > 8 || bcount > 8 || acount > 8) { STBI_FREE(out); return stbi__errpuc("b… in stbi__bmp_load() 5613 a = (ma ? stbi__shiftsigned(v & ma, ashift, acount) : 255); in stbi__bmp_load()
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.23 | 1261 (gray_hline): The argument `acount' is extended to
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 27177 @item acount
|