Searched refs:unpack (Results 1 – 15 of 15) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.lib_table.lua | 59 local unpack = table.unpack 64 assert(select(lim, unpack(a)) == lim and select('#', unpack(a)) == lim) 65 x = unpack(a) 67 x = {unpack(a)} 69 x = {unpack(a, lim-2)} 71 x = {unpack(a, 10, 6)} 73 x = {unpack(a, 11, 10)} 75 x,y = unpack(a, 10, 10) 77 x,y,z = unpack(a, 10, 11) 79 a,x = unpack{1} [all …]
|
| H A D | tst.lib_coroutine.lua | 53 _G.x = {coroutine.yield(table.unpack(arg[i]))} 55 return table.unpack(a)
|
| H A D | tst.lib_base.lua | 116 local x,y = a(table.unpack{'a', 1})
|
| /f-stack/tools/libutil/ |
| H A D | kinfo_getvmobject.c | 57 goto unpack; in kinfo_getvmobject() 66 unpack: in kinfo_getvmobject()
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | acpica_prep.sh | 50 echo unpack
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ltablib.c | 135 static int unpack (lua_State *L) { in unpack() function 267 {"unpack", unpack},
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | zuc.rst | 41 After downloading the library, the user needs to unpack and compile it
|
| H A D | snow3g.rst | 41 After downloading the library, the user needs to unpack and compile it
|
| H A D | kasumi.rst | 42 After downloading the library, the user needs to unpack and compile it
|
| H A D | qat.rst | 490 # Copy the package to this location and unpack
|
| /f-stack/dpdk/doc/guides/bbdevs/ |
| H A D | turbo_sw.rst | 72 After download is complete, the user needs to unpack and compile on their
|
| /f-stack/freebsd/contrib/openzfs/cmd/arcstat/ |
| H A D | arcstat.in | 301 sz = struct.unpack('hh', data)
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | scripting.tcl | 227 test {EVAL - cmsgpack can pack and unpack circular references?} { 239 -- when unpacked, re.x.x != re because the unpack creates
|
| /f-stack/app/redis-5.0.5/deps/lua/ |
| H A D | HISTORY | 49 + new functions (time/date, tmpfile, unpack, require, load*, etc.).
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _libzfs_core.py | 1800 (size, _, err, _, _) = struct.unpack(
|