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

  /external/bluetooth/bluedroid/gki/common/
gki_common.h 75 UINT16 max_cnt; /* maximum number of buffers allocated at any time */ member in struct:_free_queue
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_common.h 87 UINT16 max_cnt; /* maximum number of buffers allocated at any time */ member in struct:_free_queue
  /external/libnfc-nci/src/gki/common/
gki_common.h 87 UINT16 max_cnt; /* maximum number of buffers allocated at any time */ member in struct:_free_queue
  /external/strace/
system.c 448 int cnt = 0, max_cnt; local
538 max_cnt = info.nlen;
539 if (abbrev(tcp) && max_cnt > max_strlen)
540 max_cnt = max_strlen;
541 while (cnt < max_cnt)

Completed in 62 milliseconds