/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | MultiOnDiskHashTable.h | 1 //===- MultiOnDiskHashTable.h - Merged set of hash tables -------*- C++ -*-===// 12 // Multiple hash tables from different files are implicitly merged to improve 13 // performance, and on reload the merged table will override those from other 39 /// A collection of on-disk hash tables, merged when relevant for performance. 55 /// The generator is permitted to read our merged table. 81 /// The current set of on-disk and merged tables. 114 // If we already have a merged table, it's the first one. in getMergedTable() 146 MergedTable *Merged = getMergedTable(); in condense() local 147 if (!Merged) in condense() 148 Merged = new MergedTable; in condense() [all …]
|
/freebsd/crypto/openssl/crypto/dso/ |
H A D | dso_dl.c | 156 char *merged; in dl_merger() local 167 merged = OPENSSL_strdup(filespec1); in dl_merger() 168 if (merged == NULL) { in dl_merger() 177 merged = OPENSSL_strdup(filespec2); in dl_merger() 178 if (merged == NULL) { in dl_merger() 200 merged = OPENSSL_malloc(len + 2); in dl_merger() 201 if (merged == NULL) { in dl_merger() 205 strcpy(merged, filespec2); in dl_merger() 206 merged[spec2len] = '/'; in dl_merger() 207 strcpy(&merged[spec2len + 1], filespec1); in dl_merger() [all …]
|
H A D | dso_dlfcn.c | 198 char *merged; in dlfcn_merger() local 209 merged = OPENSSL_strdup(filespec1); in dlfcn_merger() 210 if (merged == NULL) { in dlfcn_merger() 219 merged = OPENSSL_strdup(filespec2); in dlfcn_merger() 220 if (merged == NULL) { in dlfcn_merger() 241 merged = OPENSSL_malloc(len + 2); in dlfcn_merger() 242 if (merged == NULL) { in dlfcn_merger() 246 strcpy(merged, filespec2); in dlfcn_merger() 247 merged[spec2len] = '/'; in dlfcn_merger() 248 strcpy(&merged[spec2len + 1], filespec1); in dlfcn_merger() [all …]
|
H A D | dso_vms.c | 369 char *merged; in vms_merger() local 444 merged = OPENSSL_malloc(nam.NAMX_ESL + 1); in vms_merger() 445 if (merged == NULL) in vms_merger() 447 strncpy(merged, nam.NAMX_ESA, nam.NAMX_ESL); in vms_merger() 448 merged[nam.NAMX_ESL] = '\0'; in vms_merger() 449 return merged; in vms_merger()
|
H A D | dso_win32.c | 392 char *merged = NULL; in win32_merger() local 401 merged = OPENSSL_strdup(filespec1); in win32_merger() 402 if (merged == NULL) { in win32_merger() 407 merged = OPENSSL_strdup(filespec2); in win32_merger() 408 if (merged == NULL) { in win32_merger() 445 merged = win32_joiner(dso, filespec1_split); in win32_merger() 449 return merged; in win32_merger()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | ConstructCompositionT.h | 10 // list is the merged lists of individual leaf clauses. 43 DirectiveWithClauses<ClauseTy> merged; member 67 // 1. "if": the "directive-name-modifier" on the merged clause may need 111 merged.id = makeCompound(leafs); in ConstructCompositionT() 146 llvm::append_range(merged.clauses, clauses); in ConstructCompositionT() 200 merged.clauses.emplace_back( in mergeIf() 210 merged.clauses.emplace_back( in mergeIf() 277 merged.clauses.emplace_back(makeClause( in mergeReduction() 391 merged.clauses.emplace_back( in mergeDSA() 396 merged.clauses.emplace_back( in mergeDSA() [all …]
|
/freebsd/libexec/bootpd/ |
H A D | Announce | 14 Merged changes from NetBSD and Columbia versions. 15 Merged changes for Solaris-2.X and SVR4 systems. 17 Merged tag 18 support (:ef=...:) from Jason Zions. 20 Merged HP compatibility (:ra=...:) from David R Linn.
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | ctfmerge.c | 39 * merged are each the product of merges of half of the input files. 45 * with the size of the CTF data being merged. As such, merges of CTF graphs 53 * are merged in the same order every time. 63 * thread, and are merged into wip array elements in round-robin order. When 64 * the number of files merged into a given array slot equals the batch size, 65 * the merged CTF graph in that array is added to the done slot in order by 114 * When Phase II begins, the queue consists of the merged batches from the 121 * the queue. These two entries are merged, and are added back to the tail 125 * Q: c d e ab # a, b removed, merged, added to end 126 * Q: e ab cd # c, d removed, merged, added to end [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
H A D | LTOCodeGenerator.h | 144 /// Write the merged module to the file specified by the given path. Return 150 /// Compile the merged module into a *single* output file; the path to output 159 /// As with compile_to_file(), this function compiles the merged module into 167 /// Optimizes the merged module. Returns true on success. 172 /// Compiles the merged optimized module into a single output file. It brings 177 /// Compile the merged optimized module \p ParallelismLevel output files each 202 /// Verify the merged module on first call.
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | dlg,da9063.yaml | 64 "^(ldo([1-9]|1[01])|bcore([1-2]|s-merged)|b(pro|mem|io|peri)|bmem-bio-merged|buck[1-4])$": 127 "^(ldo([5-9]|10|11)|bcore([1-2]|s-merged)|b(pro|mem|io|peri)|bmem-bio-merged)$": false 148 … "^(ldo([5-9]|10|11)|bcore([1-2]|s-merged)|b(pro|mem|io|peri)|bmem-bio-merged|buck4)$": false
|
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | Profile.cpp | 194 Profile Merged; in mergeProfilesByThread() local 210 Merged.internPath(cantFail(P.get().expandPath(PathID))); in mergeProfilesByThread() 227 Merged.addBlock({IndexedThreadBlock.first, std::move(PathAndData)})); in mergeProfilesByThread() 229 return Merged; in mergeProfilesByThread() 233 Profile Merged; in mergeProfilesByStack() local 243 Merged.internPath(cantFail(P.get().expandPath(PathId))); in mergeProfilesByStack() 258 cantFail(Merged.addBlock({0, std::move(Block)})); in mergeProfilesByStack() 259 return Merged; in mergeProfilesByStack()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | GlobalMerge.cpp | 10 // globals which were merged into a biggest one can be addressed using offsets 38 // } merged; 41 // merged.foo[i] = merged.bar[i] * merged.baz[i]; 144 STATISTIC(NumMerged, "Number of globals merged"); 177 /// Keep track of the GlobalVariable that must not be merged away 527 // If merged variables doesn't have external linkage, we needn't to expose in doMerge() 537 // dsymutil cannot preserve the debug info for the merged in doMerge() 539 // of the first variable merged as the suffix of global symbol in doMerge() 563 // global's offset within the merged global. in doMerge() 686 // with compatible alignment and the same contents may be merged as long as in run()
|
/freebsd/usr.sbin/etcupdate/ |
H A D | etcupdate.8 | 110 copies of each file to determine which changes need to be merged into the 198 then the merged version of the file will be saved in the destination 217 Merged 336 Show all changes made to the merged file as a unified diff. 338 Change the merged file in an editor. 340 Install the merged version of the file into the destination directory. 727 can be merged via a regular merge. 790 so it could not be merged automatically.
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ODRDiagsEmitter.h | 41 /// To compare 2 declarations with merged and identical definition data 66 "Don't diagnose differences when definitions are merged already"); in diagnoseMismatch() 73 /// To compare 2 declarations with merged and identical definition data 85 "Don't diagnose differences when definitions are merged already"); in diagnoseMismatch()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 42 STATISTIC(NumIdenticalMerged, "Number of identical global constants merged"); 135 // Find all the globals that are marked "used". These cannot be merged. in mergeConstants() 152 // were just merged. in mergeConstants() 154 // Find the canonical constants others will be merged with. in mergeConstants() 194 // Identify all globals that can be merged together, filling in the in mergeConstants()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_coverage_win_sections.cpp | 14 // string that comes after "$" and merged into one section. We take advantage 54 // The guard array and counter array should both be merged into the .data 56 // constant it should be merged with the .rdata section.
|
/freebsd/usr.bin/clang/llvm-profdata/ |
H A D | llvm-profdata.1 | 59 By default profile data is merged without modification. This means that the 169 invalid profiles is excluded from the final merged product. The default 242 llvm\-profdata merge foo.profdata bar.profdata baz.profdata \-output merged.profdata 255 …data merge \-\-weighted\-input=10,foo.profdata bar.profdata baz.profdata \-\-output merged.profdata 267 …ta \-\-weighted\-input=1,bar.profdata \-\-weighted\-input=1,baz.profdata \-\-output merged.profdata
|
/freebsd/usr.bin/dtc/ |
H A D | dtc.1 | 246 statements refer to nodes that are merged. 274 child node, whose properties and child nodes are merged into the base device 411 merged. 413 Any that appear in both are recursively merged, with properties from the second 415 merged.
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | comp_parse.c | 539 ENTRY merged; in _nc_resolve_uses2() local 565 * the merged entry the name field and string in _nc_resolve_uses2() 568 _nc_copy_termtype2(&(merged.tterm), &(qp->tterm)); in _nc_resolve_uses2() 576 validate_merge(&merged, qp->uses[n].link); in _nc_resolve_uses2() 577 _nc_merge_entry(&merged, qp->uses[n].link); in _nc_resolve_uses2() 584 validate_merge(&merged, qp); in _nc_resolve_uses2() 585 _nc_merge_entry(&merged, qp); in _nc_resolve_uses2() 588 * Replace the original entry with the merged one. in _nc_resolve_uses2() 598 qp->tterm = merged.tterm; in _nc_resolve_uses2()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | DbiModuleDescriptorBuilder.h | 35 // Represents merged or unmerged symbols. Merged symbols can be written to the 95 // Add symbols of known size which will be merged (rewritten) when committing
|
/freebsd/tools/tools/fixwhite/ |
H A D | fixwhite.1 | 41 Multiple successive empty lines are merged together. 44 Also, spaces preceding tabs will be merged into the tab character.
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-unique.mk | 39 . warning Duplicate words at the beginning must be merged. 43 . warning Duplicate words at the end must be merged.
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_disk_appledouble.c | 146 /* Extract ._file3 which will be merged into file3 as metadata. */ in DEFINE_TEST() 172 failure("'file3' should be merged and removed"); in DEFINE_TEST() 205 /* Extract ._file3 which will be merged into file3 as metadata. */ in DEFINE_TEST() 231 failure("'file3' should be merged and removed"); in DEFINE_TEST() 281 /* Extract ._apple_double_dir_test which will be merged into apple_double_dir_test as metadata. */ 291 /* Extract ._test_file which will be merged into test_file as metadata. */ 312 failure("'apple_double_dir/._test_file' should be merged and removed"); 316 failure("'apple_double_dir/._._apple_double_dir_test' should be merged and removed");
|
/freebsd/contrib/unbound/respip/ |
H A D | respip.h | 132 * A merged new reply will be built using 'region' and *new_repp will point 135 * 'cinfo', this function uses 'base_rep' as the merged reply, ignoring 138 * RRSIGs in 'tgt_rep' will be excluded in the merged reply, as the resulting 148 * @param new_repp: pointer placeholder for the merged reply. will be intact
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | aout | 9 # Little-endian 32-bit-int a.out, merged from bsdi (for BSD/OS, from 31 # Big-endian 32-bit-int a.out, merged from sun (for old 68010 SunOS a.out),
|