Searched defs: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 101 unsigned c1, c2, s1, s2; in get_two_cores() local 125 unsigned s1, s2; in get_two_sockets() local
|
| H A D | test_bpf.c | 2424 dummy_func5(const char *s1, const 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()
|
| /dpdk/drivers/net/qede/base/ |
| H A D | bcm_osal.h | 103 #define OSAL_MEMCMP(s1, s2, size) memcmp(s1, s2, size) argument
|