| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | PartiallyInlineLibCalls.cpp | 1 //===--- PartiallyInlineLibCalls.cpp - Partially inline libcalls ----------===// 9 // This pass tries to partially inline the fast path of well-known library 30 #define DEBUG_TYPE "partially-inline-libcalls" 32 DEBUG_COUNTER(PILCounter, "partially-inline-libcalls-transform", 33 "Controls transformations in partially-inline-libcalls"); 211 "partially-inline-libcalls", 212 "Partially inline calls to library functions", false, 219 "partially-inline-libcalls", in INITIALIZE_PASS_DEPENDENCY() 220 "Partially inline calls to library functions", false, false) in INITIALIZE_PASS_DEPENDENCY()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send_partial_dataset.ksh | 25 # Verify that a partially received dataset can be sent with 29 # 1. Setup a pool with partially received filesystem 38 log_assert "Verify that a partially received dataset can be sent with " \ 54 # Setup a pool with partially received filesystems 111 log_pass "A partially received dataset can be sent with 'zfs send --saved'."
|
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | arena_stats.h | 27 locked_u64_t nrequests; /* Partially derived. */ 33 locked_u64_t nfills; /* Partially derived. */ 34 locked_u64_t nflushes; /* Partially derived. */
|
| /freebsd/sys/vm/ |
| H A D | vm_reserv.c | 145 * reservation is not fully utilized, it appears in the queue of partially 149 * A partially populated reservation can be broken and reclaimed at any time. 205 * The per-domain partially populated reservation queues 208 * partially populated reservation. The reservation at the head of a queue 209 * is the least recently changed, partially populated reservation. 253 "Partially populated reservation queues"); 321 * Describes the current state of the partially populated reservation queue. 431 * reservation to the tail of the partially populated reservation queue if the 623 * to the tail of the partially populated reservation queue. 923 * The given reservation must not be in the partially populated reservation [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | PartiallyInlineLibCalls.h | 1 //===--- PartiallyInlineLibCalls.h - Partially inline libcalls --*- C++ -*-===// 9 // This pass tries to partially inline the fast path of well-known library
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | stream-receive-buffers.md | 25 implementation must be able to handle properly frames with partially 100 structure. This is a sorted list of partially (never fully) overlapping 140 we receive stream data frames that are partially overlapping and one frame
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | PartialInlining.cpp | 66 "Number of callsites functions partially inlined into."); 68 "cold outlined regions were partially " 124 cl::desc("Max number of blocks to be partially inlined")); 201 // partially inline the resulting function. Returns true if 203 // function (only if we partially inlined early returns) as there is a 210 // function that are not partially inlined will be fixed up to reference 279 // Return true if the callee of CB should be partially inlined with 737 << " should always be fully inlined, not partially"; in shouldPartialInline() 745 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline() 755 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline() [all …]
|
| /freebsd/tools/tools/sortbench/ |
| H A D | sort_bench.c | 123 * Sort an array of partially increasing, partially random integers 227 printf("\tpart: Partially ordered array\n"); in usage()
|
| /freebsd/share/man/man9/ |
| H A D | sysctl_add_oid.9 | 89 to create partially overlapping trees that they both can use. 136 (possibly partially failed)
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | HiiFont.h | 118 characters which are at least partially displayed. For the final 180 the characters that were at least partially 238 partially displayed. For the final row, the LineHeight and 309 least partially drawn and the heights of
|
| H A D | FirmwareVolumeBlock.h | 154 aware that a read may be partially completed. 223 partially completed. All writes, partial or otherwise, must be 313 partially erased.
|
| /freebsd/contrib/bsddialog/ |
| H A D | CHANGELOG | 171 * delete: --theme <bsddialog> (partially implemented). 230 * delete: BSDDIALOG_THEME_BSDDIALOG (partially implemented). 287 * add: --cr-wrap (was partially implemented) to keep '\n' with "\n". 308 * delete: --no-collapse (partially implemented). 309 * delete: --no-nl-expand (partially implemented). 310 * delete: --trim (partially implemented).
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Template.h | 420 /// partially substituted per C++0x [temp.arg.explicit]p9. 535 /// Note that the given parameter pack has been partially substituted 551 /// Reset the partially-substituted pack when it is no longer of 554 assert(PartiallySubstitutedPack && "No partially-substituted pack"); in ResetPartiallySubstitutedPack() 560 /// Retrieve the partially-substitued template parameter pack. 562 /// If there is no partially-substituted parameter pack, returns NULL.
|
| /freebsd/sys/dev/cxgbe/cudbg/ |
| H A D | cudbg_lib_common.h | 111 int par_sec; /* Represent partially filled sector no */ 112 int par_sec_offset; /* Offset in partially filled sector */
|
| /freebsd/share/doc/psd/01.cacm/ |
| H A D | p5 | 117 Given the partially antagonistic desires for reasonable efficiency and 161 with a complicated structure partially maintained by
|
| /freebsd/usr.bin/diff/ |
| H A D | TODO | 7 --GTYPE-group-format (partially implement - minimal)
|
| /freebsd/share/examples/kld/dyn_sysctl/ |
| H A D | README | 1 This example module creates partially overlapping subtrees to demonstrate
|
| /freebsd/packages/libipt/ |
| H A D | libipt.ucl | 5 or it can be partially or fully integrated into your tool.
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | TypePool.h | 52 /// TypeEntryBody keeps partially cloned DIEs corresponding to this type. 106 /// TypePool keeps type descriptors which contain partially cloned DIE
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tysan/ |
| H A D | tysan.cpp | 125 // before the current type (not legal) or partially inside the last type. in walkAliasTree() 180 // Since the access was partially inside TDB (the shadow), it can be assumed in isAliasingLegalWithOffset() 299 "partially accesses an object", i, pc, bp, sp); in __tysan_check()
|
| /freebsd/sys/netinet/libalias/ |
| H A D | libalias.3 | 613 .Sx PARTIALLY SPECIFIED ALIASING LINKS 615 and partially vs.\& fully specified links.) 974 .Ss PARTIALLY SPECIFIED ALIASING LINKS 975 Aliasing links can be partially specified, meaning that the remote address 979 If the original partially specified link is dynamic, it will be deleted 982 For instance, a partially specified link might be
|
| /freebsd/contrib/pam_modules/pam_passwdqc/ |
| H A D | pam_macros.h | 2 * These macros are partially based on Linux-PAM's <security/_pam_macros.h>,
|
| /freebsd/contrib/ldns/ldns/ |
| H A D | dnssec_sign.h | 93 * function. But watch out! Names that are partially occluded (like glue with 111 * function. But watch out! Names that are partially occluded (like glue with 123 * It *does* return names that are partially occluded.
|
| /freebsd/share/man/man4/ |
| H A D | ftgpio.4 | 53 driver was partially written by
|
| /freebsd/sys/contrib/openzfs/man/man8/ |
| H A D | zpool-reopen.8 | 52 result in partially resilvered devices unless a second scrub is performed.
|