Searched refs:s2 (Results 1 – 5 of 5) sorted by relevance
| /dpdk/lib/eal/windows/include/ |
| H A D | rte_os_shim.h | 24 #define strcasecmp(s1, s2) _stricmp(s1, s2) argument 25 #define strncasecmp(s1, s2, count) _strnicmp(s1, s2, count) argument
|
| /dpdk/app/test/ |
| H A D | test_ring_perf.c | 74 unsigned c1, c2, s1, s2; in get_two_hyperthreads() local 86 s2 = rte_lcore_to_socket_id(id2); in get_two_hyperthreads() 87 if ((c1 == c2) && (s1 == s2)){ in get_two_hyperthreads() 101 unsigned c1, c2, s1, s2; in get_two_cores() local 110 s2 = rte_lcore_to_socket_id(id2); in get_two_cores() 111 if ((c1 != c2) && (s1 == s2)){ in get_two_cores() 125 unsigned s1, s2; in get_two_sockets() local 131 s2 = rte_lcore_to_socket_id(id2); in get_two_sockets() 132 if (s1 != s2){ in get_two_sockets()
|
| H A D | test_bpf.c | 2424 dummy_func5(const char *s1, const char *s2) in dummy_func5() argument 2426 while (*s1 && (*s1 == *s2)) { in dummy_func5() 2428 s2++; in dummy_func5() 2430 return *(const unsigned char *)s1 - *(const unsigned char *)s2; in dummy_func5()
|
| /dpdk/lib/cmdline/ |
| H A D | cmdline_parse.c | 68 nb_common_chars(const char * s1, const char * s2) in nb_common_chars() argument 72 while (*s1==*s2 && *s1) { in nb_common_chars() 74 s2++; in nb_common_chars()
|
| /dpdk/drivers/net/qede/base/ |
| H A D | bcm_osal.h | 103 #define OSAL_MEMCMP(s1, s2, size) memcmp(s1, s2, size) argument
|