Home
last modified time | relevance | path

Searched defs:s2 (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/eal/windows/include/
H A Drte_os_shim.h24 #define strcasecmp(s1, s2) _stricmp(s1, s2) argument
25 #define strncasecmp(s1, s2, count) _strnicmp(s1, s2, count) argument
/dpdk/app/test/
H A Dtest_ring_perf.c74 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 Dtest_bpf.c2424 dummy_func5(const char *s1, const char *s2) in dummy_func5()
/dpdk/lib/cmdline/
H A Dcmdline_parse.c68 nb_common_chars(const char * s1, const char * s2) in nb_common_chars()
/dpdk/drivers/net/qede/base/
H A Dbcm_osal.h103 #define OSAL_MEMCMP(s1, s2, size) memcmp(s1, s2, size) argument