| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lgc.c | 58 #define makewhite(g,x) \ argument 135 global_State *g = G(L); in luaC_barrier_() local 155 global_State *g = G(L); in luaC_barrierback_() local 172 global_State *g = G(L); in luaC_barrierproto_() local 213 global_State *g = G(L); in luaC_newobj() local 719 global_State *g = G(L); in sweeplist() local 778 global_State *g = G(L); in checkSizes() local 809 global_State *g = G(L); in GCTM() local 845 global_State *g = G(L); in separatetobefnz() local 873 global_State *g = G(L); in luaC_checkfinalizer() local [all …]
|
| H A D | lstate.c | 69 global_State g; member 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 D | lgc.h | 48 #define issweepphase(g) \ argument 51 #define isgenerational(g) ((g)->gckind == KGC_GEN) argument 62 #define keepinvariant(g) (isgenerational(g) || g->gcstate <= GCSatomic) argument 69 #define keepinvariantout(g) \ argument 111 #define otherwhite(g) (g->currentwhite ^ WHITEBITS) argument 113 #define isdead(g,v) isdeadm(otherwhite(g), (v)->gch.marked) argument 120 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS) argument
|
| H A D | lfunc.c | 47 global_State *g = G(L); in luaF_findupval() local 90 global_State *g = G(L); in luaF_close() local
|
| H A D | lmem.c | 76 global_State *g = G(L); in luaM_realloc_() local
|
| H A D | ltm.h | 42 #define gfasttm(g,et,e) ((et) == NULL ? NULL : \ argument
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lgc.c | 34 #define makewhite(g,x) \ argument 129 global_State *g = G(L); in luaC_separateudata() local 409 global_State *g = G(L); in sweeplist() local 432 global_State *g = G(L); in checkSizes() local 446 global_State *g = G(L); in GCTM() local 484 global_State *g = G(L); in luaC_freeall() local 502 global_State *g = G(L); in markroot() local 526 global_State *g = G(L); in atomic() local 557 global_State *g = G(L); in singlestep() local 611 global_State *g = G(L); in luaC_step() local [all …]
|
| H A D | lstate.c | 37 global_State g; member 71 global_State *g = G(L); in f_luaopen() local 84 static void preinit_state (lua_State *L, global_State *g) { in preinit_state() 106 global_State *g = G(L); in close_state() local 146 global_State *g; in lua_newstate() local
|
| H A D | lgc.h | 69 #define otherwhite(g) (g->currentwhite ^ WHITEBITS) argument 70 #define isdead(g,v) ((v)->gch.marked & otherwhite(g) & WHITEBITS) argument 77 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS) argument
|
| H A D | lfunc.c | 54 global_State *g = G(L); in luaF_findupval() local 98 global_State *g = G(L); in luaF_close() local
|
| H A D | lmem.c | 77 global_State *g = G(L); in luaM_realloc_() local
|
| H A D | ltm.h | 41 #define gfasttm(g,et,e) ((et) == NULL ? NULL : \ argument
|
| /f-stack/tools/compat/include/sys/ |
| H A D | ioccom.h | 56 #define _IO(g,n) _IOC(IOC_VOID, (g), (n), 0) argument 57 #define _IOWINT(g,n) _IOC(IOC_VOID, (g), (n), sizeof(int)) argument 58 #define _IOR(g,n,t) _IOC(IOC_OUT, (g), (n), sizeof(t)) argument 59 #define _IOW(g,n,t) _IOC(IOC_IN, (g), (n), sizeof(t)) argument 61 #define _IOWR(g,n,t) _IOC(IOC_INOUT, (g), (n), sizeof(t)) argument
|
| /f-stack/freebsd/sys/ |
| H A D | ioccom.h | 64 #define _IO(g,n) _IOC(IOC_VOID, (g), (n), 0) argument 65 #define _IOWINT(g,n) _IOC(IOC_VOID, (g), (n), sizeof(int)) argument 66 #define _IOR(g,n,t) _IOC(IOC_OUT, (g), (n), sizeof(t)) argument 67 #define _IOW(g,n,t) _IOC(IOC_IN, (g), (n), sizeof(t)) argument 69 #define _IOWR(g,n,t) _IOC(IOC_INOUT, (g), (n), sizeof(t)) argument
|
| /f-stack/dpdk/lib/librte_graph/ |
| H A D | graph_debug.c | 11 graph_dump(FILE *f, struct graph *g) in graph_dump() 47 rte_graph_obj_dump(FILE *f, struct rte_graph *g, bool all) in rte_graph_obj_dump()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | bitmap.h | 197 bitmap_t g; in bitmap_get() local 209 bitmap_t g; in bitmap_set() local 284 bitmap_t g = bitmap[i] & ~((1LU << (min_bit & BITMAP_GROUP_NBITS_MASK)) in bitmap_ffu() local 303 bitmap_t g; in bitmap_sfu() local 334 bitmap_t g; in bitmap_unset() local
|
| /f-stack/freebsd/kern/ |
| H A D | kern_lockf.c | 894 struct owner_graph *g = &lf_owner_graph; in lf_alloc_vertex() local 908 struct owner_graph *g = &lf_owner_graph; in lf_add_edge() local 943 struct owner_graph *g = &lf_owner_graph; in lf_remove_edge() local 2070 graph_check(struct owner_graph *g, int checkorder) in graph_check() 2115 graph_delta_forward(struct owner_graph *g, struct owner_vertex *x, in graph_delta_forward() 2157 graph_delta_backward(struct owner_graph *g, struct owner_vertex *x, in graph_delta_backward() 2232 graph_add_edge(struct owner_graph *g, struct owner_vertex *x, in graph_add_edge() 2372 graph_remove_edge(struct owner_graph *g, struct owner_vertex *x, in graph_remove_edge() 2407 graph_alloc_vertex(struct owner_graph *g, struct lock_owner *lo) in graph_alloc_vertex() 2436 graph_free_vertex(struct owner_graph *g, struct owner_vertex *v) in graph_free_vertex() [all …]
|
| /f-stack/dpdk/drivers/crypto/openssl/ |
| H A D | compat.h | 37 set_dh_params(DH *dh, BIGNUM *p, BIGNUM *g) in set_dh_params() 53 set_dsa_params(DSA *dsa, BIGNUM *p, BIGNUM *q, BIGNUM *g) in set_dsa_params() 130 set_dh_params(DH *dh, BIGNUM *p, BIGNUM *g) in set_dh_params() 154 set_dsa_params(DSA *dsa, BIGNUM *p, BIGNUM *q, BIGNUM *g) in set_dsa_params()
|
| /f-stack/freebsd/crypto/aesni/ |
| H A D | aesencdec.h | 41 __m128i b, __m128i c, __m128i d, __m128i e, __m128i f, __m128i g, in aesni_enc8() 78 __m128i b, __m128i c, __m128i d, __m128i e, __m128i f, __m128i g, in aesni_dec8()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/ |
| H A D | ed25519_ref10_fe_51.h | 33 fe25519_add(fe25519 h, const fe25519 f, const fe25519 g) in fe25519_add() 53 fe25519_sub(fe25519 h, const fe25519 f, const fe25519 g) in fe25519_sub() 109 fe25519_cmov(fe25519 f, const fe25519 g, unsigned int b) in fe25519_cmov() 146 fe25519_cswap(fe25519 f, fe25519 g, unsigned int b) in fe25519_cswap() 243 fe25519_mul(fe25519 h, const fe25519 f, const fe25519 g) in fe25519_mul()
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table_hash_lru.c | 607 #define lookup2_stage0(t, g, pkts, pkts_mask, pkt00_index, pkt01_index)\ argument 627 #define lookup2_stage0_with_odd_support(t, g, pkts, pkts_mask, pkt00_index, \ argument 651 #define lookup2_stage1(t, g, pkts, pkt10_index, pkt11_index)\ argument 688 #define lookup2_stage2(t, g, pkt20_index, pkt21_index, pkts_mask_match_many)\ argument 732 #define lookup2_stage3(t, g, pkts, pkt30_index, pkt31_index, pkts_mask_out, \ argument 811 struct grinder *g = t->grinders; in rte_table_hash_lru_lookup() local
|
| H A D | rte_table_hash_ext.c | 670 #define lookup2_stage0(t, g, pkts, pkts_mask, pkt00_index, pkt01_index) \ argument 690 #define lookup2_stage0_with_odd_support(t, g, pkts, pkts_mask, pkt00_index, \ argument 713 #define lookup2_stage1(t, g, pkts, pkt10_index, pkt11_index) \ argument 750 #define lookup2_stage2(t, g, pkt20_index, pkt21_index, pkts_mask_match_many)\ argument 794 #define lookup2_stage3(t, g, pkts, pkt30_index, pkt31_index, pkts_mask_out, \ argument 859 struct grinder *g = t->grinders; in rte_table_hash_ext_lookup() local
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/ |
| H A D | sha2.c | 99 #define SHA256ROUND(a, b, c, d, e, f, g, h, i, w) \ argument 110 #define SHA512ROUND(a, b, c, d, e, f, g, h, i, w) \ argument 158 uint32_t g = ctx->state.s32[6]; in SHA256Transform() local 368 uint64_t g = ctx->state.s64[6]; in SHA512Transform() local
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | txg.c | 336 int g = th->th_txg & TXG_MASK; in txg_register_callbacks() local 347 int g = th->th_txg & TXG_MASK; in txg_rele_to_sync() local 369 int g = txg & TXG_MASK; in txg_quiesce() local 439 int g = txg & TXG_MASK; in txg_dispatch_callbacks() local
|
| /f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/ |
| H A D | aestab.h | 94 #define d_4(t, n, b, e, f, g, h) static const t n[4][256] = \ argument
|