Symbol: X
crypto/heimdal/include/bits.c
210
#define X(S) fprintf(f, "typedef uint" #S "_t u_int" #S "_t;\n")
crypto/heimdal/lib/asn1/gen_encode.c
67
#define X(Y) { Y, #Y }
crypto/heimdal/lib/asn1/gen_encode.c
95
#undef X
crypto/krb5/src/lib/krb5/os/localaddr.c
209
#define X(F) if (flags & IFF_##F) { printf ("%c%s", ch, #F); flags &= ~IFF_##F; ch = ','; }
crypto/krb5/src/lib/krb5/os/localaddr.c
220
#undef X
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_debug.c
100
#define X(flag, name) \
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_debug.c
115
#undef X
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_debug.c
145
#undef X
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_debug.c
146
#define X(flag, name) \
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_debug.c
209
#undef X
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_debug.c
210
#define X(flag, name) \
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_debug.c
223
#undef X
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_debug.c
99
#undef X
crypto/krb5/src/util/support/fake-addrinfo.c
356
#define X(N) if (p == IPPROTO_ ## N) return #N
crypto/openssl/crypto/ec/ecp_nistputil.c
80
#define X(I) (&((char *)point_array)[3 * (I) * felem_size])
crypto/openssl/crypto/md4/md4_dgst.c
41
#undef X
crypto/openssl/crypto/md4/md4_dgst.c
51
#define X(i) XX##i
crypto/openssl/crypto/md4/md4_dgst.c
54
#define X(i) XX[i]
crypto/openssl/crypto/md5/md5_dgst.c
41
#undef X
crypto/openssl/crypto/md5/md5_dgst.c
51
#define X(i) XX##i
crypto/openssl/crypto/md5/md5_dgst.c
54
#define X(i) XX[i]
crypto/openssl/crypto/ripemd/rmd_dgst.c
40
#undef X
crypto/openssl/crypto/ripemd/rmd_dgst.c
51
#define X(i) XX##i
crypto/openssl/crypto/ripemd/rmd_dgst.c
54
#define X(i) XX[i]
crypto/openssl/crypto/sha/sha_local.h
120
#undef X
crypto/openssl/crypto/sha/sha_local.h
131
#define X(i) XX##i
crypto/openssl/crypto/sha/sha_local.h
138
#define X(i) XX[i]
crypto/openssl/ssl/quic/quic_wire.c
1013
#define X(name) \
crypto/openssl/ssl/quic/quic_wire.c
1047
#undef X
crypto/openssl/ssl/quic/quic_wire.c
1056
#define X(name) \
crypto/openssl/ssl/quic/quic_wire.c
1076
#undef X
lib/libc/db/btree/bt_debug.c
106
#undef X
lib/libc/db/btree/bt_debug.c
107
#define X(flag, name) \
lib/libc/db/btree/bt_debug.c
154
#undef X
lib/libc/db/btree/bt_debug.c
155
#define X(flag, name) \
lib/libc/db/btree/bt_debug.c
168
#undef X
lib/libc/db/btree/bt_debug.c
64
#undef X
lib/libc/db/btree/bt_debug.c
65
#define X(flag, name) \
lib/libc/db/btree/bt_debug.c
80
#undef X
lib/libsysdecode/flags.c
75
#define X(a) { a, #a },
lib/libsysdecode/linux.c
51
#define X(a,b) { a, #b },
lib/libvgl/mouse.c
155
#undef X
lib/libvgl/mouse.c
48
#define X 0xff /* any nonzero in And mask means part of cursor */
sys/amd64/amd64/db_disasm.c
99
#define X 33 /* extended FP op */
sys/arm/nvidia/tegra124/tegra124_clk_per.c
210
#define X(n) ((5 * 32) + (n))
sys/arm64/nvidia/tegra210/tegra210_clk_per.c
262
#define X(n) ((5 * 32) + (n))
sys/dev/usb/input/atp.c
585
X = 0,
sys/dev/usb/input/uhid_snes.c
60
#define X 0x1f
sys/i386/i386/db_disasm.c
85
#define X 33 /* extended FP op */
sys/net80211/ieee80211_scan_sta.c
1548
#undef X
sys/net80211/ieee80211_scan_sta.c
719
#define X(a) .count = sizeof(a)/sizeof(a[0]), .list = a
sys/opencrypto/rmd160.c
86
#define X(i) x[i]
usr.bin/ipcs/ipc.c
101
#undef X
usr.bin/ipcs/ipc.c
91
#define X(a, b) { "kern.ipc." #a, offsetof(TYPEC, a), (b) },
usr.bin/systat/iostat.c
250
#define X(fld) t = cur_dev.fld[i]; cur_dev.fld[i] -= last_dev.fld[i]; last_dev.fld[i] = t
usr.bin/systat/vmstat.c
360
#define X(fld) {t=s.fld[i]; s.fld[i]-=s1.fld[i]; if(state==TIME) s1.fld[i]=t;}
usr.bin/truss/syscalls.c
645
#define X(a) { a, #a },
usr.bin/truss/syscalls.c
683
#undef X