Home
last modified time | relevance | path

Searched refs:Again (Results 1 – 25 of 48) sorted by relevance

12

/freebsd/contrib/file/magic/Magdir/
H A Dcommands74 0 string/fwt #!\ /bin/bash Bourne-Again shell script text executable
76 0 string/fwb #!\ /bin/bash Bourne-Again shell script executable (binary data)
78 0 string/fwt #!\ /usr/bin/bash Bourne-Again shell script text executable
80 0 string/fwb #!\ /usr/bin/bash Bourne-Again shell script executable (binary data)
82 0 string/fwt #!\ /usr/local/bash Bourne-Again shell script text executable
84 0 string/fwb #!\ /usr/local/bash Bourne-Again shell script executable (binary data)
86 0 string/fwt #!\ /usr/local/bin/bash Bourne-Again shell script text executable
88 0 string/fwb #!\ /usr/local/bin/bash Bourne-Again shell script executable (binary data)
90 0 string/fwt #!\ /usr/bin/env\ bash Bourne-Again shell script text executable
92 0 string/fwt #!\ /bin/env\ bash Bourne-Again shell script text executable
H A Daout35 # from old 68020 IRIX from old NetBSD? Again, I guess we could look at
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDetectDeadLanes.cpp499 bool Again = false; in modifySubRegisterOperandStatus() local
530 Again = true; in modifySubRegisterOperandStatus()
537 return std::make_pair(Changed, Again); in modifySubRegisterOperandStatus()
557 bool Again; in runOnMachineFunction() local
561 std::tie(LocalChanged, Again) = modifySubRegisterOperandStatus(DLD, MF); in runOnMachineFunction()
563 } while (Again); in runOnMachineFunction()
H A DRegisterScavenging.cpp482 bool Again = scavengeFrameVirtualRegsInBlock(MRI, RS, MBB); in scavengeRegisterBackwards()
483 if (Again) { in scavengeRegisterBackwards()
486 Again = scavengeFrameVirtualRegsInBlock(MRI, RS, MBB); in scavengeRegisterBackwards()
489 if (Again)
637 bool Again = scavengeFrameVirtualRegsInBlock(MRI, RS, MBB); scavengeFrameVirtualRegs() local
H A DRegisterCoalescer.cpp239 bool joinCopy(MachineInstr *CopyMI, bool &Again,
1969 MachineInstr *CopyMI, bool &Again, in joinCopy() argument
1971 Again = false; in joinCopy()
2076 Again = true; // May be possible to coalesce later. in joinCopy()
2143 Again = true; // May be possible to coalesce later. in joinCopy()
4007 bool Again = false; in copyCoalesceWorkList() local
4008 bool Success = joinCopy(MI, Again, CurrentErasedInstrs); in copyCoalesceWorkList()
4010 if (Success || !Again) in copyCoalesceWorkList()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp511 bool Again; in runOnMachineFunction() local
513 Again = false; in runOnMachineFunction()
521 Again = true; in runOnMachineFunction()
524 Changed |= Again; in runOnMachineFunction()
530 } while (Again); in runOnMachineFunction()
/freebsd/contrib/bearssl/T0/
H A DWordBuilder.cs358 internal void Again() in Again() method in WordBuilder
/freebsd/share/i18n/csmapper/MISC/
H A DRISCOS-LATIN1%UCS.src44 # hollow arrows. Again, Unicode doesn't have characters with this
H A DUCS%RISCOS-LATIN1.src44 # hollow arrows. Again, Unicode doesn't have characters with this
/freebsd/share/termcap/
H A DREADME26 Now you can run "make install" which will create an /etc/termcap. Again,
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dtgamma128_gen.jl167 * Again specified as the sum of two 128-bit values. */
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-bindings.txt9 designated client devices. Again, each client device must be represented as a
/freebsd/crypto/openssl/crypto/property/
H A DREADME.md49 would share their definition structure. Again, reducing space use.
/freebsd/crypto/openssl/doc/man3/
H A Dd2i_PrivateKey.pod84 encode to a B<BIO> or B<FILE> respectively. Again, these work similarly to the
H A DCRYPTO_get_ex_new_index.pod126 free_func() is called for every defined index. Again, the state of the
H A DEC_GROUP_copy.pod148 …d passing a pointer to a memory block, along with the length of the seed. Again, the EC library wi…
/freebsd/sys/dts/arm/
H A Dqcom-ipq4019-ethernet.dtsi104 * Again, this is currently parsed but ignored by
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1033 bool Again = Lexer.is(AsmToken::Identifier); in tryParseRegister() local
1035 while (Again) { in tryParseRegister()
1050 Again = (Contigious && Type) || (Workaround && Type); in tryParseRegister()
1051 NeededWorkaround = NeededWorkaround || (Again && !(Contigious && Type)); in tryParseRegister()
/freebsd/share/examples/netgraph/
H A Dngctl58 # ``bind'' control message. Again, ngctl does the conversion of the
/freebsd/share/misc/
H A Dcommitters-doc.dot25 # the date when the commit bit has been returned. Again, check git logs.
/freebsd/usr.bin/compress/doc/
H A DNOTES29 software. Again, the LZW software delineated in the patent is *not*
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-385-turris-omnia.dts270 * B. Again there is no such function defined.
/freebsd/sys/cam/
H A DREADME.quirks200 referencing the PR. (Again, all quirks must be submitted as PRs).
/freebsd/sys/contrib/zlib/doc/
H A Dalgorithm.txt104 to another similar table for the remaining bits. Again, there are duplicated
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleM55.td175 // CX instructions take 2 (or more) cycles. Again T1 instructions may be dual

12