Symbol: SWAP
crypto/heimdal/appl/gssmask/common.c
74
SWAP(str,i,j);
crypto/heimdal/appl/gssmask/common.c
76
SWAP(str,i,j);
crypto/krb5/src/include/k5-platform.h
517
# define PUTSWAPPED(SIZE,PTR,VAL) PUT(SIZE,PTR,SWAP##SIZE(VAL))
crypto/krb5/src/include/k5-platform.h
518
# define GETSWAPPED(SIZE,PTR) SWAP##SIZE(GET(SIZE,PTR))
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
65
# define GETU32(p) SWAP(*((u32 *)(p)))
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
66
# define PUTU32(ct, st) {*((u32 *)(ct)) = SWAP((st));}
crypto/krb5/src/lib/krb5/ccache/ccselect_hostname.c
102
SWAP(best_ccache, ccache, tmp_ccache);
crypto/krb5/src/lib/krb5/ccache/ccselect_hostname.c
103
SWAP(best_princ, princ, tmp_princ);
crypto/openssl/crypto/aes/aes_local.h
20
#define GETU32(p) SWAP(*((u32 *)(p)))
crypto/openssl/crypto/aes/aes_local.h
23
*((u32 *)(ct)) = SWAP((st)); \
lib/libc/stdlib/heapsort.c
93
SWAP(par, child, count, size, tmp); \
stand/ficl/vm.c
224
case SWAP:
sys/cam/scsi/scsi_ses.h
994
GEN_SES_STATUS_COMMON_ACCESSORS(swap, SWAP)
sys/netpfil/pf/pf_table.c
1755
SWAP(counter_u64_t, *pkc, *qkc);
sys/netpfil/pf/pf_table.c
1770
SWAP(struct radix_node_head *, kt->pfrkt_ip4,
sys/netpfil/pf/pf_table.c
1772
SWAP(struct radix_node_head *, kt->pfrkt_ip6,
sys/netpfil/pf/pf_table.c
1774
SWAP(int, kt->pfrkt_cnt, shadow->pfrkt_cnt);
sys/powerpc/fpu/fpu_add.c
134
SWAP(x, y);
sys/powerpc/fpu/fpu_emu.h
129
SWAP(x, y); \
sys/vm/swap_pager.c
549
PCTRIE_DEFINE(SWAP, swblk, p, swblk_trie_alloc, swblk_trie_free);
usr.sbin/inetd/inetd.c
1052
SWAP(char *, sep->se_user, new->se_user);
usr.sbin/inetd/inetd.c
1053
SWAP(char *, sep->se_group, new->se_group);
usr.sbin/inetd/inetd.c
1055
SWAP(char *, sep->se_class, new->se_class);
usr.sbin/inetd/inetd.c
1057
SWAP(char *, sep->se_server, new->se_server);
usr.sbin/inetd/inetd.c
1058
SWAP(char *, sep->se_server_name, new->se_server_name);
usr.sbin/inetd/inetd.c
1060
SWAP(char *, sep->se_argv[i], new->se_argv[i]);
usr.sbin/inetd/inetd.c
1062
SWAP(char *, sep->se_policy, new->se_policy);