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

  /external/strace/
sysctl.c 68 unsigned int cnt = 0, max_cnt; local
158 max_cnt = info.nlen;
159 if (abbrev(tcp) && max_cnt > max_strlen)
160 max_cnt = max_strlen;
161 while (cnt < max_cnt)
  /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

Completed in 730 milliseconds