| /freebsd/lib/libpmc/pmu-events/arch/x86/bonnell/ |
| H A D | memory.json | 19 "BriefDescription": "Load splits", 27 "BriefDescription": "Load splits (At Retirement)", 43 "BriefDescription": "ld-op-st splits", 75 "BriefDescription": "Store splits", 83 "BriefDescription": "Store splits (Ar Retirement)",
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_ldm.c | 62 * splits. This effectively resets the hash state. This is used when skipping 89 * Registers in the splits array all the split points found in the first 91 * either all the data has been processed or LDM_BATCH_SIZE splits are 92 * present in the splits array. 94 * Precondition: The splits array must not be full. 98 size_t* splits, unsigned* numSplits) in ZSTD_ldm_gear_feed() argument 111 splits[*numSplits] = n; \ in ZSTD_ldm_gear_feed() 276 size_t* const splits = ldmState->splitIndices; in ZSTD_ldm_fillHashTable() local 287 hashed = ZSTD_ldm_gear_feed(&hashState, ip, iend - ip, splits, &numSplits); in ZSTD_ldm_fillHashTable() 290 if (ip + splits[n] >= istart + minMatchLength) { in ZSTD_ldm_fillHashTable() [all …]
|
| /freebsd/bin/sh/tests/expansion/ |
| H A D | cmdsubst24.0 | 20 splits="$*" 21 check "$LINENO" "$splits" "a@bc@d@a@bc@d@a bc d@a bc d"
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | TargetID.cpp | 88 auto Splits = Features.split(':'); in parseTargetIDWithFormatCheckingOnly() local 89 auto Sign = Splits.first.back(); in parseTargetIDWithFormatCheckingOnly() 90 auto Feature = Splits.first.drop_back(); in parseTargetIDWithFormatCheckingOnly() 99 Features = Splits.second; in parseTargetIDWithFormatCheckingOnly()
|
| /freebsd/sys/dev/ntb/ntb_hw/ |
| H A D | ntb_hw_plx.c | 59 #define PLX_MAX_SPLIT 128 /* Allow are at most 128 splits. */ 73 } splits[PLX_MAX_SPLIT]; member 372 mw->splits[j].mw_map_mode = VM_MEMATTR_UNCACHEABLE; in ntb_plx_attach() 722 bsize = mw->splits[0].mw_xlat_size; in ntb_plx_mw_set_trans_internal() 760 addr = split ? UINT64_MAX : mw->splits[0].mw_xlat_addr; in ntb_plx_mw_set_trans_internal() 769 size = split ? 0 : mw->splits[0].mw_xlat_size; in ntb_plx_mw_set_trans_internal() 775 eaddr = addr = mw->splits[sp].mw_xlat_addr; in ntb_plx_mw_set_trans_internal() 776 size = mw->splits[sp++].mw_xlat_size; in ntb_plx_mw_set_trans_internal() 811 mw->splits[sp].mw_xlat_addr = addr; in ntb_plx_mw_set_trans() 812 mw->splits[sp].mw_xlat_size = size; in ntb_plx_mw_set_trans() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SplitModule.h | 9 // This file defines the function llvm::SplitModule, which splits a module 25 /// Splits the module M into N linkable partitions. The function ModuleCallback
|
| /freebsd/sys/netinet/tcp_stacks/ |
| H A D | sack_filter.h | 55 * a set number of splits (defined in SACK_FILTER_BLOCKS). If more than that many sacks locations 63 * the size of the sf_bits to a uint32_t which could then get you a maximum of 31 splits or 65 * sack attacks, the bigger the number of splits (filter blocks) that are allowed
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | CallSiteSplitting.cpp | 361 // predecessors. Therefore we must get complete list of Splits before in splitCallSite() 363 SmallVector<BasicBlock *, 2> Splits(predecessors((TailBB))); in splitCallSite() local 364 assert(Splits.size() == 2 && "Expected exactly 2 splits!"); in splitCallSite() 365 for (BasicBlock *BB : Splits) { in splitCallSite() 523 // Successful musttail call-site splits result in erased CI and erased BB. in doCallSiteSplitting()
|
| H A D | SROA.cpp | 835 // If we've finished all splits, this is easy. in advance() 3751 /// This method recursively splits an aggregate op (load or store) into 3752 /// scalar or vector ops. It splits recursively until it hits a single value 4315 // We need to accumulate the splits required of each load or store where we in presplitLoadsAndStores() 4321 std::vector<uint64_t> Splits; in presplitLoadsAndStores() member 4395 assert(Offsets.Splits.empty() && in presplitLoadsAndStores() 4396 "Should not have splits the first time we see an instruction!"); in presplitLoadsAndStores() 4398 Offsets.Splits.push_back(P.endOffset() - S.beginOffset()); in presplitLoadsAndStores() 4411 assert(!Offsets.Splits.empty() && in presplitLoadsAndStores() 4412 "Cannot have an empty set of splits on the second partition!"); in presplitLoadsAndStores() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunctionSplitter.cpp | 12 // This pass splits out cold machine basic blocks from the parent function. This 67 cl::desc("Splits all EH code and it's descendants by default."), 89 /// setDescendantEHBlocksCold - This splits all EH pads and blocks reachable
|
| /freebsd/contrib/atf/atf-c++/detail/ |
| H A D | text.hpp | 81 //! \brief Splits a string into words. 83 //! Splits the given string into multiple words, all separated by the
|
| /freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | st,stm32-fmc2-ebi-props.yaml | 77 description: CRAM page size. The controller splits the burst access 141 reaches 0, the controller splits the current access, toggles NE to
|
| /freebsd/lib/libc/db/btree/ |
| H A D | bt_debug.c | 294 (void)fprintf(stderr, "%lu splits (%lu root splits, %lu sort splits)\n", in __bt_stat()
|
| /freebsd/lib/libc/regex/grot/ |
| H A D | split.c | 147 * pgm sep splits stdin lines by sep 148 * pgm str sep splits str by sep 149 * pgm str sep n splits str by sep n times
|
| /freebsd/contrib/netbsd-tests/lib/libc/regex/ |
| H A D | split.c | 178 * pgm sep splits stdin lines by sep 179 * pgm str sep splits str by sep 180 * pgm str sep n splits str by sep n times
|
| /freebsd/crypto/openssl/apps/include/ |
| H A D | platform.h | 26 * Win32-specific argv initialization that splits OS-supplied UNICODE
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/ |
| H A D | bt_debug.c | 390 "%ld splits (%ld root splits, %ld sort splits)\n",
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | AMDGPU.cpp | 160 auto Splits = Part.rtrim().split('='); in parseHIPVersionFile() local 161 if (Splits.first == "HIP_VERSION_MAJOR") { in parseHIPVersionFile() 162 if (Splits.second.getAsInteger(0, Major)) in parseHIPVersionFile() 164 } else if (Splits.first == "HIP_VERSION_MINOR") { in parseHIPVersionFile() 165 if (Splits.second.getAsInteger(0, Minor)) in parseHIPVersionFile() 167 } else if (Splits.first == "HIP_VERSION_PATCH") in parseHIPVersionFile() 168 VersionPatch = Splits.second.str(); in parseHIPVersionFile()
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | T.flags | 23 ### Awk is now like gawk and splits into separate characters if FS = ""
|
| /freebsd/usr.bin/csplit/ |
| H A D | csplit.c | 32 * This utility splits its input into numbered output files by line number 352 /* Handle splits for /regexp/ and %regexp% patterns. */ 436 /* Handle splits based on line number. */
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | DWARFRecordSectionSplitter.h | 17 /// A LinkGraph pass that splits blocks in a section that follows the DWARF
|
| /freebsd/sbin/nvmecontrol/ |
| H A D | fabrics.h | 12 * Splits 'in_address' into separate 'address' and 'port' strings. If
|
| /freebsd/contrib/openpam/doc/man/ |
| H A D | openpam_readlinev.3 | 18 function reads a line from a file, splits it
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSplitModule.h | 20 /// Splits the module M into N linkable partitions. The function ModuleCallback
|
| /freebsd/share/man/man3/ |
| H A D | queue.3 | 563 splits the list referenced by 801 splits the tail queue referenced by 1040 splits the list referenced by 1324 splits the tail queue referenced by
|