HomeSort by relevance Sort by last modified time
    Searched full:ret_count (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/lib/ext2fs/
mkjournal.c 155 blk64_t *ret_blk, int *ret_count)
190 if (ret_count)
191 *ret_count = count;
202 blk_t *ret_blk, int *ret_count)
207 retval = ext2fs_zero_blocks2(fs, blk, num, &ret_blk2, ret_count);
ext2fs.h     [all...]
  /system/bt/stack/avdt/
avdt_ccb_act.c 54 p_ccb->ret_count = 0;
806 p_ccb->ret_count++;
807 if (p_ccb->ret_count == AVDT_RET_MAX)
810 p_ccb->ret_count = 0;
    [all...]
avdt_int.h 442 UINT8 ret_count; /* Command retransmission count */ member in struct:__anon69314
avdt_msg.c     [all...]
  /external/skia/src/utils/
SkLua.cpp 1481 int ret_count = 1; local
1502 int ret_count = 1; local
    [all...]
  /external/e2fsprogs/e2fsck/
util.c 617 blk_t *ret_blk, int *ret_count)
648 if (ret_count)
649 *ret_count = count;
e2fsck.h 522 blk_t *ret_blk, int *ret_count);

Completed in 2009 milliseconds