/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 | 2430 # 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/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 | AArch64SchedNeoverseV1.td | 1779 // Gather load, 32-bit unpacked unscaled offset 1842 // Scatter store, 32-bit unpacked unscaled offset 1843 // Scatter store, 32-bit unpacked scaled offset
|
H A D | AArch64SchedNeoverseV2.td | 2697 // Gather load, 32-bit unpacked unscaled offset 2701 // Gather load, 64-bit unpacked unscaled offset 2772 // Scatter store, 32-bit unpacked unscaled offset 2776 // Scatter store, 32-bit unpacked scaled offset
|
H A D | AArch64SchedNeoverseN2.td | 2180 // Gather load, 32-bit unpacked unscaled offset 2257 // Scatter store, 32-bit unpacked unscaled offset 2261 // Scatter store, 32-bit unpacked scaled offset
|
H A D | AArch64SVEInstrInfo.td | 1240 // Gathers using unscaled 32-bit offsets unpacked in 64-bits elements, e.g. 1257 // Gathers using scaled 32-bit offsets unpacked in 64-bits elements, e.g. 1451 // Scatters using unpacked, unscaled 32-bit offsets, e.g. 1469 // Scatters using unpacked, scaled 32-bit offsets, e.g. 1680 // Gather prefetch using unpacked, scaled 32-bit offsets, e.g. 2301 //These patterns exist to improve the code quality of conversions on unpacked types. 2729 // These allow casting from/to unpacked predicate types. 2752 // These allow casting from/to unpacked floating-point types.
|
H A D | SVEInstrFormats.td | 34 // unpacked scalable vectors
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPU.td | 586 def FeatureUnpackedD16VMem : SubtargetFeature<"unpacked-d16-vmem", 589 "Has unpacked d16 vmem instructions"
|
H A D | SIInstrInfo.td | 2783 // issue for buffer instructions with unpacked d16 data. This
|
/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/include/llvm/IR/ |
H A D | IntrinsicsAArch64.td | 1664 // unpacked. 1671 // unpacked.
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 3659 the copy of the local alias is in unpacked form.
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 7281 cchar_t struct's without comparing gaps in a possibly unpacked
|
/freebsd/share/dict/ |
H A D | web2 | 220268 unpacked
|