Home
last modified time | relevance | path

Searched defs:unpack (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/contrib/lib9p/pytest/
H A Dsequencer.py97 def unpack(self, vdict, cdict, bstring, offset, noerror=False): member in EncDec
250 def unpack(self, vdict, cdict, bstring, offset, noerror=False): member in EncDecSimple
353 def unpack(self, vdict, cdict, bstring, offset, noerror=False): member in EncDecTyped
442 def unpack(self, vdict, cdict, bstring, offset, noerror=False): member in EncDecA
641 def unpack(self, vdict, cdict, bstring, noerror=False): member in Sequencer
H A Dprotocol.py724 def unpack(self, bstring, noerror=False): member in _P9Proto
/freebsd-13.1/contrib/libarchive/cpio/test/
H A Dtest_option_f.c32 unpack(const char *dirname, const char *option) in unpack() function
/freebsd-13.1/contrib/libucl/haskell/
H A Dhucl.hs86 unpack s = case ucl_parser_parse_string_pure s of function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitfields.h131 static T unpack(T StorageValue) { return StorageValue; } in unpack() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dstack_trace_compressor.cpp87 size_t unpack(const uint8_t *Packed, size_t PackedSize, uintptr_t *Unpacked, in unpack() function
/freebsd-13.1/contrib/libfido2/fuzz/
H A Dfuzz_netlink.c111 unpack(const uint8_t *ptr, size_t len) in unpack() function
H A Dfuzz_hid.c49 unpack(const uint8_t *ptr, size_t len) in unpack() function
H A Dfuzz_largeblob.c63 unpack(const uint8_t *ptr, size_t len) in unpack() function
H A Dfuzz_credman.c80 unpack(const uint8_t *ptr, size_t len) in unpack() function
H A Dfuzz_bio.c91 unpack(const uint8_t *ptr, size_t len) in unpack() function
H A Dfuzz_assert.c65 unpack(const uint8_t *ptr, size_t len) in unpack() function
H A Dfuzz_mgmt.c73 unpack(const uint8_t *ptr, size_t len) in unpack() function
H A Dfuzz_cred.c71 unpack(const uint8_t *ptr, size_t len) in unpack() function
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dltablib.c135 static int unpack (lua_State *L) { in unpack() function
/freebsd-13.1/usr.bin/gzip/
H A Dunpack.c320 unpack(int in, int out, char *pre, size_t prelen, off_t *bytes_in) in unpack() function
/freebsd-13.1/usr.bin/mail/
H A Dnames.c553 unpack(struct name *np) in unpack() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h746 RegisterRef unpack(PackedRegisterRef PR) const { in unpack() function