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

  /external/e2fsprogs/lib/ext2fs/
mkjournal.c 153 blk64_t *ret_blk, int *ret_count)
207 if (ret_count)
208 *ret_count = count;
219 blk_t *ret_blk, int *ret_count)
224 retval = ext2fs_zero_blocks2(fs, blk, num, &ret_blk2, ret_count);
ext2fs.h     [all...]
  /external/mesa3d/src/vulkan/wsi/
wsi_common_wayland.c 506 uint32_t ret_count; local
515 ret_count = chain->image_count;
517 ret_count = *pCount;
521 for (uint32_t i = 0; i < ret_count; i++)
wsi_common_x11.c 552 uint32_t ret_count; local
561 ret_count = chain->image_count;
563 ret_count = *pCount;
567 for (uint32_t i = 0; i < ret_count; i++)
    [all...]
  /system/bt/stack/avdt/
avdt_ccb_act.cc 54 p_ccb->ret_count = 0;
754 p_ccb->ret_count++;
755 if (p_ccb->ret_count == AVDT_RET_MAX) {
757 p_ccb->ret_count = 0;
    [all...]
avdt_int.h 431 uint8_t ret_count; /* Command retransmission count */ member in struct:__anon113584
avdt_msg.cc     [all...]
  /external/skia/src/utils/
SkLua.cpp 1413 int ret_count = 1; local
1434 int ret_count = 1; local
    [all...]
  /external/v8/src/compiler/
wasm-compiler.cc 2260 size_t ret_count = sig->return_count(); local
    [all...]

Completed in 623 milliseconds