Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/saal/
H A Dsaal_sscfu.c60 #define AA_SIG(S,G,M) \ argument
63 #define SSCOP_AASIG(S,G,M,P) \ argument
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-ref.c51 #define G(r, i, a, b, c, d) \ in blake2b_compress_ref() macro
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dblamka-round-ref.h15 #define G(a, b, c, d) \ macro
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_md5.c123 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) macro
/f-stack/freebsd/contrib/openzfs/module/icp/algs/sha1/
H A Dsha1.c80 #define G(b, c, d) ((b) ^ (c) ^ (d)) macro
/f-stack/freebsd/kern/
H A Dmd4c.c71 #define G(x, y, z) (((x) & (y)) | ((x) & (z)) | ((y) & (z))) macro
H A Dmd5c.c99 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
H A Duipc_shm.c950 #define G (1024 * M) in shm_init() macro
/f-stack/freebsd/contrib/libb2/
H A Dblake2s-ref.c249 #define G(r,i,a,b,c,d) \ in blake2s_compress() macro
H A Dblake2b-ref.c257 #define G(r,i,a,b,c,d) \ in blake2b_compress() macro
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstate.h130 #define G(L) (L->l_G) macro
/f-stack/freebsd/contrib/edk2/Include/Library/
H A DBaseLib.h5365 UINT32 G:1; member
5462 UINT32 G:1; ///< Granularity member
5519 UINT32 G:1; ///< Granularity member
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstate.h181 #define G(L) (L->l_G) macro
/f-stack/freebsd/contrib/edk2/Include/
H A DBase.h1256 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument