Searched defs:maxlen (Results 1 - 4 of 4) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Ddhdioctl.h98 uint maxlen; /* Maximum length of packets to send */ member in struct:dhd_pktgen
H A Dbcmutils.h226 uint16 maxlen; member in struct:pktpool
260 extern int pktpool_setmaxlen(pktpool_t *pktp, uint16 maxlen);
261 extern int pktpool_setmaxlen_strict(osl_t *osh, pktpool_t *pktp, uint16 maxlen);
268 #define pktpool_maxlen(pp) (POOLPTR(pp)->maxlen)
/hardware/intel/bootstub/
H A Dbootstub.c98 static size_t strnlen(const char *s, size_t maxlen) argument
101 while (*es && maxlen) {
103 maxlen--;
109 static const char *strnchr(const char *s, int c, size_t maxlen) argument
112 for (i = 0; i < maxlen && *s != c; s++, i++)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c554 size_t maxlen = 8; local
561 while (count < maxlen) {

Completed in 111 milliseconds