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

  /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_int.h 431 uint8_t ret_count; /* Command retransmission count */ member in struct:__anon113584
  /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 317 milliseconds