Home
last modified time | relevance | path

Searched refs:swapmem (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/lib/libast/common/include/
H A Dswap.h46 extern void* swapmem(int, const void*, void*, size_t);
/titanic_41/usr/src/lib/libast/common/string/
H A Dswapput.c48 swapmem(op, p, p, n); in swapput()
H A Dswapop.c52 if (!memcmp(internal, swapmem(op, external, tmp, z), z)) in swapop()
H A Dswapget.c47 if (op) swapmem(op, b, d = tmp, n); in swapget()
H A Dswapmem.c39 swapmem(int op, const void* from, void* to, register size_t n) in swapmem() function
/titanic_41/usr/src/lib/libast/common/comp/
H A Dswab.c57 swapmem(1, src, dst, n & ~1);
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dswap.h56 extern __MANGLE__ __V_* swapmem __PROTO__((int, const __V_*, __V_*, size_t));
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dswap.h56 extern __MANGLE__ __V_* swapmem __PROTO__((int, const __V_*, __V_*, size_t));
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dswap.h56 extern __MANGLE__ __V_* swapmem __PROTO__((int, const __V_*, __V_*, size_t));
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dswap.h56 extern __MANGLE__ __V_* swapmem __PROTO__((int, const __V_*, __V_*, size_t));
/titanic_41/usr/src/lib/libsum/common/
H A Dsum-ast4.c115swapmem(_ast_intswap, data->buf = ((Ast4_t*)p)->buf, &((Ast4_t*)p)->cur, sizeof(((Ast4_t*)p)->cur)… in ast4_data()
/titanic_41/usr/src/lib/libast/
H A Dmapfile-vers619 swapmem;
H A DMakefile.com533 common/string/swapmem.o \