| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/ |
| H A D | parser.c | 99 ieBufValidate(UINT8 *pIe, int bufLen) in ieBufValidate() argument 101 while (bufLen) { in ieBufValidate() 103 if (bufLen < (ieLen + 2)) { in ieBufValidate() 106 bufLen -= ieLen + 2; in ieBufValidate() 114 GetIEPointers(void *priv, UINT8 *pIe, int bufLen, IEPointers_t *pIePointers) in GetIEPointers() argument 120 while (bufLen) { in GetIEPointers() 121 if (bufLen < (*(pIe + 1) + 2)) { in GetIEPointers() 154 bufLen -= *(pIe + 1) + 2; in GetIEPointers() 157 return bufLen; in GetIEPointers() 162 int bufLen, AssocIePointers_t *pIePointers) in parser_getAssocIEs() argument [all …]
|
| H A D | parser.h | 60 extern int ieBufValidate(UINT8 *pIe, int bufLen); 63 int bufLen, IEPointers_t *pIePointers); 66 int bufLen, AssocIePointers_t *pIePointers); 70 UINT8 *pIe, int bufLen); 72 extern UINT8 parser_countNumInfoElements(UINT8 *pIe, int bufLen);
|
| H A D | parser_rom.c | 223 parser_getSpecificIE(IEEEtypes_ElementId_e elemId, UINT8 *pIe, int bufLen) in parser_getSpecificIE() argument 229 while (bufLen) { in parser_getSpecificIE() 230 if (bufLen < (*(pIe + 1) + 2)) { in parser_getSpecificIE() 238 bufLen -= *(pIe + 1) + 2; in parser_getSpecificIE()
|
| /OK3568_Linux_fs/buildroot/package/libsidplay2/ |
| H A D | 0001-sidplay2-libs-2.1.1.patch | 99 - bufLen = bufferLen; 103 + this->bufLen = bufferLen; 109 - bufLen = 0; 112 + this->bufLen = 0; 123 - bufLen = bufferLen; 127 + this->bufLen = bufferLen; 133 - bufLen = 0; 136 + this->bufLen = 0;
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/ |
| H A D | Zip.c | 736 int bufLen; member 743 if (dataLen <= args->bufLen) { in copyProcessFunction() 746 args->bufLen -= dataLen; in copyProcessFunction() 756 char *buf, int bufLen) in mzReadZipEntry() argument 762 args.bufLen = bufLen; in mzReadZipEntry() 858 int bufLen; member 874 if (needLen > helper->bufLen) { in targetEntryPath() 883 helper->bufLen = needLen; in targetEntryPath() 977 helper.bufLen = 0; in mzExtractRecursive()
|
| H A D | Bits.h | 233 INLINE int readUtf8String(unsigned char const** ppSrc, char* buf, size_t bufLen) in readUtf8String() argument 236 size_t copyLen = (length < bufLen) ? length : bufLen-1; in readUtf8String()
|
| H A D | Zip.h | 157 char* buf, int bufLen);
|
| /OK3568_Linux_fs/external/recovery/minzip/ |
| H A D | Zip.c | 734 int bufLen; member 741 if (dataLen <= args->bufLen) { in copyProcessFunction() 744 args->bufLen -= dataLen; in copyProcessFunction() 754 char *buf, int bufLen) in mzReadZipEntry() argument 760 args.bufLen = bufLen; in mzReadZipEntry() 857 int bufLen; member 873 if (needLen > helper->bufLen) { in targetEntryPath() 882 helper->bufLen = needLen; in targetEntryPath() 976 helper.bufLen = 0; in mzExtractRecursive()
|
| H A D | Bits.h | 233 INLINE int readUtf8String(unsigned char const** ppSrc, char* buf, size_t bufLen) in readUtf8String() argument 236 size_t copyLen = (length < bufLen) ? length : bufLen - 1; in readUtf8String()
|
| H A D | Zip.h | 162 char* buf, int bufLen);
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-paris.h | 64 unsigned int gpio, char *buf, unsigned int bufLen);
|
| H A D | pinctrl-paris.c | 575 unsigned int gpio, char *buf, unsigned int bufLen) in mtk_pctrl_show_one_pin() argument 611 len += scnprintf(buf + len, bufLen - len, in mtk_pctrl_show_one_pin() 625 len += scnprintf(buf + len, bufLen - len, " (%1d %1d)\n", in mtk_pctrl_show_one_pin() 628 len += scnprintf(buf + len, bufLen - len, "\n"); in mtk_pctrl_show_one_pin()
|