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

  /external/qemu/block/
raw-win32.c 113 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 == count
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 1188 int ret_count = 1; local
1209 int ret_count = 1; local
    [all...]
  /external/skia/src/utils/
SkLua.cpp 1180 int ret_count = 1; local
1201 int ret_count = 1; local
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_int.h 446 UINT8 ret_count; /* Command retransmission count */ member in struct:__anon5840

Completed in 195 milliseconds