Searched refs:ret_count (Results 1 - 10 of 10) sorted by relevance

/external/qemu/block/
H A Draw-win32.c113 DWORD ret_count; local
121 ret = ReadFile(s->hfile, buf, count, &ret_count, &ov);
123 return ret_count;
124 if (ret_count == count)
125 ret_count = 0;
126 return ret_count;
134 DWORD ret_count; local
142 ret = WriteFile(s->hfile, buf, count, &ret_count, &ov);
144 return ret_count;
145 if (ret_count
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dmkjournal.c149 blk_t *ret_blk, int *ret_count)
184 if (ret_count)
185 *ret_count = count;
148 ext2fs_zero_blocks(ext2_filsys fs, blk_t blk, int num, blk_t *ret_blk, int *ret_count) argument
H A Dext2fs.h1075 blk_t *ret_blk, int *ret_count);
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_ccb_act.c53 p_ccb->ret_count = 0;
798 p_ccb->ret_count++;
799 if (p_ccb->ret_count == AVDT_RET_MAX)
802 p_ccb->ret_count = 0;
H A Davdt_int.h446 UINT8 ret_count; /* Command retransmission count */ member in struct:__anon1091
H A Davdt_msg.c1836 p_ccb->ret_count = 0;
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp811 int ret_count = 1; local
815 ret_count += 1;
817 return ret_count;
832 int ret_count = 1; local
840 ret_count += 4;
842 return ret_count;
/external/skia/src/utils/
H A DSkLua.cpp811 int ret_count = 1; local
815 ret_count += 1;
817 return ret_count;
832 int ret_count = 1; local
840 ret_count += 4;
842 return ret_count;
/external/e2fsprogs/e2fsck/
H A Dutil.c562 blk_t *ret_blk, int *ret_count)
597 if (ret_count)
598 *ret_count = count;
561 e2fsck_zero_blocks(ext2_filsys fs, blk_t blk, int num, blk_t *ret_blk, int *ret_count) argument
H A De2fsck.h491 blk_t *ret_blk, int *ret_count);

Completed in 313 milliseconds