Searched refs:acount (Results 1 - 5 of 5) sorted by relevance
/third_party/alsa-lib/test/ |
H A D | timer.c | 61 int *acount = snd_async_handler_get_callback_private(ahandler); in async_callback() local 68 (*acount)++; in async_callback() 81 int acount = 0; in main() local 171 err = snd_async_add_timer_handler(&ahandler, handle, async_callback, &acount); in main() 184 while (acount < 25) in main()
|
/third_party/python/Objects/ |
H A D | listobject.c | 1655 Py_ssize_t acount = 0; /* # of times A won in a row */ in merge_lo() local 1669 acount = 0; in merge_lo() 1678 ++acount; in merge_lo() 1683 if (acount >= min_gallop) in merge_lo() 1699 acount = k; in merge_lo() 1737 } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP); in merge_lo() 1793 Py_ssize_t acount = 0; /* # of times A won in a row */ in merge_hi() local 1806 ++acount; in merge_hi() 1811 if (acount >= min_gallop) in merge_hi() 1817 acount in merge_hi() [all...] |
/third_party/skia/third_party/externals/freetype/src/pfr/ |
H A D | pfrload.h | 93 FT_Long *acount );
|
H A D | pfrload.c | 291 FT_Long *acount ) in FT_LOCAL_DEF() 321 *acount = (FT_Long)result; in FT_LOCAL_DEF()
|
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 5654 int rshift=0,gshift=0,bshift=0,ashift=0,rcount=0,gcount=0,bcount=0,acount=0; 5674 ashift = stbi__high_bit(ma)-7; acount = stbi__bitcount(ma); 5675 if (rcount > 8 || gcount > 8 || bcount > 8 || acount > 8) { STBI_FREE(out); return stbi__errpuc("bad masks", "Corrupt BMP"); } 5697 a = (ma ? stbi__shiftsigned(v & ma, ashift, acount) : 255);
|
Completed in 17 milliseconds