Searched refs:split (Results 201 - 225 of 426) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dthin_heap_.hpp168 split(Pred pred, PB_DS_CLASS_C_DEC& other);
/freebsd-11-stable/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk98 _bi = split(FILENAME, _paths, "/")
655 split($2, _revrange, "[ \t]*-[ \t]*")
885 num_offs = split(addrs_str, addrs, ",[ \t]*")
1000 num_attr = split(attr_str, attrs, ",[ \t]*")
/freebsd-11-stable/contrib/file/python/
H A Dmagic.py252 mime_type, mime_encoding = mime_detected.split('; ')
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueArray.cpp101 std::tie(index, sub_value) = name.split(']');
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.cpp211 std::pair<StringRef, StringRef> Split = AliasName.split("@@@");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DGraphWriter.cpp118 Names.split(parts, '|');
H A DSignals.cpp180 Output.split(Lines, "\n");
H A DAArch64TargetParser.cpp235 Spec.split(Opts, "+");
H A DBinaryStreamReader.cpp169 BinaryStreamReader::split(uint32_t Off) const { function in class:BinaryStreamReader
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp135 std::pair<StringRef, StringRef> Pieces = FormatString.split("$");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp90 prog.split(exprs, '=');
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamReader.h274 split(uint32_t Offset) const;
H A DBinaryStreamRef.h214 split(uint32_t Off) const { function in struct:llvm::BinarySubstreamRef
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp29 std::pair<StringRef, StringRef> Split = InBuffer.split('\0');
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp96 FlagStr.split(Flags, ",", -1, false);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStubCommon.cpp210 auto Split = Scalar.split(':');
/freebsd-11-stable/usr.bin/
H A DMakefile151 split \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp456 // FIXME: Currently this is split into two loop pass pipelines because we run
1221 // Use in-range annotations on GEP indices to split globals where beneficial.
1476 std::tie(ParamName, Params) = Params.split(';');
1521 std::tie(ParamName, Params) = Params.split(';');
1550 std::tie(ParamName, Params) = Params.split(';');
1584 std::tie(ParamName, Params) = Params.split(';');
1604 std::tie(ParamName, Params) = Params.split(';');
1623 std::tie(ParamName, Params) = Params.split(';');
1626 if (ParamName == "split-footer-bb") {
2402 std::tie(Name, PipelineText) = PipelineText.split(',');
[all...]
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_core.c231 /* When to split a dma transfer , the bt848 has timing as well as
232 dma transfer size limitations so that we have to split dma
426 static bool_t split(bktr_reg_t *, volatile uint32_t **, int, u_long, int,
2674 static bool_t split(bktr_reg_t * bktr, volatile uint32_t **dma_prog, int width , function
2846 split(bktr, (volatile uint32_t **) &dma_prog,
2853 split(bktr, (volatile uint32_t **) &dma_prog,
2858 split(bktr,(volatile uint32_t **) &dma_prog,
2903 split(bktr, (volatile uint32_t **) &dma_prog,
2909 split(bktr, (volatile uint32_t **) &dma_prog,
2915 split(bkt
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A DMakefile.am92 # longer a reason to have ntpdbase-opts.def split off of ntpd-opts.def.
363 cd $(srcdir) && ( makeinfo --force --html --no-split -o ntp.conf.html ntp.conf.texi || true )
366 cd $(srcdir) && ( makeinfo --force --html --no-split -o ntp.keys.html ntp.keys.texi || true )
369 cd $(srcdir) && ( makeinfo --force --html --no-split -o ntpd.html ntpd.texi || true )
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch292 ($c,$v) = split(/=/,$_,2);
681 @F = split;
696 @F = split;
1013 @F = split;
H A Dntptrap400 &hostname(pack("C4",split(/\./,$srcadr))));
/freebsd-11-stable/share/mk/
H A Dbsd.doc.mk108 UNROFFFLAGS+= split=1
/freebsd-11-stable/contrib/ntp/util/
H A DMakefile.am115 cd $(srcdir) && ( makeinfo --force --html --no-split -o ntp-keygen.html ntp-keygen.texi || true )
/freebsd-11-stable/contrib/ntp/ntpdc/
H A DMakefile.am122 cd $(srcdir) && ( makeinfo --force --html --no-split -I ../sntp -o ntpdc.html ntpdc.texi || true )

Completed in 164 milliseconds

1234567891011>>