Home
last modified time | relevance | path

Searched defs:Ln (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/lib/libm/arch/vax/
H A Dn_support.S96 Ln: movq 4(%ap),%r0 # %r0:1 = x (zero or reserved op) label
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dchkformat.d1174 …n", "%+n", "% n", "%#n", "%0n", "%*n", "%1n", "%19n", "%.n", "%.*n", "%.1n", "%.12n", "%Ln", "%K"])
1348 "%-", "%+", "%#", "%0", "%.", "%Ln"])
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1048 int Ln = std::min(LHS.second, RHS.second) + Idx; in getExternalUsesCost() local
1346 for (unsigned Ln = 0, Lns = getNumLanes(); Ln != Lns; ++Ln) { in shouldBroadcast() local