Home
last modified time | relevance | path

Searched +defs:e +defs:g (Results 1 – 25 of 128) sorted by relevance

123456

/freebsd/sys/compat/linux/
H A Dlinux_dtrace.h54 #define _LIN_SDT_PROBE_DEFINE1(a, b, c, d, e) SDT_PROBE_DEFINE1(a, \ argument
58 #define _LIN_SDT_PROBE_DEFINE2(a, b, c, d, e, f) SDT_PROBE_DEFINE2(a, \ argument
60 #define LIN_SDT_PROBE_DEFINE2(a, b, c, d, e) _LIN_SDT_PROBE_DEFINE2(\ argument
62 #define _LIN_SDT_PROBE_DEFINE3(a, b, c, d, e, f, g) SDT_PROBE_DEFINE3(a, \ argument
64 #define LIN_SDT_PROBE_DEFINE3(a, b, c, d, e, f) _LIN_SDT_PROBE_DEFINE3(\ argument
66 #define _LIN_SDT_PROBE_DEFINE4(a, b, c, d, e, f, g, h) SDT_PROBE_DEFINE4(a, \ argument
68 #define LIN_SDT_PROBE_DEFINE4(a, b, c, d, e, f, g) _LIN_SDT_PROBE_DEFINE4(\ argument
70 #define _LIN_SDT_PROBE_DEFINE5(a, b, c, d, e, f, g, h, i) \ argument
72 #define LIN_SDT_PROBE_DEFINE5(a, b, c, d, e, f, g, h) _LIN_SDT_PROBE_DEFINE5(\ argument
79 #define LIN_SDT_PROBE2(a, b, c, d, e) SDT_PROBE2(LINUX_DTRACE, a, b, \ argument
[all …]
/freebsd/contrib/ncurses/include/
H A Dnc_tparm.h56 #define TPARM_9(a,b,c,d,e,f,g,h,i,j) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f)… argument
59 #define TPARM_8(a,b,c,d,e,f,g,h,i) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),T… argument
60 #define TPARM_7(a,b,c,d,e,f,g,h) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),TPA… argument
61 #define TPARM_6(a,b,c,d,e,f,g) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),TPARM… argument
62 #define TPARM_5(a,b,c,d,e,f) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f)) argument
63 #define TPARM_4(a,b,c,d,e) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e)) argument
69 #define TPARM_8(a,b,c,d,e,f,g,h,i) TPARM_9(a,b,c,d,e,f,g,h,i,0) argument
70 #define TPARM_7(a,b,c,d,e,f,g,h) TPARM_8(a,b,c,d,e,f,g,h,0) argument
71 #define TPARM_6(a,b,c,d,e,f,g) TPARM_7(a,b,c,d,e,f,g,0) argument
72 #define TPARM_5(a,b,c,d,e,f) TPARM_6(a,b,c,d,e,f,0) argument
[all …]
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dtrace.h61 #define DTRACE_PROBE2(a, b, c, d, e) argument
66 #define DTRACE_PROBE3(a, b, c, d, e, f, g) argument
71 #define DTRACE_PROBE4(a, b, c, d, e, f, g, h, i) argument
/freebsd/contrib/ldns/
H A Dsha2.c330 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
341 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
350 #define ROUND256(a,b,c,d,e,f,g,h) \ argument
363 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in ldns_sha256_Transform() local
422 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in ldns_sha256_Transform() local
648 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument
659 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument
668 #define ROUND512(a,b,c,d,e,f,g,h) \ argument
681 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in ldns_sha512_Transform() local
737 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in ldns_sha512_Transform() local
/freebsd/crypto/openssh/openbsd-compat/
H A Dsha2.c367 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) do { \ argument
376 #define ROUND256(a,b,c,d,e,f,g,h) do { \ argument
391 u_int32_t a, b, c, d, e, f, g, h, s0, s1; in SHA256Transform() local
449 u_int32_t a, b, c, d, e, f, g, h, s0, s1; in SHA256Transform() local
647 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) do { \ argument
657 #define ROUND512(a,b,c,d,e,f,g,h) do { \ argument
672 u_int64_t a, b, c, d, e, f, g, h, s0, s1; in SHA512Transform() local
730 u_int64_t a, b, c, d, e, f, g, h, s0, s1; in SHA512Transform() local
H A Dport-aix.h114 # define getnameinfo(a,b,c,d,e,f,g) (sshaix_getnameinfo(a,b,c,d,e,f,g)) argument
/freebsd/sys/kern/
H A Dkern_lockf.c868 lf_free_edge(struct lockf_edge *e) in lf_free_edge()
881 struct owner_graph *g = &lf_owner_graph; in lf_alloc_vertex() local
895 struct owner_graph *g = &lf_owner_graph; in lf_add_edge() local
896 struct lockf_edge *e; in lf_add_edge() local
928 lf_remove_edge(struct lockf_edge *e) in lf_remove_edge()
930 struct owner_graph *g = &lf_owner_graph; in lf_remove_edge() local
948 struct lockf_edge *e; in lf_remove_outgoing() local
961 struct lockf_edge *e; in lf_remove_incoming() local
1138 struct lockf_edge *e, *ne; in lf_update_dependancies() local
1436 struct lockf_edge *e; in lf_setlock() local
[all …]
/freebsd/sys/crypto/aesni/
H A Daesencdec.h39 __m128i b, __m128i c, __m128i d, __m128i e, __m128i f, __m128i g, in aesni_enc8()
76 __m128i b, __m128i c, __m128i d, __m128i e, __m128i f, __m128i g, in aesni_dec8()
/freebsd/crypto/openssl/crypto/sha/
H A Dsha256.c215 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1, T2; in sha256_block_data_order() local
279 # define ROUND_00_15(i,a,b,c,d,e,f,g,h) do { \ argument
284 # define ROUND_16_63(i,a,b,c,d,e,f,g,h,X) do { \ argument
297 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1; in sha256_block_data_order_c() local
H A Dsha512.c667 SHA_LONG64 a, b, c, d, e, f, g, h, s0, s1, T1, T2; in sha512_block_data_order() local
733 # define ROUND_00_15(i,a,b,c,d,e,f,g,h) do { \ argument
738 # define ROUND_16_80(i,j,a,b,c,d,e,f,g,h,X) do { \ argument
752 SHA_LONG64 a, b, c, d, e, f, g, h, s0, s1, T1; in sha512_block_data_order_c() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp99 void remapTpiWithGHashes(GHashState *g) override {} in remapTpiWithGHashes()
366 if (auto e = expectedTpi.takeError()) in mergeDebugT() local
371 if (auto e = expectedIpi.takeError()) in mergeDebugT() local
527 auto e = findPrecompMap(file, precompDependency); in mergeInPrecompHeaderObj() local
551 if (Error e = mergeInPrecompHeaderObj()) in mergeDebugT() local
561 if (Error e = TpiSource::mergeDebugT(m)) in mergeDebugT() local
731 void TpiSource::remapTpiWithGHashes(GHashState *g) { in remapTpiWithGHashes()
758 if (auto e = expectedTpi.takeError()) in loadGHashes() local
768 if (auto e = expectedIpi.takeError()) in loadGHashes() local
791 void TypeServerSource::remapTpiWithGHashes(GHashState *g) { in remapTpiWithGHashes()
[all …]
/freebsd/contrib/mtree/
H A Dexcludes.c79 struct exclude *e; in read_excludes_file() local
107 struct exclude *e; in check_excludes() local
110 #define MATCH(g, n) (fnmatch((g), (n), FNM_PATHNAME) == 0) in check_excludes() argument
/freebsd/lib/libc/iconv/
H A D__iconv.c35 size_t *e, __uint32_t f, size_t *g) in __iconv()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstate.c69 global_State g; member
82 #define addbuff(b,p,e) \ argument
103 void luaE_setdebt (global_State *g, l_mem debt) { in luaE_setdebt()
162 static void init_registry (lua_State *L, global_State *g) { in init_registry()
181 global_State *g = G(L); in f_luaopen() local
201 static void preinit_state (lua_State *L, global_State *g) { in preinit_state()
222 global_State *g = G(L); in close_state() local
267 global_State *g; in lua_newstate() local
H A Dltm.h42 #define gfasttm(g,et,e) ((et) == NULL ? NULL : \ argument
45 #define fasttm(l,et,e) gfasttm(G(l), et, e) argument
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daestab.h94 #define d_1(t, n, b, e) static const t n[256] = b(e) argument
95 #define d_4(t, n, b, e, f, g, h) static const t n[4][256] = \ argument
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/
H A Daestab.h103 #define d_1(t,n,b,e) EXTERN AES_ALIGN CONST XP_DIR t n[256] = b(e) argument
104 #define d_4(t,n,b,e,f,g,h) EXTERN AES_ALIGN CONST XP_DIR t n[4][256] = { b(e), b(f), b(g), b(h) } argument
/freebsd/contrib/lua/src/
H A Dlstate.c46 global_State g; member
67 #define addbuff(b,p,e) \ argument
89 void luaE_setdebt (global_State *g, l_mem debt) { in luaE_setdebt()
216 static void init_registry (lua_State *L, global_State *g) { in init_registry()
232 global_State *g = G(L); in f_luaopen() local
249 static void preinit_thread (lua_State *L, global_State *g) { in preinit_thread()
270 global_State *g = G(L); in close_state() local
289 global_State *g = G(L); in lua_newthread() local
366 global_State *g; in lua_newstate() local
H A Dltm.h64 #define gfasttm(g,et,e) ((et) == NULL ? NULL : \ argument
67 #define fasttm(l,et,e) gfasttm(G(l), et, e) argument
/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha2.h109 #define SHA2CORE(a, b, c, d, e, f, g, h, w, k, sha_word_type, sha_type) do {\ argument
134 #define SHA2CORE_SHA256(a, b, c, d, e, f, g, h, w, k) \ argument
170 #define SHA2CORE_SHA512(a, b, c, d, e, f, g, h, w, k) \ argument
/freebsd/contrib/nvi/regex/
H A Dregcomp.c69 struct re_guts *g; member
149 #define SETERROR(e) seterr(p, (e)) argument
150 #define REQUIRE(co, e) ((co) || SETERROR(e)) argument
151 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) argument
152 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) argument
153 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) argument
183 struct re_guts *g; in regcomp() local
1077 seterr(struct parse *p, int e) in seterr()
1279 isinsets(struct re_guts *g, int c) in isinsets()
1296 samesets(struct re_guts *g, int c1, int c2) in samesets()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c200 struct re_guts *g; member
262 #define SETERROR(e) seterr(p, (e)) argument
263 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) argument
264 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) argument
265 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) argument
266 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) argument
296 struct re_guts *g; in llvm_regcomp() local
1179 seterr(struct parse *p, int e) in seterr()
1387 isinsets(struct re_guts *g, int c) in isinsets()
1404 samesets(struct re_guts *g, int c1, int c2) in samesets()
[all …]
/freebsd/sys/dev/mpt/
H A Dmpt_cam.h147 #define mpt_sim_alloc(a, b, c, mpt, e, f, g) \ argument
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/
H A Dtst.struct.d38 int e; member
40 void (*g)(); member
/freebsd/contrib/unbound/sldns/
H A Dkeyraw.c144 ENGINE* e; in sldns_key_EVP_load_gost_id() local
202 BIGNUM** q, BIGNUM** g, BIGNUM** y) in sldns_key_dsa_buf_bignum()
291 BIGNUM *p=NULL, *q=NULL, *g=NULL, *y=NULL; in sldns_key_dsa2pkey_raw() local
379 BIGNUM** e) in sldns_key_rsa_buf_bignum()
459 BIGNUM *n=NULL, *e=NULL; in sldns_key_rsa2pkey_raw() local

123456