Searched refs:size1 (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
H A D | osal_string.c | 24 int osal_memncmp(const void *buf1, unsigned long size1, in osal_memncmp() argument 27 if (size1 != size2) { in osal_memncmp() 31 return memcmp(buf1, buf2, size1); in osal_memncmp() 35 int osal_strncmp(const char *str1, unsigned long size1, in osal_strncmp() argument 38 if (size1 != size2) { in osal_strncmp() 42 return strncmp(str1, str2, size1); in osal_strncmp() 46 int osal_strncasecmp(const char *str1, unsigned long size1, in osal_strncasecmp() argument 49 if (size1 != size2) { in osal_strncasecmp() 53 return strncasecmp(str1, str2, size1); in osal_strncasecmp()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
H A D | hi_osal.h | 464 int osal_memncmp(const void *buf1, unsigned long size1, 466 int osal_strncmp(const char *str1, unsigned long size1, 468 int osal_strncasecmp(const char *str1, unsigned long size1,
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_diag.h | 573 hi_u16 size1; member 585 Therefore, the sum of buffer_size.size1 and buffer_size.size2 cannot be greater than 98. 586 CNcomment:diag单包最多能发99字节数据,两个buffer之间会预留一个空格,所以参数buffer_size.size1与buffer_size.size2的和不能大于98。CNend
|
Completed in 2 milliseconds