Home
last modified time | relevance | path

Searched refs:fillable (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dfallocate.c107 blk64_t fillable, pblk, plen, x, y; in ext_falloc_helper() local
139 fillable = max_uninit_len - left_ext->e_len; in ext_falloc_helper()
141 fillable = max_init_len - left_ext->e_len; in ext_falloc_helper()
143 if (fillable > range_len) in ext_falloc_helper()
144 fillable = range_len; in ext_falloc_helper()
145 if (fillable == 0) in ext_falloc_helper()
158 if (cluster_fill > fillable) in ext_falloc_helper()
159 cluster_fill = fillable; in ext_falloc_helper()
204 fillable = max_uninit_len - right_ext->e_len; in ext_falloc_helper()
206 fillable = max_init_len - right_ext->e_len; in ext_falloc_helper()
[all …]
/external/python/cpython2/Doc/library/
Dal.rst154 Return the number of fillable samples.
/external/python/cpython2/Modules/
Dalmodule.c703 int fillable; in alp_GetFillable() local
707 if ((fillable = alGetFillable(self->port)) < 0) in alp_GetFillable()
709 return PyInt_FromLong((long) fillable); in alp_GetFillable()
/external/skqp/src/core/
DSkCanvas.cpp1777 static bool fillable(const SkRect& r) { in fillable() function
1787 if (!fillable(dst) || !fillable(src)) { in drawImageRect()
/external/skia/src/core/
DSkCanvas.cpp1779 static bool fillable(const SkRect& r) { in fillable() function
1789 if (!fillable(dst) || !fillable(src)) { in drawImageRect()
/external/jline/src/src/test/resources/jline/example/
Denglish.gz