Home
last modified time | relevance | path

Searched refs:mem2 (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/tools/ctf/stabs/common/
H A Dfth_struct.c139 fth_str_mem_t *mem1 = m1, *mem2 = m2; in fth_struct_memcmp() local
141 if (mem1->fsm_off < mem2->fsm_off) in fth_struct_memcmp()
143 else if (mem1->fsm_off > mem2->fsm_off) in fth_struct_memcmp()
/titanic_41/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_osd.h258 #define dapl_os_memcmp(mem1, mem2, len) memcmp((mem1), (mem2), (len)) argument