| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_swap/ |
| H A D | zvol_swap_006_pos.ksh | 38 # A volume can be added as several segments, but overlapping segments 44 # 3. Verify overlapping swap volume are not allowed. 61 log_assert "Verify volume can be add as several segments, but overlapping " \ 101 log_note "Verify overlapping swap volume are not allowed"
|
| /freebsd/tests/sys/cddl/zfs/tests/zvol/zvol_swap/ |
| H A D | zvol_swap_006_pos.ksh | 37 # A volume can be add as several segments, but overlapping are not 43 # 3. Verify overlapping swap volume are not allowed. 69 log_assert "Verify volume can be add as several segments, but overlapping " \ 107 log_note "Verify overlapping swap volume are not allowed"
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | stream-receive-buffers.md | 26 or fully overlapping data with previously received frames. 100 structure. This is a sorted list of partially (never fully) overlapping 107 This invariant is ensured on the insertion of overlapping stream frames. 140 we receive stream data frames that are partially overlapping and one frame
|
| /freebsd/usr.bin/diff3/ |
| H A D | diff3.1 | 84 respectively, but treat overlapping changes (i.e., changes that would 86 The overlapping lines from both files will be inserted by the edit script, 153 to ensure that overlapping changes in the merged files are preserved
|
| /freebsd/contrib/diff/man/ |
| H A D | diff3.1 | 21 Output overlapping changes. 24 Output overlapping changes, bracketing them.
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | atmel-classd.txt | 32 Set non-overlapping time, the unit is nanosecond(ns). 35 Non-overlapping will be disabled if not specified.
|
| H A D | atmel,sama5d2-classd.yaml | 70 Set non-overlapping time, the unit is nanosecond(ns). 71 Non-overlapping will be disabled if not specified.
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | CodeRegion.cpp | 55 "found multiple overlapping anonymous regions"); in beginRegion() 63 "overlapping regions cannot have the same name"); in beginRegion() 131 "overlapping instrumentation regions cannot be of the same kind"); in beginRegion()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64MachineScheduler.cpp | 41 // May overlapping writes if two store instructions without same base in mayOverlapWrite() 73 // With the same base address and non-overlapping writes. in tryCandidate()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveIntervalUnion.cpp | 156 // Check for overlapping interference. in collectInterferingVRegs() 173 // The iterators are now not overlapping, LiveUnionI has been advanced in collectInterferingVRegs() 186 // Still not overlapping. Catch up LiveUnionI. in collectInterferingVRegs()
|
| H A D | ExpandMemCmp.cpp | 190 // We try to do as many non-overlapping loads as possible starting from the in computeOverlappingLoadSequence() 195 // an overlapping load. in computeOverlappingLoadSequence() 201 // Bail if the number of loads (non-overlapping + potential overlapping one) in computeOverlappingLoadSequence() 206 // Add non-overlapping loads. in computeOverlappingLoadSequence() 214 // Add the last overlapping load. in computeOverlappingLoadSequence() 282 // If we allow overlapping loads and the load sequence is not already optimal, in MemCmpExpansion() 283 // use overlapping loads. in MemCmpExpansion()
|
| /freebsd/sys/powerpc/powerpc/ |
| H A D | ptrace_machdep.c | 92 * the non-overlapping data, which is doubleword 1 of VSR0-VSR31. in cpu_ptrace() 111 * the non-overlapping data, which is doubleword 1 of VSR0-VSR31. in cpu_ptrace()
|
| /freebsd/share/man/man9/ |
| H A D | sysctl_add_oid.9 | 89 to create partially overlapping trees that they both can use. 90 It is not possible to create overlapping leaves,
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_local_address_space_view.h | 57 // writes. If two or more overlapping regions of memory are loaded via 64 // from a class to avoid issues with overlapping writable regions.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstantRangeList.h | 10 // end of the numeric range. Ranges in the list are ordered and not overlapping. 43 // Return true if the ranges are non-overlapping and increasing.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveRangeCalc.h | 13 // non-overlapping live ranges. SplitKit uses that when computing the live 102 // handle multiple non-overlapping live ranges simultaneously. 185 /// reset - Prepare caches for a new set of non-overlapping live ranges. The 189 /// non-overlapping, call reset before each.
|
| H A D | LiveRegMatrix.h | 12 // assigned to overlapping physical registers. 15 // unit of interference when dealing with overlapping physical registers. The
|
| /freebsd/contrib/netbsd-tests/usr.bin/sed/ |
| H A D | t_sed.sh | 90 # overlapping ranges; the first prevents the second from being entered 107 # two overlapping ranges; the first blocks the second as above
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | uint_set.c | 206 /* Get earliest overlapping range. */ in ossl_uint_set_insert() 243 * The new interval is between intervals without overlapping or in ossl_uint_set_insert() 271 /* No overlapping ranges can exist beyond this point, so stop. */ in ossl_uint_set_remove()
|
| /freebsd/share/examples/kld/dyn_sysctl/ |
| H A D | README | 1 This example module creates partially overlapping subtrees to demonstrate
|
| H A D | dyn_sysctl.c | 69 * Create two partially overlapping subtrees, belonging in load() 111 printf("2. (%p) / dyn_sysctl (overlapping #1)\n", &clist1); in load()
|
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 70-test_tls13kexmodes.t | 348 # initial key_share and no overlapping groups. Should resume without a 361 "Resume with both kex modes, no overlapping groups"); 364 # initial key_share and no overlapping groups. Should fail 371 ok(TLSProxy::Message->fail(), "Resume with dhe kex mode, no overlapping groups");
|
| /freebsd/lib/libc/string/ |
| H A D | swab.c | 16 * POSIX says overlapping copy behavior is undefined, however many in swab()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/ |
| H A D | redacted_contents.ksh | 33 # 8. Only overlapping areas of modified ranges are redacted. 119 # Only overlapping areas of modified ranges are redacted.
|
| /freebsd/stand/kboot/kboot/arch/powerpc64/ |
| H A D | load_addr.c | 135 /* Join overlapping/adjacent regions */ in kboot_get_phys_load_segment() 140 /* We have overlapping/adjacent regions! */ in kboot_get_phys_load_segment()
|