| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lobject.h | 60 GCObject *gc; member 91 #define gcvalue(o) check_exp(iscollectable(o), (o)->value.gc) 94 #define rawtsvalue(o) check_exp(ttisstring(o), &(o)->value.gc->ts) 98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl) 99 #define hvalue(o) check_exp(ttistable(o), &(o)->value.gc->h) 101 #define thvalue(o) check_exp(ttisthread(o), &(o)->value.gc->th) 113 ((ttype(obj) == (obj)->value.gc->gch.tt) && !isdead(g, (obj)->value.gc))) 130 i_o->value.gc=cast(GCObject *, (x)); i_o->tt=LUA_TSTRING; \ 140 i_o->value.gc=cast(GCObject *, (x)); i_o->tt=LUA_TTHREAD; \ 150 i_o->value.gc=cast(GCObject *, (x)); i_o->tt=LUA_TTABLE; \ [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lobject.h | 152 #define gcvalue(o) check_exp(iscollectable(o), val_(o).gc) 154 #define rawtsvalue(o) check_exp(ttisstring(o), &val_(o).gc->ts) 156 #define rawuvalue(o) check_exp(ttisuserdata(o), &val_(o).gc->u) 158 #define clvalue(o) check_exp(ttisclosure(o), &val_(o).gc->cl) 159 #define clLvalue(o) check_exp(ttisLclosure(o), &val_(o).gc->cl.l) 160 #define clCvalue(o) check_exp(ttisCclosure(o), &val_(o).gc->cl.c) 162 #define hvalue(o) check_exp(ttistable(o), &val_(o).gc->h) 164 #define thvalue(o) check_exp(ttisthread(o), &val_(o).gc->th) 201 val_(io).gc=i_g; settt_(io, ctb(gch(i_g)->tt)); } 221 val_(io).gc=cast(GCObject *, (x)); settt_(io, ctb(LUA_TLCL)); \ [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/gpu/ |
| H A D | vivante,gc.yaml | 4 $id: http://devicetree.org/schemas/gpu/vivante,gc.yaml# 16 const: vivante,gc 60 compatible = "vivante,gc";
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zcp_iter.c | 43 zcp_list_func_t *gc; member 113 .gc = NULL, 200 .gc = NULL, 287 .gc = NULL, 367 .gc = zcp_user_props_list_gc, 389 .gc = zcp_user_props_list_gc, 660 .gc = NULL, 731 if (info->gc != NULL) { in zcp_load_list_lib() 739 lua_pushcfunction(state, info->gc); in zcp_load_list_lib()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | stm32mp157.dtsi | 12 compatible = "vivante,gc";
|
| H A D | mmp3.dtsi | 316 compatible = "vivante,gc"; 328 compatible = "vivante,gc";
|
| H A D | imx6q.dtsi | 203 compatible = "vivante,gc";
|
| H A D | mmp2.dtsi | 43 compatible = "vivante,gc";
|
| H A D | imx6sl.dtsi | 983 compatible = "vivante,gc"; 993 compatible = "vivante,gc";
|
| H A D | imx6qdl.dtsi | 209 compatible = "vivante,gc"; 221 compatible = "vivante,gc";
|
| H A D | dove.dtsi | 797 compatible = "vivante,gc";
|
| H A D | imx6sx.dtsi | 193 compatible = "vivante,gc";
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _nvlist.py | 75 nvlist = _ffi.gc(nvlistp[0], _lib.nvlist_free) 206 nested_nvlist = _ffi.gc(nvlistp[0], _lib.nvlist_free)
|
| /f-stack/freebsd/contrib/device-tree/src/arc/ |
| H A D | hsdk.dts | 318 compatible = "vivante,gc";
|
| /f-stack/freebsd/contrib/device-tree/src/mips/ingenic/ |
| H A D | jz4770.dtsi | 375 compatible = "vivante,gc";
|
| /f-stack/freebsd/contrib/libsodium/m4/ |
| H A D | ax_valgrind_check.m4 | 201 G_DEBUG=fatal-warnings,fatal-criticals,gc-friendly
|
| /f-stack/freebsd/contrib/zstd/lib/ |
| H A D | README.md | 127 `-Wl,--gc-sections`, `-Wl,-z,norelro`, and an archiver that understands
|
| /f-stack/freebsd/netinet6/ |
| H A D | nd6.c | 1402 nd6_free(struct llentry **lnp, int gc) in nd6_free() argument 1434 ln->ln_state == ND6_LLINFO_STALE && gc) { in nd6_free()
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mq.dtsi | 1069 compatible = "vivante,gc";
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-pciercx-defs.h | 4127 uint32_t gc : 1; /**< ECRC Generation Capability */ member 4131 uint32_t gc : 1;
|
| H A D | cvmx-pcieepx-defs.h | 4546 uint32_t gc : 1; /**< ECRC Generation Capability */ member 4550 uint32_t gc : 1;
|