Home
last modified time | relevance | path

Searched refs:unpacked (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/lib/libnv/tests/
H A Dnv_tests.cc432 nvlist_t *nvl, *unpacked; in ATF_TEST_CASE_BODY() local
442 unpacked = nvlist_unpack(packed, packed_size, 0); in ATF_TEST_CASE_BODY()
443 ATF_REQUIRE(unpacked != NULL); in ATF_TEST_CASE_BODY()
444 ATF_REQUIRE(unpacked != nvl); in ATF_TEST_CASE_BODY()
445 ATF_REQUIRE(nvlist_empty(unpacked)); in ATF_TEST_CASE_BODY()
447 nvlist_destroy(unpacked); in ATF_TEST_CASE_BODY()
455 nvlist_t *nvl, *unpacked; in ATF_TEST_CASE_BODY() local
469 unpacked = nvlist_unpack(packed, packed_size, 0); in ATF_TEST_CASE_BODY()
470 ATF_REQUIRE(unpacked == NULL); in ATF_TEST_CASE_BODY()
472 unpacked = nvlist_unpack(packed, packed_size, NV_FLAG_IGNORE_CASE); in ATF_TEST_CASE_BODY()
[all …]
H A Dnv_array_tests.cc908 nvlist_t *nvl, *unpacked; in ATF_TEST_CASE_BODY() local
933 unpacked = nvlist_unpack(packed, packed_size, 0); in ATF_TEST_CASE_BODY()
934 ATF_REQUIRE(unpacked != NULL); in ATF_TEST_CASE_BODY()
935 ATF_REQUIRE_EQ(nvlist_error(unpacked), 0); in ATF_TEST_CASE_BODY()
936 ATF_REQUIRE(nvlist_exists_bool_array(unpacked, key)); in ATF_TEST_CASE_BODY()
938 const_result = nvlist_get_bool_array(unpacked, key, &count); in ATF_TEST_CASE_BODY()
945 nvlist_destroy(unpacked); in ATF_TEST_CASE_BODY()
952 nvlist_t *nvl, *unpacked; in ATF_TEST_CASE_BODY() local
975 unpacked = nvlist_unpack(packed, packed_size, 0); in ATF_TEST_CASE_BODY()
976 ATF_REQUIRE(unpacked != NULL); in ATF_TEST_CASE_BODY()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp278 uptr *unpacked = in GetOrUnpack()
284 unpacked_end = UncompressDelta(header->data, ptr + header->size, unpacked, in GetOrUnpack()
285 unpacked + kBlockSizeFrames); in GetOrUnpack()
288 unpacked_end = UncompressLzw(header->data, ptr + header->size, unpacked, in GetOrUnpack()
289 unpacked + kBlockSizeFrames); in GetOrUnpack()
296 CHECK_EQ(kBlockSizeFrames, unpacked_end - unpacked); in GetOrUnpack()
298 MprotectReadOnly(reinterpret_cast<uptr>(unpacked), kBlockSizeBytes); in GetOrUnpack()
299 atomic_store(&data_, reinterpret_cast<uptr>(unpacked), memory_order_release); in GetOrUnpack()
350 VPrintf(1, "Undo and keep block unpacked\n"); in Pack()
273 uptr *unpacked = GetOrUnpack() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DMemoryTagManagerAArch64MTE.cpp234 std::vector<lldb::addr_t> unpacked; in UnpackTagsData() local
235 unpacked.reserve(tags.size()); in UnpackTagsData()
244 unpacked.push_back(*it); in UnpackTagsData()
247 return unpacked; in UnpackTagsData()
/freebsd/contrib/file/magic/Magdir/
H A Dmozilla17 # can be unpacked by dejsonlz4 but not lz4 program.
H A Dmacintosh179 # length of total files when unpacked only used when pack and unpack on the fly
H A Daudio403 >30 byte 0 unpacked
655 # not packed, so we check for both packed and unpacked.
H A Darchive2447 # Note: unpacked by PNUNPACK.EXE
/freebsd/contrib/tcp_wrappers/
H A DREADME.NIS147 echo shar: \"gethostbyaddr.c\" unpacked with wrong size!
202 echo shar: \"gethostbyname.c\" unpacked with wrong size!
/freebsd/sys/contrib/openzfs/tests/unit/
H A Dtest_nvpair.c1677 nvlist_t *unpacked = fnvlist_unpack(buf, sz); in test_nv_fnvlist_copy() local
1678 unit_eq(fnvlist_lookup_uint64(unpacked, "x"), 7); in test_nv_fnvlist_copy()
1691 fnvlist_free(unpacked); in test_nv_fnvlist_copy()
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-Windows.txt57 default nmake.mak expects this to be unpacked into C:\dev\WpdPack so
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedA510.td1263 // Gather load, 32-bit unpacked unscaled offset
1341 // Scatter store, 32-bit unpacked unscaled offset
1345 // Scatter store, 32-bit unpacked scaled offset
H A DAArch64SchedA320.td1285 // Gather load, 32-bit unpacked unscaled offset
1363 // Scatter store, 32-bit unpacked unscaled offset
1367 // Scatter store, 32-bit unpacked scaled offset
H A DAArch64SchedNeoverseV2.td2714 // Gather load, 32-bit unpacked unscaled offset
2718 // Gather load, 64-bit unpacked unscaled offset
2789 // Scatter store, 32-bit unpacked unscaled offset
2793 // Scatter store, 32-bit unpacked scaled offset
H A DAArch64SchedNeoverseV1.td1901 // Gather load, 32-bit unpacked unscaled offset
1964 // Scatter store, 32-bit unpacked unscaled offset
1965 // Scatter store, 32-bit unpacked scaled offset
H A DAArch64SchedNeoverseN2.td2221 // Gather load, 32-bit unpacked unscaled offset
2298 // Scatter store, 32-bit unpacked unscaled offset
2302 // Scatter store, 32-bit unpacked scaled offset
H A DAArch64SVEInstrInfo.td1361 // Gathers using unscaled 32-bit offsets unpacked in 64-bits elements, e.g.
1378 // Gathers using scaled 32-bit offsets unpacked in 64-bits elements, e.g.
1572 // Scatters using unpacked, unscaled 32-bit offsets, e.g.
1590 // Scatters using unpacked, scaled 32-bit offsets, e.g.
1801 // Gather prefetch using unpacked, scaled 32-bit offsets, e.g.
2438 //These patterns exist to improve the code quality of conversions on unpacked types.
H A DAArch64SchedNeoverseN3.td2277 // Scatter store, 32-bit unpacked unscaled offset
2281 // Scatter store, 32-bit unpacked scaled offset
H A DSVEInstrFormats.td1518 // When extracting from an unpacked vector the index must be scaled to account
/freebsd/contrib/bmake/mk/
H A Dmk-files.txt586 where you unpacked the tar file, you can use::
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td719 def FeatureUnpackedD16VMem : SubtargetFeature<"unpacked-d16-vmem",
722 "Has unpacked d16 vmem instructions"
H A DSIInstrInfo.td3163 // issue for buffer instructions with unpacked d16 data. This
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td1781 // unpacked.
1788 // unpacked.
/freebsd/contrib/unbound/doc/
H A DChangelog5282 the copy of the local alias is in unpacked form.
/freebsd/contrib/ncurses/
H A DNEWS7850 cchar_t struct's without comparing gaps in a possibly unpacked

12