Symbol: X
crypto/libressl/crypto/md4/md4_dgst.c
84
#undef X
crypto/libressl/crypto/md4/md4_dgst.c
94
# define X(i) XX##i
crypto/libressl/crypto/md4/md4_dgst.c
97
# define X(i) XX[i]
crypto/libressl/crypto/md5/md5_dgst.c
84
#undef X
crypto/libressl/crypto/md5/md5_dgst.c
94
# define X(i) XX##i
crypto/libressl/crypto/md5/md5_dgst.c
97
# define X(i) XX[i]
crypto/libressl/crypto/ripemd/rmd_dgst.c
84
#undef X
crypto/libressl/crypto/ripemd/rmd_dgst.c
95
# define X(i) XX##i
crypto/libressl/crypto/ripemd/rmd_dgst.c
98
# define X(i) XX[i]
crypto/libressl/crypto/sha/sha_locl.h
166
#undef X
crypto/libressl/crypto/sha/sha_locl.h
178
# define X(i) XX##i
crypto/libressl/crypto/sha/sha_locl.h
185
# define X(i) XX[i]
games/sail/pl_6.c
104
#define X 2
lib/libc/db/btree/bt_debug.c
107
#undef X
lib/libc/db/btree/bt_debug.c
108
#define X(flag, name) \
lib/libc/db/btree/bt_debug.c
155
#undef X
lib/libc/db/btree/bt_debug.c
156
#define X(flag, name) \
lib/libc/db/btree/bt_debug.c
169
#undef X
lib/libc/db/btree/bt_debug.c
65
#undef X
lib/libc/db/btree/bt_debug.c
66
#define X(flag, name) \
lib/libc/db/btree/bt_debug.c
81
#undef X
lib/libvgl/mouse.c
39
#define X 0xff
lib/libvgl/mouse.c
76
#undef X
sys/cpu/x86_64/misc/db_disasm.c
125
#define X 33 /* extended FP op */
sys/crypto/rmd160/rmd160.c
87
#define X(i) x[i]
sys/netproto/802_11/wlan/ieee80211_scan_sta.c
1503
#undef X
sys/netproto/802_11/wlan/ieee80211_scan_sta.c
685
#define X(a) .count = sizeof(a)/sizeof(a[0]), .list = a
usr.bin/systat/vmstat.c
422
#define X(fld) {t=s.fld[i]; s.fld[i]-=s1.fld[i]; if(state==TIME) s1.fld[i]=t;}