Home
last modified time | relevance | path

Searched refs:ret_count (Results 1 – 3 of 3) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Dmkjournal.c153 blk64_t *ret_blk, int *ret_count) in ext2fs_zero_blocks2() argument
207 if (ret_count) in ext2fs_zero_blocks2()
208 *ret_count = count; in ext2fs_zero_blocks2()
219 blk_t *ret_blk, int *ret_count) in ext2fs_zero_blocks() argument
224 retval = ext2fs_zero_blocks2(fs, blk, num, &ret_blk2, ret_count); in ext2fs_zero_blocks()
Dext2fs.h1616 blk_t *ret_blk, int *ret_count);
1618 blk64_t *ret_blk, int *ret_count);
/third_party/flutter/skia/src/utils/
DSkLua.cpp1326 int ret_count = 1; in lpath_isRect() local
1330 ret_count += 1; in lpath_isRect()
1332 return ret_count; in lpath_isRect()
1347 int ret_count = 1; in lpath_isNestedFillRects() local
1355 ret_count += 4; in lpath_isNestedFillRects()
1357 return ret_count; in lpath_isNestedFillRects()