Searched refs:size2 (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
H A D | osal_string.c | 25 const void *buf2, unsigned long size2) in osal_memncmp() 27 if (size1 != size2) { in osal_memncmp() 36 const char *str2, unsigned long size2) in osal_strncmp() 38 if (size1 != size2) { in osal_strncmp() 47 const char *str2, unsigned long size2) in osal_strncasecmp() 49 if (size1 != size2) { in osal_strncasecmp() 24 osal_memncmp(const void *buf1, unsigned long size1, const void *buf2, unsigned long size2) osal_memncmp() argument 35 osal_strncmp(const char *str1, unsigned long size1, const char *str2, unsigned long size2) osal_strncmp() argument 46 osal_strncasecmp(const char *str1, unsigned long size1, const char *str2, unsigned long size2) osal_strncasecmp() argument
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
H A D | hi_osal.h | 465 const void *buf2, unsigned long size2); 467 const char *str2, unsigned long size2); 469 const char *str2, unsigned long size2);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_diag.h | 574 hi_u16 size2; 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 3 milliseconds