Home
last modified time | relevance | path

Searched refs:Middle (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp106 StringRef Middle = Fmt.take_front(NumEscapedBraces); in splitLiteralAndReplacement() local
108 return {ReplacementItem(Middle), Right}; in splitLiteralAndReplacement()
H A DPath.cpp858 const char *Middle = Suffix.empty() ? "-%%%%%%" : "-%%%%%%."; in createTemporaryFile() local
859 return createTemporaryFile(Prefix + Middle + Suffix, ResultFD, ResultPath, in createTemporaryFile()
/freebsd/contrib/file/magic/Magdir/
H A Dxenix6 # "Middle model" stuff, and "Xenix 8086 relocatable or i286 small
120 # /bin/file from SCO Xenix 2.1.3 for 8086 reports bit 0x40 as Middle model
122 >0x1e leshort &0x40 \b, Middle model
H A Drtf52 # Default language ID for South Asian/Middle Eastern text
/freebsd/share/misc/
H A Diso639155 dum dum Dutch, Middle (ca.1050-1350)
164 enm enm English, Middle (1100-1500)
178 frm frm French, Middle (ca.1400-1600)
197 gmh gmh German, Middle High (ca.1050-1500)
318 mga mga Irish, Middle (900-1200)
H A Dpci_vendors260 0201 MN-Core 2 Middle-plane
29980 de02 DL200ME Middle resolution delay line PCI based card
41066 deaf Middle Digital Inc.
H A Dusb_vendors24277 PHY 13 Middle Finger
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp909 VPBlockBase *Middle = getSingleSuccessor(); in dissolveToCFGLoop() local
911 VPBlockUtils::disconnectBlocks(this, Middle); in dissolveToCFGLoop()
917 VPBlockUtils::connectBlocks(ExitingLatch, Middle); in dissolveToCFGLoop()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6174 const char *Middle = !Suffix.empty() ? "-%%%%%%." : "-%%%%%%"; in CreateTempFile() local
6176 llvm::sys::fs::createUniqueFile(Path + Middle + Suffix, TmpName)) { in CreateTempFile()
/freebsd/contrib/file/
H A DChangeLog1890 * Middle Endian magic (Diomidis Spinellis)
/freebsd/contrib/tzdata/
H A Dafrica254 # The Middle East News Agency
H A Deurope3521 # as the South and Middle Kurils have been on UTC+11 (SAKT) with the rest of
/freebsd/crypto/openssl/crypto/objects/
H A Dobjects.txt1076 # "Middle" names are specified to be id-sha256, id-sha384, etc., but
/freebsd/share/dict/
H A Dweb2a35319 Middle-age
35321 Middle-ageism
35324 Middle c
35332 Middle high german
35334 Middle indian
35335 Middle iranian
35336 Middle minoan
35337 Middle persian
35339 Middle scots
35345 Middle west
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp940 uint64_t Middle = SplatUndefZ & ~Upper & ~Lower; in isVectorConstantLegal() local
941 return TryValue(SplatBitsZ | Middle); in isVectorConstantLegal()