| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.lib_coroutine.lua | 44 _G.x = nil -- declare x 54 _G.x = {coroutine.yield(table.unpack(arg[i]))} 66 eqtab(_G.x, {}) 69 eqtab(_G.x, {1, 2, 3}) 72 eqtab(_G.x, {"xuxu"}) 83 assert(foo(i) == _G.x) 87 for i=1,10 do _G.x = i; assert(f(i) == i) end 88 _G.x = 'xuxu'; assert(f('xuxu') == 'a') 262 _G.f = function () a=a+1; return a end 269 assert(_G.f() == 11) [all …]
|
| H A D | tst.lib_base.lua | 31 _ENV = setmetatable({}, {__index=_G}) 36 assert(X == 30 and _G.X == 20) 341 assert(_G.X == 20) 344 local _g = _G 345 _ENV = setmetatable({}, {__index=function (_,k) return _g[k] end})
|
| /freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | sysmacros.h | 357 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument 358 uint8_t _a, _b, _c, _d, _e, _f, _g 359 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument 360 uint8_t _a, _b, _c, _d, _e, _f, _g, _h 372 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument 373 uint8_t _g, _f, _e, _d, _c, _b, _a 374 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument 375 uint8_t _h, _g, _f, _e, _d, _c, _b, _a
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | kmem.h | 55 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \ argument 56 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i)
|
| /freebsd/sys/dev/ath/ath_hal/ar5212/ |
| H A D | ar5212reg.h | 752 #define AR_GPIOCR_CR_N(_g) (0 << (AR_GPIOCR_CR_SHIFT * (_g))) argument 753 #define AR_GPIOCR_CR_0(_g) (1 << (AR_GPIOCR_CR_SHIFT * (_g))) argument 754 #define AR_GPIOCR_CR_1(_g) (2 << (AR_GPIOCR_CR_SHIFT * (_g))) argument 755 #define AR_GPIOCR_CR_A(_g) (3 << (AR_GPIOCR_CR_SHIFT * (_g))) argument 757 #define AR_GPIOCR_INT(_g) ((_g) << AR_GPIOCR_INT_SHIFT) argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | Graph.h | 292 VertexView(GraphT &_G) : G(_G) {} in VertexView() argument 329 EdgeView(GraphT &_G) : G(_G) {} in EdgeView() argument
|
| /freebsd/crypto/openssl/include/crypto/ |
| H A D | bn_dh.h | 13 extern const BIGNUM ossl_bignum_dh##x##_g; \
|
| /freebsd/crypto/openssl/crypto/dh/ |
| H A D | dh_rfc5114.c | 36 dh->params.g = BN_dup(&ossl_bignum_dh##x##_g); \
|
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lbaselib.c | 280 /* set global _G */ in luaopen_base() 283 lua_setfield(L, -2, "_G"); in luaopen_base()
|
| H A D | ltablib.c | 277 /* _G.unpack = table.unpack */ in luaopen_table()
|
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_compat.h | 1214 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument 1215 DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h) 1216 # define DT5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j) \ argument 1217 DTRACE_PROBE5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j) 1223 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument 1224 # define DT5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j) argument
|
| /freebsd/contrib/kyua/utils/config/ |
| H A D | lua_module.cpp | 138 /// \pre state(-3) The table to index. If this is not _G, then the table 183 /// \pre state(-3) The table to index. If this is not _G, then the table
|
| /freebsd/libexec/flua/ |
| H A D | linit_flua.c | 45 {"_G", luaopen_base},
|
| /freebsd/tools/lua/ |
| H A D | template.lua | 55 local _G = _G 100 return t.context[k] or t.template[k] or _G[k]
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | ieee80211.h | 631 #define DBI_TO_MBI(_g) ((_g) * 100) argument 633 #define DBM_TO_MBM(_g) ((_g) * 100) argument
|
| H A D | device.h | 278 #define devres_alloc(_r, _s, _g) lkpi_devres_alloc(_r, _s, _g) argument
|
| /freebsd/crypto/openssl/crypto/ffc/ |
| H A D | ffc_dh.c | 37 &ossl_bignum_dh##tag##_g \
|
| /freebsd/contrib/lyaml/spec/ |
| H A D | lib_lyaml_functional_spec.yaml | 6 global_table = '_G'
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| HD | test_read_format_7zip_lzma2_powerpc.7z.uu | 38 M]YV_L72P)(`*4@G2BS"T#+0MFF+[2@%^L.Y+G;/_G;O3U]9V>BO?AA(@YY1T
|
| /freebsd/stand/common/ |
| H A D | interp_lua.c | 81 {"_G", luaopen_base},
|
| /freebsd/crypto/openssl/apps/ |
| H A D | testdsa.h | 207 st.g = dsa##bits##_g; \ 212 st.g_l = sizeof(dsa##bits##_g); \
|
| /freebsd/contrib/libpcap/testprogs/ |
| H A D | visopts.py | 76 return "./expr" + exprid + "_g" + s + ".svg"
|
| /freebsd/usr.sbin/makefs/tests/ |
| H A D | makefs_cd9660_tests.sh | 55 check_image_contents "$@" -X c -X .g -X _g
|
| /freebsd/contrib/lua/src/ |
| H A D | lauxlib.h | 20 #define LUA_GNAME "_G"
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 161 ScalarDelDtor, // ?_G # scalar deleting destructor
|