Symbol: SWAP
games/rogue/level.c
428
SWAP(row1, row2);
games/rogue/level.c
429
SWAP(col1, col2);
games/rogue/level.c
443
SWAP(row1, row2);
games/rogue/level.c
444
SWAP(col1, col2);
games/rogue/level.c
657
SWAP(dirs[t1], dirs[t2]);
games/rogue/level.c
711
SWAP(row1, row2);
games/rogue/level.c
714
SWAP(col1, col2);
games/rogue/level.c
895
SWAP(random_rooms[x], random_rooms[y]);
lib/libc/stdlib/heapsort.c
85
SWAP(par, child, count, size, tmp); \
lib/libcrypt/crypt-sha256.c
106
W[t] = SWAP (*words);
lib/libcrypt/crypt-sha256.c
194
*(uint32_t *) &ctx->buffer[bytes + pad + 4] = SWAP (ctx->total[0] << 3);
lib/libcrypt/crypt-sha256.c
195
*(uint32_t *) &ctx->buffer[bytes + pad] = SWAP ((ctx->total[1] << 3) |
lib/libcrypt/crypt-sha256.c
203
((uint32_t *) resbuf)[i] = SWAP (ctx->H[i]);
lib/libcrypt/crypt-sha512.c
137
W[t] = SWAP (*words);
lib/libcrypt/crypt-sha512.c
225
*(uint64_t *) &ctx->buffer[bytes + pad + 8] = SWAP (ctx->total[0] << 3);
lib/libcrypt/crypt-sha512.c
226
*(uint64_t *) &ctx->buffer[bytes + pad] = SWAP ((ctx->total[1] << 3) |
lib/libcrypt/crypt-sha512.c
234
((uint64_t *) resbuf)[i] = SWAP (ctx->H[i]);
sys/net/pf/pf_table.c
1699
SWAP(struct radix_node_head *, kt->pfrkt_ip4,
sys/net/pf/pf_table.c
1701
SWAP(struct radix_node_head *, kt->pfrkt_ip6,
sys/net/pf/pf_table.c
1703
SWAP(int, kt->pfrkt_cnt, shadow->pfrkt_cnt);
usr.sbin/inetd/inetd.c
1001
SWAP(sep->se_class, new->se_class);
usr.sbin/inetd/inetd.c
1003
SWAP(sep->se_server, new->se_server);
usr.sbin/inetd/inetd.c
1004
SWAP(sep->se_server_name, new->se_server_name);
usr.sbin/inetd/inetd.c
1006
SWAP(sep->se_argv[i], new->se_argv[i]);
usr.sbin/inetd/inetd.c
979
SWAP(sep->se_pids, new->se_pids);
usr.sbin/inetd/inetd.c
998
SWAP(sep->se_user, new->se_user);
usr.sbin/inetd/inetd.c
999
SWAP(sep->se_group, new->se_group);