Home
last modified time | relevance | path

Searched defs:G (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Denum-typecheck.c1 enum good { G, }; enumerator
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dpreprocessor8.c7 #define G a##b macro
H A Dpreprocessor11.c7 #define G(x..., argument
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/md4/
H A Dmd4.c63 #define G(x, y, z) (((x) & (y)) | ((x) & (z)) | ((y) & (z))) macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmd5.c48 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
/illumos-gate/usr/src/common/crypto/md4/
H A Dmd4.c75 #define G(x, y, z) (((x) & (y)) | ((x) & (z)) | ((y) & (z))) macro
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c69 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_io.c357 struct glob G; variable
/illumos-gate/usr/src/common/crypto/md5/
H A Dmd5.c71 #define G(b, c, d) (((b) & (d)) | ((c) & (~d))) macro
/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1.c109 #define G(b, c, d) ((b) ^ (c) ^ (d)) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-md5.c149 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dmd5.c97 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h40 #define DEBUGOUT7(S, A, B, C, D, E, F, G) \ argument
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c139 #define DEBUGOUT7(S,A,B,C,D,E,F,G) printf(S,A,B,C,D,E,F,G) argument
145 #define DEBUGOUT7(S,A,B,C,D,E,F,G) argument
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstate.h179 #define G(L) (L->l_G) macro
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DDNSDigest.c898 #define G(b,c,d) ((((b) ^ (c)) & (d)) ^ (c)) macro
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_inc.h1511 #define UNM_SQM_BASE(G) \ argument
1516 #define UNM_SQM_INT_ENABLE(G) (UNM_SQM_BASE(G) + 0x00018) argument
1517 #define UNM_SQM_INT_STATUS(G) (UNM_SQM_BASE(G) + 0x0001c) argument
1518 #define UNN_SQM_SCRATCHPAD(G) (UNM_SQM_BASE(G) + 0x01000) argument
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c133 } G; variable
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c2485 BerValue *P, *Q, *G, *Mod, *Exp, *PubKey; in ExtractSPKIData() local
/illumos-gate/usr/src/boot/efi/include/
H A DBase.h1229 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c124 static uchar_t G[] = { 0x00, 0x62, 0x6d, 0x02, 0x78, 0x39, 0xea, 0x0a, variable