| /freebsd/lib/libnv/tests/ |
| H A D | nv_tests.cc | 432 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 D | nv_array_tests.cc | 908 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 D | sanitizer_stack_store.cpp | 278 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 D | MemoryTagManagerAArch64MTE.cpp | 234 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 D | mozilla | 17 # can be unpacked by dejsonlz4 but not lz4 program.
|
| H A D | macintosh | 179 # length of total files when unpacked only used when pack and unpack on the fly
|
| H A D | audio | 403 >30 byte 0 unpacked 655 # not packed, so we check for both packed and unpacked.
|
| H A D | archive | 2447 # Note: unpacked by PNUNPACK.EXE
|
| /freebsd/contrib/tcp_wrappers/ |
| H A D | README.NIS | 147 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 D | test_nvpair.c | 1677 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 D | README-Windows.txt | 57 default nmake.mak expects this to be unpacked into C:\dev\WpdPack so
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedA510.td | 1263 // 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 D | AArch64SchedA320.td | 1285 // 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 D | AArch64SchedNeoverseV2.td | 2714 // 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 D | AArch64SchedNeoverseV1.td | 1901 // 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 D | AArch64SchedNeoverseN2.td | 2221 // 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 D | AArch64SVEInstrInfo.td | 1361 // 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 D | AArch64SchedNeoverseN3.td | 2277 // Scatter store, 32-bit unpacked unscaled offset 2281 // Scatter store, 32-bit unpacked scaled offset
|
| H A D | SVEInstrFormats.td | 1518 // When extracting from an unpacked vector the index must be scaled to account
|
| /freebsd/contrib/bmake/mk/ |
| H A D | mk-files.txt | 586 where you unpacked the tar file, you can use::
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPU.td | 719 def FeatureUnpackedD16VMem : SubtargetFeature<"unpacked-d16-vmem", 722 "Has unpacked d16 vmem instructions"
|
| H A D | SIInstrInfo.td | 3163 // issue for buffer instructions with unpacked d16 data. This
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAArch64.td | 1781 // unpacked. 1788 // unpacked.
|
| /freebsd/contrib/unbound/doc/ |
| H A D | Changelog | 5282 the copy of the local alias is in unpacked form.
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 7850 cchar_t struct's without comparing gaps in a possibly unpacked
|